(no subject)

Jean Jordaan jean at upfrontsystems.co.za
Tue Oct 14 16:50:49 CEST 2003


> If I start python2.2 while I am a user (gabby) in the 
> /home/gabby/python-ldap-2.0.0pre14 directory, everything works fine.

If you do that, you import the ldap *class*.

> If I am in any other directory and start python2.2, 

If you do that, you import the ldap *module*. In order to import the
class, you need to do: `from ldap import ldap`.

-- 
Jean Jordaan
http://www.upfrontsystems.co.za






More information about the python-ldap mailing list