I can not reproduce your problem.
It seems to be a python vs. python-ldap problem on your machine.
On Lenny python defaults to python2.5.
"import ldap" should work flawlessly on python2.5!
"ls -l /usr/bin/python" should result in "/usr/bin/python -> python2.5"
"dpkg -S /usr/bin/python" should result in "python-minimal"
"dpkg -l python-minimal" should result in "2.5.2-3"
'''python -c "import ldap"''' should return nothing
Did you install Packages from other sources than debian.org?
It might be useful to reinstall all related packages from debian.org!
"apt-get --reinstall install python python-minimal python-ldap luma
python2.5 python2.5-minimal"
Please report if your problem still exists!
If yes, please also send the output of "dpkg-query -W -f='${Package}
${Version}\n'|grep python"
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]