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 methane
Recipients kellena, methane
Date 2019-03-01.15:31:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551454260.26.0.955995389411.issue36154@roundup.psfhosted.org>
In-reply-to
Content
> Fatal Python error: initfsencoding: unable to load the file system codec
>
> ModuleNotFoundError: No module named 'encodings'

OK, this is the important part which describes what Python failed.

In this case, Python can't find it's very important standard library; 'encodings'.

You may remove it, or you configured Python badly via environment variables.
Try `env | grep PYTHON` in your terminal.  Any environment variables
relating to Python is configured?
History
Date User Action Args
2019-03-01 15:31:00methanesetrecipients: + methane, kellena
2019-03-01 15:31:00methanesetmessageid: <1551454260.26.0.955995389411.issue36154@roundup.psfhosted.org>
2019-03-01 15:31:00methanelinkissue36154 messages
2019-03-01 15:31:00methanecreate