[issue31745] Overloading "Py_GetPath" does not work

2019-05-27 Thread STINNER Victor
STINNER Victor added the comment: If I understood correctly, this issue has been fixed by the PEP 587 "Python Initialization Configuration" in bpo-36763 which now provides a more reliable way to configure the "Path Configuration". I close the issue. If I misunderstood the issue, please reope

[issue31745] Overloading "Py_GetPath" does not work

2017-10-10 Thread Kay Hayen
New submission from Kay Hayen : Hello, for my Python compiler Nuitka, I want to make sure that compiled binaries in standalone mode do not access the original installation, but solely the distribution folder created. I am using the new API Py_SetPath on Python3 and it works fine. The Python2.