From: Gabby J. <liz...@ho...> - 2003-10-14 14:46:03
|
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@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. _________________________________________________________________ Enjoy MSN 8 patented spam control and more with MSN 8 Dial-up Internet Service. Try it FREE for one month! http://join.msn.com/?page=dept/dialup |