|
From: Tjabo K. <t.k...@bi...> - 2002-05-16 13:55:13
|
hi jelske :), > But when I want to use the installed python-ldap, > /usr/local/lib/python2.2/site-packages/ldap/__init__.py > wants to import from _ldap > and that isn't anywhere. > in site-packages is a _ldap.so. that's allright. On my suse linux box it is the same - and it runs. the "from _ldap import *" loads _ldap.so -- I think it is the lib form of a package. or a extension library for python, written in C. this is the output of "rpm -ql python-ldap-2.0.0pre04-45" on my suse box: /usr/lib/python2.2/site-packages/_ldap.so /usr/lib/python2.2/site-packages/ldap /usr/lib/python2.2/site-packages/ldap/__init__.py /usr/lib/python2.2/site-packages/ldap/__init__.pyc /usr/lib/python2.2/site-packages/ldap/async.py /usr/lib/python2.2/site-packages/ldap/async.pyc /usr/lib/python2.2/site-packages/ldap/functions.py /usr/lib/python2.2/site-packages/ldap/functions.pyc /usr/lib/python2.2/site-packages/ldap/ldapobject.py /usr/lib/python2.2/site-packages/ldap/ldapobject.pyc /usr/lib/python2.2/site-packages/ldap/modlist.py /usr/lib/python2.2/site-packages/ldap/modlist.pyc /usr/lib/python2.2/site-packages/ldapurl.py /usr/lib/python2.2/site-packages/ldapurl.pyc /usr/lib/python2.2/site-packages/ldif.py /usr/lib/python2.2/site-packages/ldif.pyc /usr/share/doc/packages/python-ldap /usr/share/doc/packages/python-ldap/README tk. -- Mit freundlichem Gruß Tjabo Kloppenburg - billiton internet services GmbH Entwicklung+Technik -------------------------------------------------------------- direct phone: 0271/30386-19 direct mail: t.k...@bi... Weitere Informationen finden Sie unter http://www.billiton.de/ |