[issue13493] Import error with embedded python on AIX 6.1

Amaury Forgeot d'Arc report at bugs.python.org
Wed Nov 30 13:59:43 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

> dlopen("/usr/local/lib/python2.6/lib-dynload/time.so", 2);

You are trying to open a .so from another Python installation.
It won't work: it is certainly linked to another Python VM, which is not initialized.

----------

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


More information about the Python-bugs-list mailing list