10 Mar
2003
10 Mar
'03
9:21 p.m.
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