Can't Import LDAP

Ted Johnson whatawonderfulworldweliveintoo at yahoo.com
Thu Sep 28 16:59:32 CEST 2006


2

LI Xin <delphij at delphij.net> wrote: Hi, Ted,

Ted Johnson wrote:
> Hi;
> I'm on FreeBSD 6.1. I've successfully installed OpenLDAP from the port
> (I can issue commands to the s/w at the prompt) and it appears I've done
> the same with py-ldap2 (don't know what commands to issue, but FreeBSD
> says the s/w was loaded successfully). However, when I fire up my Python
> interpreter and enter "import ldap" I'm told no such module exists. 
> What could I be doing wrong?

I do use py-ldap2 on FreeBSD a lot, and I think I have did a good job on
the port ;-) so I would like to help out.

Which python release do you use?  

2.3.5

Will you please check the output of
'pkg_info -L py24-ldap2-2.2.0' to confirm that it has installed the
stuff into your python installation's site-packages/ directory?

Here it is, thanks for your help, and TIA for any further direction you can provide.
Ted

server167# pkg_info -L py24-ldap2-2.2.0
Information for py24-ldap2-2.2.0:

Files:
/usr/local/lib/python2.4/site-packages/dsml.py
/usr/local/lib/python2.4/site-packages/dsml.pyc
/usr/local/lib/python2.4/site-packages/dsml.pyo
/usr/local/lib/python2.4/site-packages/ldap/__init__.py
/usr/local/lib/python2.4/site-packages/ldap/__init__.pyc
/usr/local/lib/python2.4/site-packages/ldap/__init__.pyo
/usr/local/lib/python2.4/site-packages/ldap/async.py
/usr/local/lib/python2.4/site-packages/ldap/async.pyc
/usr/local/lib/python2.4/site-packages/ldap/async.pyo
/usr/local/lib/python2.4/site-packages/ldap/cidict.py
/usr/local/lib/python2.4/site-packages/ldap/cidict.pyc
/usr/local/lib/python2.4/site-packages/ldap/cidict.pyo
/usr/local/lib/python2.4/site-packages/ldap/controls.py
/usr/local/lib/python2.4/site-packages/ldap/controls.pyc
/usr/local/lib/python2.4/site-packages/ldap/controls.pyo
/usr/local/lib/python2.4/site-packages/ldap/dn.py
/usr/local/lib/python2.4/site-packages/ldap/dn.pyc
/usr/local/lib/python2.4/site-packages/ldap/dn.pyo
/usr/local/lib/python2.4/site-packages/ldap/filter.py
/usr/local/lib/python2.4/site-packages/ldap/filter.pyc
/usr/local/lib/python2.4/site-packages/ldap/filter.pyo
/usr/local/lib/python2.4/site-packages/ldap/functions.py
/usr/local/lib/python2.4/site-packages/ldap/functions.pyc
/usr/local/lib/python2.4/site-packages/ldap/functions.pyo
/usr/local/lib/python2.4/site-packages/ldap/ldapobject.py
/usr/local/lib/python2.4/site-packages/ldap/ldapobject.pyc
/usr/local/lib/python2.4/site-packages/ldap/ldapobject.pyo
/usr/local/lib/python2.4/site-packages/ldap/modlist.py
/usr/local/lib/python2.4/site-packages/ldap/modlist.pyc
/usr/local/lib/python2.4/site-packages/ldap/modlist.pyo
/usr/local/lib/python2.4/site-packages/ldap/sasl.py
/usr/local/lib/python2.4/site-packages/ldap/sasl.pyc
/usr/local/lib/python2.4/site-packages/ldap/sasl.pyo
/usr/local/lib/python2.4/site-packages/ldap/schema/__init__.py
/usr/local/lib/python2.4/site-packages/ldap/schema/__init__.pyc
/usr/local/lib/python2.4/site-packages/ldap/schema/__init__.pyo
/usr/local/lib/python2.4/site-packages/ldap/schema/models.py
/usr/local/lib/python2.4/site-packages/ldap/schema/models.pyc
/usr/local/lib/python2.4/site-packages/ldap/schema/models.pyo
/usr/local/lib/python2.4/site-packages/ldap/schema/subentry.py
/usr/local/lib/python2.4/site-packages/ldap/schema/subentry.pyc
/usr/local/lib/python2.4/site-packages/ldap/schema/subentry.pyo
/usr/local/lib/python2.4/site-packages/ldap/schema/tokenizer.py
/usr/local/lib/python2.4/site-packages/ldap/schema/tokenizer.pyc
/usr/local/lib/python2.4/site-packages/ldap/schema/tokenizer.pyo
/usr/local/lib/python2.4/site-packages/ldapurl.py
/usr/local/lib/python2.4/site-packages/ldapurl.pyc
/usr/local/lib/python2.4/site-packages/ldapurl.pyo
/usr/local/lib/python2.4/site-packages/ldif.py
/usr/local/lib/python2.4/site-packages/ldif.pyc
/usr/local/lib/python2.4/site-packages/ldif.pyo
/usr/local/lib/python2.4/site-packages/_ldap.so



 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ldap/attachments/20060928/093e1679/attachment.html>


More information about the python-ldap mailing list