[issue7496] python does not work in command prompt

2009-12-13 Thread mohammad

New submission from mohammad mohammad.madan...@gmail.com:

when i type python in my command promp this message is shown :

C:\Documents and Settings\Xpython
Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: cp720

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.

what's the problem ?!

--
components: Windows
messages: 96351
nosy: memol_jpn
severity: normal
status: open
title: python does not  work in command prompt
type: crash
versions: Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7496
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7496] python does not work in command prompt

2009-12-13 Thread Brett Cannon

Brett Cannon br...@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 rep...@bugs.python.org
http://bugs.python.org/issue7496
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7496] python does not work in command prompt

2009-12-13 Thread Benjamin Peterson

Benjamin Peterson benja...@python.org added the comment:

See #1616979.

--
nosy: +benjamin.peterson

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7496
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com