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:25:49
SpamBayes Score 4.1464183e-09
Marked as misclassified No
Message-id <1289258750.7.0.812455241867.issue6011@psf.upfronthosting.co.za>
In-reply-to
Content
I should have worn my Stupid Hat today, because I’ve made stupid commits and emails.  I hadn’t updated my checkout when I made my test.  The bad news is that I still have a bug after svn up:

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
UnicodeEncodeError: 'filesystemencoding' codec can't encode character '\xe9' in position 35: Invalid or incomplete multibyte or wide character
Aborted
make: *** [sharedmods] Error 134
History
Date User Action Args
2010-11-08 23:25:50eric.araujosetrecipients: + eric.araujo, vstinner, tarek, zegreek, nils
2010-11-08 23:25:50eric.araujosetmessageid: <1289258750.7.0.812455241867.issue6011@psf.upfronthosting.co.za>
2010-11-08 23:25:49eric.araujolinkissue6011 messages
2010-11-08 23:25:49eric.araujocreate