Amaury Forgeot d'Arc <amaur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13493>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to