From: Michael <mi...@st...> - 2002-01-04 14:38:24
|
Peeyush Garg wrote: > > warning: build_py: file Lib/ldap.py (for module ldap) not found You can ignore that. > i could not find ldap.py even in current CVS. It has been substituted by Lib/ldap/*.py. > I cannot get to connect to LDAP server. Is this problem because of > the above file?? No. Any traceback you can send us? Note that _ldap.open() does not work anymore. Use ldap.open() instead. I've updated the README. Ciao, Michael. |