[Zope] LDAPUserFolder 1.2b2 + Zope 2.6.1 + Windows
Dieter Maurer
dieter@handshake.de
Mon, 10 Mar 2003 22:21:13 +0100
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