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 jaraco
Recipients jaraco
Date 2016-12-12.16:33:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481560397.35.0.416796889138.issue28949@psf.upfronthosting.co.za>
In-reply-to
Content
Spontaneously, this issue has arisen again. Without a system restart or any system-level configuration changes, launching the interpreter is once again causing crashes. In addition to the crash log I pasted earlier, I see this in the console when launching the interpreter:

$ python3.6
Fatal Python error: Py_Initialize: unable to load the file system codec
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/encodings/__init__.py", line 33, in <module>
ImportError: cannot import name 'aliases'
zsh: abort      python3.6
History
Date User Action Args
2016-12-12 16:33:17jaracosetrecipients: + jaraco
2016-12-12 16:33:17jaracosetmessageid: <1481560397.35.0.416796889138.issue28949@psf.upfronthosting.co.za>
2016-12-12 16:33:17jaracolinkissue28949 messages
2016-12-12 16:33:17jaracocreate