Message90608
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? |
|
| Date |
User |
Action |
Args |
| 2009-07-17 07:39:45 | grahamd | set | recipients:
+ grahamd, ronaldoussoren, mark.dickinson, pitrou, benjamin.peterson, ned.deily, Phil |
| 2009-07-17 07:39:45 | grahamd | set | messageid: <[email protected]> |
| 2009-07-17 07:39:44 | grahamd | link | issue6393 messages |
| 2009-07-17 07:39:44 | grahamd | create | |
|