(no subject)
Gabby James
lizard0000092 at hotmail.com
Tue Oct 14 16:45:30 CEST 2003
I do have one more question for you all.
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 I
am in any other directory and start python2.2, I receive errors:
[gabby at xdx-dhcp-x-xxx-x gabby]$ python2.2
Python 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>import ldap
>>>ldap.open("discovery.colostate.edu")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'open'
The ldap server I am using I found on a list of public servers on the
internet.
More information about the python-ldap
mailing list