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 vstinner
Recipients amaury.forgeotdarc, georg.brandl, ronaldoussoren, vstinner
Date 2011-01-21.13:04:44
SpamBayes Score 0.00020773099
Marked as misclassified No
Message-id <1295615086.15.0.614636452002.issue10955@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 2: display a more useful error message:

$ python
Fatal Python error: Py_Initialize: Unable to get the locale encoding
NotImplementedError: bootstrap issue: python32.zip contains non-ASCII filenames without the unicode flag
Aborted

Instead of (message without the patch):

$ python
Fatal Python error: Py_Initialize: Unable to get the locale encoding
LookupError: no codec search functions registered: can't find encoding
Aborted
History
Date User Action Args
2011-01-21 13:04:46vstinnersetrecipients: + vstinner, georg.brandl, ronaldoussoren, amaury.forgeotdarc
2011-01-21 13:04:46vstinnersetmessageid: <1295615086.15.0.614636452002.issue10955@psf.upfronthosting.co.za>
2011-01-21 13:04:45vstinnerlinkissue10955 messages
2011-01-21 13:04:44vstinnercreate