Comment 3 for bug 527630

Revision history for this message
Noam Yorav-Raphael (noamraph) wrote :

The problem is that Python2.5 doesn't handle the PYTHONIOENCODING environment variable.
I added a hack in revision 134 that makes the subprocess import site.py only after it manually sets the output encoding. I hope this won't cause other problems.