[issue7496] python does not work in command prompt

Brett Cannon report at bugs.python.org
Sun Dec 13 22:21:47 CET 2009


Brett Cannon <brett at python.org> added the comment:

Your OS is using an encoding called cp720 which Python knows nothing 
about. That means it can't open stdout, stderr, or stdin properly for 
reading/writing according to your set codec. You need to use a codec 
recognized by Python or add support for your codec to allow it to run.

----------
nosy: +brett.cannon
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7496>
_______________________________________


More information about the Python-bugs-list mailing list