[issue1415] py3k: pythonw.exe fails to run

Christian Heimes report at bugs.python.org
Sat Nov 10 01:13:27 CET 2007


Christian Heimes added the comment:

Update:

pythonw fails because the standard streams can't be initialized.
fileno(stdin), fileno(stdout) and fileno(stderr) are returning -2.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1415>
__________________________________


More information about the Python-bugs-list mailing list