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 eric.araujo, nils, tarek, vstinner, zegreek
Date 2010-10-22.08:51:53
SpamBayes Score 9.1409504e-07
Marked as misclassified No
Message-id <1287737514.93.0.225020148311.issue6011@psf.upfronthosting.co.za>
In-reply-to
Content
> $ LC_ALL=C ./python
> Fatal Python error: Py_Initialize: Unable to get the locale encoding
> SystemError: NULL result without error in PyObject_Call
> Abandon

What is your Python version? I fixed Python 3.2, but I don't plan to fix Python 3.1 for this problem (Python doesn't work if it is installed in a non-ascii directory).
History
Date User Action Args
2010-10-22 08:51:55vstinnersetrecipients: + vstinner, tarek, eric.araujo, zegreek, nils
2010-10-22 08:51:54vstinnersetmessageid: <1287737514.93.0.225020148311.issue6011@psf.upfronthosting.co.za>
2010-10-22 08:51:53vstinnerlinkissue6011 messages
2010-10-22 08:51:53vstinnercreate