[issue11320] Usage of API method Py_SetPath causes errors in Py_Initialize() (Posix ony))

Palm Kevin report at bugs.python.org
Mon Aug 31 07:23:33 CEST 2015


Palm Kevin added the comment:

@ncoghlan: Not PySys_SetPath, but Py_SetPath is causing the problem (you mentionned PySys_SetPath in your message msg249311)

I discovered PySys_SetPath only last Friday.
In fact, in my case, the usage of PySys_SetPath (after Py_Initialize) instead of Py_SetPath (before Py_Initialize) is sufficient to respond to my needs!

----------

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


More information about the Python-bugs-list mailing list