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 Hamed.ji
Recipients Hamed.ji
Date 2010-03-12.08:15:33
SpamBayes Score 0.000394673
Marked as misclassified No
Message-id <1268381736.56.0.066995297894.issue8120@psf.upfronthosting.co.za>
In-reply-to
Content
While try to run Python.exe version 3.1 or 3.2 RC2 on
Windows 7 or Windows XP SP2 get the following error:

Py_Initialize: Can't initialize system standard streams
Lookup Error: unknown encoding: cp720

after download and install cp720.py to lib/encodings get the following error:

Py_Initialize: Can't initialize system standard streams
TypeError: 'NoneType' object is not callable

this is while IDLE works fine
History
Date User Action Args
2010-03-12 08:15:36Hamed.jisetrecipients: + Hamed.ji
2010-03-12 08:15:36Hamed.jisetmessageid: <1268381736.56.0.066995297894.issue8120@psf.upfronthosting.co.za>
2010-03-12 08:15:34Hamed.jilinkissue8120 messages
2010-03-12 08:15:33Hamed.jicreate