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 eric.araujo
Recipients eric.araujo, nils, tarek, vstinner, zegreek
Date 2010-11-08.23:21:28
SpamBayes Score 0.00089518866
Marked as misclassified No
Message-id <1289258491.57.0.658888473301.issue6011@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry:

gcc -pthread   -Xlinker -export-dynamic -o python Modules/python.o libpython3.2dmu.a -lpthread -ldl  -lutil   -lm  
Fatal Python error: Py_Initialize: Unable to get the locale encoding
SystemError: NULL result without error in PyObject_Call
Aborted
make: *** [sharedmods] Error 134
History
Date User Action Args
2010-11-08 23:26:07eric.araujounlinkissue6011 messages
2010-11-08 23:21:31eric.araujosetrecipients: + eric.araujo, vstinner, tarek, zegreek, nils
2010-11-08 23:21:31eric.araujosetmessageid: <1289258491.57.0.658888473301.issue6011@psf.upfronthosting.co.za>
2010-11-08 23:21:28eric.araujolinkissue6011 messages
2010-11-08 23:21:28eric.araujocreate