This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, memol_jpn
Date 2009-12-13.21:21:46
SpamBayes Score 0.003612629
Marked as misclassified No
Message-id <1260739307.42.0.755878881337.issue7496@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-12-13 21:21:47brett.cannonsetrecipients: + brett.cannon, memol_jpn
2009-12-13 21:21:47brett.cannonsetmessageid: <1260739307.42.0.755878881337.issue7496@psf.upfronthosting.co.za>
2009-12-13 21:21:46brett.cannonlinkissue7496 messages
2009-12-13 21:21:46brett.cannoncreate