[Setup] Re: LDAPMultiPlugins

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Mar 22 17:54:41 UTC 2007


Barry Page, on 2007-03-22:
> ImportError: No module named ldap

You are missing the python ldap module on your system.

I am on Debian/Ubuntu so in my case it is a simple matter of:

aptitude install python-ldap

It is also in the cheeseshop:

http://cheeseshop.python.org/pypi/python-ldap

So the following should also work, although currently it gives an
error when I try it.

$ easy_install python-ldap
Searching for python-ldap
Reading http://cheeseshop.python.org/pypi/python-ldap/
Reading http://python-ldap.sourceforge.net/
Reading http://cheeseshop.python.org/pypi/python-ldap/2.0.11
No local packages or download links found for python-ldap
error: Could not find suitable distribution for Requirement.parse('python-ldap')


-- 
Maurits van Rees | http://maurits.vanrees.org/ [NL]
            Work | http://zestsoftware.nl/
"Do not worry about your difficulties in computers,
 I can assure you mine are still greater."




More information about the Setup mailing list