This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients brett.cannon, eric.snow, syeberman, terry.reedy
Date 2016-09-07.02:22:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473214938.97.0.913618806186.issue16384@psf.upfronthosting.co.za>
In-reply-to
Content
I have verified that this is still a problem (basically 3.6b1).

Fatal Python error: Py_Initialize: Unable to get the locale encoding
Traceback (most recent call last):
  File "/opt/python3.6/lib/python3.6/encodings/__init__.py", line 99, in search_function
  File "<frozen importlib._bootstrap>", line 979, in _find_and_load
  File "<frozen importlib._bootstrap>", line 968, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 663, in exec_module
  File "<frozen importlib._bootstrap_external>", line 768, in get_code
  File "<frozen importlib._bootstrap_external>", line 478, in _compile_bytecode
EOFError: marshal data too short
Aborted (core dumped)

We should be exiting with an error rather than aborting.
History
Date User Action Args
2016-09-07 02:22:19eric.snowsetrecipients: + eric.snow, brett.cannon, terry.reedy, syeberman
2016-09-07 02:22:18eric.snowsetmessageid: <1473214938.97.0.913618806186.issue16384@psf.upfronthosting.co.za>
2016-09-07 02:22:18eric.snowlinkissue16384 messages
2016-09-07 02:22:18eric.snowcreate