[issue8120] Py_Initialize: Can't initialize system standard streams

2010-03-12 Thread Hamed J.I
Hamed J.I added the comment: Thank you very much Worked well -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8120] Py_Initialize: Can't initialize system standard streams

2010-03-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: cp720.py was added a few months ago, and will be available with 3.2. for the impatient, it's here: http://svn.python.org/view/python/branches/py3k/Lib/encodings/cp720.py?view=markup -- resolution: -> out of date status: open -> closed __

[issue8120] Py_Initialize: Can't initialize system standard streams

2010-03-12 Thread Hamed J.I
Hamed J.I added the comment: in fact i'm not sure it is compatible with python 3.1 i have download it from http://blog.oneortheother.info/tip/python-fix-cp720-encoding/ -- ___ Python tracker _

[issue8120] Py_Initialize: Can't initialize system standard streams

2010-03-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: two questions: - where did you obtain cp720.py, are you sure it was a python3 version? - I've never seen a "3.2 RC2" version. Did you mean the py3k branch? -- nosy: +amaury.forgeotdarc ___ Python tracker

[issue8120] Py_Initialize: Can't initialize system standard streams

2010-03-12 Thread Hamed J.I
New submission from Hamed J.I : 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 f