LDAPUserFolder 1.2b2 + Zope 2.6.1 + Windows
Hello, I try to install the following product and I get the error message: import ldap ImportError: dynamic module does not define init function (initldap) Does anyone know what it means? Pawel Lewicki
you need to provide the full traceback in order for anyone to help you. my guess: your python-ldap module is not compatible or not built correctly. jens On Sunday, Mar 9, 2003, at 22:17 US/Eastern, Pawel Lewicki wrote:
Hello, I try to install the following product and I get the error message:
import ldap ImportError: dynamic module does not define init function (initldap)
Does anyone know what it means?
Pawel Lewicki
Pawel Lewicki wrote at 2003-3-10 04:17 +0100:
I try to install the following product and I get the error message:
import ldap ImportError: dynamic module does not define init function (initldap)
Does anyone know what it means?
Seems you have an "ldap" dll which does not define the python-ldap adapter: it lacks the initialization function. Any Python extension dll must define an initialization function. Dieter
Pawel Lewicki wrote at 2003-3-10 04:17 +0100:
I try to install the following product and I get the error message:
import ldap ImportError: dynamic module does not define init function (initldap)
Does anyone know what it means?
Seems you have an "ldap" dll which does not define the python-ldap adapter: it lacks the initialization function. Any Python extension dll must define an initialization function.
Dieter
OK, I missed dowloading ldap.py Pawel
participants (3)
-
Dieter Maurer -
Jens Vagelpohl -
Pawel Lewicki