[Zope] Re: LDAPUserFolder 1.2b2 + Zope 2.6.1 + Windows
   
    Pawel Lewicki
     
    lewicki@provider.pl
       
    Tue, 11 Mar 2003 11:46:07 +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
OK, I missed dowloading ldap.py
Pawel