Lib/ldap.py missing - strange error message ...

Elsner Frank.Elsner at rz.uni-osnabrueck.de
Thu Jan 23 11:16:02 CET 2003


Trying to build, I get the following warnings:

[root at fleance python-ldap-2.0.0pre06]# python2 setup.py build
running build
running build_py
warning: build_py: file Lib/ldap.py (for module ldap) not found
warning: build_py: file Lib/ldap/schema.py (for module ldap.schema) not found
not copying Lib/ldap/__init__.py (output up-to-date)
not copying Lib/ldap/async.py (output up-to-date)
not copying Lib/ldap/cidict.py (output up-to-date)
not copying Lib/ldap/functions.py (output up-to-date)
not copying Lib/ldap/sasl.py (output up-to-date)
not copying Lib/ldap/schema/__init__.py (output up-to-date)
not copying Lib/ldap/schema/tokenizer.py (output up-to-date)
not copying Lib/ldap/schema/models.py (output up-to-date)
not copying Lib/ldap/schema/subentry.py (output up-to-date)
not copying Lib/ldap/ldapobject.py (output up-to-date)
not copying Lib/ldap/modlist.py (output up-to-date)
not copying Lib/ldapurl.py (output up-to-date)
not copying Lib/ldif.py (output up-to-date)
warning: build_py: file Lib/ldap.py (for module ldap) not found
warning: build_py: file Lib/ldap/schema.py (for module ldap.schema) not found
running build_ext
skipping '_ldap' extension (up-to-date)
----

Lib/ldap.py does not exist, anyway. Could you explain if this is an error
or a feature. Python2 is installed and working, OpenLDAP 2.12
is installed, too.

Regards Frank Elsner
#


More information about the python-ldap mailing list