|
From: Michael <mi...@st...> - 2002-02-01 13:41:01
|
Jens Vagelpohl wrote: > > i'm getting this: > > >>> import ldap > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File "/usr/local/lib/python2.1/site-packages/ldap/__init__.py", line 5, > in ? > from _ldap import * > ImportError: liblber.so.2: cannot load shared object file: No such file or > directory > >>> > > i'm on YellowDog linux 2.1 (a redhat 7 clone for mac) with OpenLDAP 2.0.18 > and Python2.1.2. the messages from setup.py build and setup.py compile did > not contain any errors during compilation. Sorry, I ran into a hen-and-egg problem: I wanted to avoid having to set the version number in two soures (setup.py and Lib/ldap/__init__.py). But one cannot import module ldap without installed _ldap before. :-( Please, check out new Python-LDAP 2.0.0pre03 which does not have this problem. Might take a while before it shows up. Grr, SF's file release system really sucks. Ciao, Michael. |