[issue13493] Import error with embedded python on AIX 6.1

python_hu report at bugs.python.org
Thu Dec 1 09:37:24 CET 2011


python_hu <nari_hu at 163.com> added the comment:

-> void* handle = dlopen("/usr/local/lib/python2.7/lib-dynload/time.so", 2);
this code can work well,but when the code run to :
PyRun_SimpleString("from time import time,ctime\nprint 'Today is',ctime(time())\n");

it dumped, i think it make be because of there are two python handle running,one is main thread ,anthother is the  time.so.

----------

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


More information about the Python-bugs-list mailing list