[issue4434] Embedding into a shared library fails

Michael Gorven report at bugs.python.org
Thu Jul 30 16:01:09 CEST 2009


Michael Gorven <michael at gorven.za.net> added the comment:

Note that on Ubuntu Hardy at least, the libpython2.5.so symlink only
exists in the python2.5-dev package. This means that in order for the
library to work without the dev package installed, it should dlopen
libpython2.5.so.1 instead.

----------
nosy: +mgorven

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4434>
_______________________________________


More information about the Python-bugs-list mailing list