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 grahamd
Recipients Phil, benjamin.peterson, grahamd, mark.dickinson, ned.deily, pitrou, ronaldoussoren
Date 2009-07-17.07:39:43
SpamBayes Score 3.5307523e-05
Marked as misclassified No
Message-id <1247816385.34.0.873252452563.issue6393@psf.upfronthosting.co.za>
In-reply-to
Content
I see this problem on both MacOS X 10.5 and on Windows. This is when using 
Python embedded inside of Apache/mod_wsgi.

On MacOS X the error is:

Fatal Python error: Py_Initialize: can't initialize sys standard streams
ImportError: No module named encodings.utf_8

On Windows the error is:

Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: cp0

The talk about the fix mentioned it only addressing MacOS X. What about 
Windows case I am seeing. Will it help with that at all?
History
Date User Action Args
2009-07-17 07:39:45grahamdsetrecipients: + grahamd, ronaldoussoren, mark.dickinson, pitrou, benjamin.peterson, ned.deily, Phil
2009-07-17 07:39:45grahamdsetmessageid: <1247816385.34.0.873252452563.issue6393@psf.upfronthosting.co.za>
2009-07-17 07:39:44grahamdlinkissue6393 messages
2009-07-17 07:39:44grahamdcreate