Message336925
| 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:00 | methane | set | recipients: + methane, kellena |
| 2019-03-01 15:31:00 | methane | set | messageid: <1551454260.26.0.955995389411.issue36154@roundup.psfhosted.org> |
| 2019-03-01 15:31:00 | methane | link | issue36154 messages |
| 2019-03-01 15:31:00 | methane | create | |