[python-ldap] importing ldap changes my server paths
D S
shodaime.hokage at gmail.com
Thu Jun 6 03:26:15 CEST 2013
I am using Django, and as soon as I import the ldap library (without making
any actual use of the library), my server becomes useless. Django depends
on a file called urls.py to route server requests as they are received, and
as soon as I import ldap, all incoming requests become 404, as if the
server no longer knows where this routing file is. Looking in ldap's
__init__.py didn't reveal any obvious directory overwriting, etc. If you
are familiar with this library, can you give me a hint as to what is
happening? I have definitely narrowed it down to the import of this
library, though.
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ldap/attachments/20130605/9821548a/attachment.html>
More information about the python-ldap
mailing list