[issue33611] Fatal Python error: Py_Initialize: unable to load the file system codec

STINNER Victor report at bugs.python.org
Wed May 23 21:20:43 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I completed the _PyCoreConfig structure to add home, module_search_path_env, and many other options. It might help to guess how the final configuration has been computed. I also reworked the code to clarify when and how sys.path is computed. sys.path value (not the actual sys.path Python list) is now computed earlier.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33611>
_______________________________________


More information about the Python-bugs-list mailing list