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 vstinner
Recipients Jean-Michel.Fauth, pitrou, vstinner
Date 2011-01-16.22:19:25
SpamBayes Score 4.5965076e-06
Marked as misclassified No
Message-id <1295216369.97.0.785959601481.issue10920@psf.upfronthosting.co.za>
In-reply-to
Content
If the "crash" is the following message, this issue is a duplicate of  #6058.
---
PS D:\jm> c:\python31\python.exe 
Fatal Python error: Py_Initialize: can't initialize sys standard 
streams 
LookupError: unknown encoding: cp65001
---
It is not a crash: Python has no codec for the code page 65001, that's all. I closed #6058 because cp65001 cannot be set as an alias to utf-8. Anyway, use 65001 as console encoding is not a good idea. I close this issue: see #1602 for more information.
History
Date User Action Args
2011-01-16 22:19:30vstinnersetrecipients: + vstinner, pitrou, Jean-Michel.Fauth
2011-01-16 22:19:29vstinnersetmessageid: <1295216369.97.0.785959601481.issue10920@psf.upfronthosting.co.za>
2011-01-16 22:19:25vstinnerlinkissue10920 messages
2011-01-16 22:19:25vstinnercreate