Message 90620 - Python tracker
Message90620
| Author | grahamd |
|---|---|
| Recipients | amaury.forgeotdarc, grahamd |
| Date | 2009-07-17.11:32:25 |
| SpamBayes Score | 1.0597377e-06 |
| Marked as misclassified | No |
| Message-id | <1247830347.91.0.0200592083257.issue6501@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Yes, Apache remaps stdout and stderr to the Apache error log to still capture anything that errant modules don't log via the Apache error log functions. In mod_wsgi it replaces sys.stdout and sys.stderr with special file like objects that redirect via Apache error logging functions. This though obviously happens after Python first initialises sys.stdout and sys.stderr. What would be an appropriate value to set PYTHONIOENCODING to on Windows as a workaround? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-07-17 11:32:28 | grahamd | set | recipients: + grahamd, amaury.forgeotdarc |
| 2009-07-17 11:32:27 | grahamd | set | messageid: <1247830347.91.0.0200592083257.issue6501@psf.upfronthosting.co.za> |
| 2009-07-17 11:32:26 | grahamd | link | issue6501 messages |
| 2009-07-17 11:32:25 | grahamd | create | |