[issue17658] pythonw.exe crashes on opening IDLE

2013-04-07 Thread Patrick Poitras

New submission from Patrick Poitras:

I just installed Python 3.3.1, and tried to open IDLE, which failed to come up, 
giving only the classic pythonw.exe has stopped responding.

Will post dumps.

--
components: IDLE, Windows
files: WER1B0A.tmp.WERInternalMetadata.xml
messages: 186268
nosy: Acebulf
priority: normal
severity: normal
status: open
title: pythonw.exe crashes on opening IDLE
type: crash
versions: Python 3.3
Added file: http://bugs.python.org/file29725/WER1B0A.tmp.WERInternalMetadata.xml

___
Python tracker 
<http://bugs.python.org/issue17658>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17658] pythonw.exe crashes on opening IDLE

2013-04-07 Thread Patrick Poitras

Changes by Patrick Poitras :


Added file: http://bugs.python.org/file29726/WER5D77.tmp.appcompat.txt

___
Python tracker 
<http://bugs.python.org/issue17658>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17658] pythonw.exe crashes on opening IDLE

2013-04-07 Thread Patrick Poitras

Changes by Patrick Poitras :


Added file: http://bugs.python.org/file29727/WER5EA0.tmp.mdmp

___
Python tracker 
<http://bugs.python.org/issue17658>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17658] pythonw.exe crashes on opening IDLE

2013-04-07 Thread Patrick Poitras

Patrick Poitras added the comment:

So I tried to open Python33\python.exe and it's trying to load codecs from 
Python 2.7 which I think has to be the cause of the problem. When it raises 
CodecRegistryError, the 2.7 syntax is wrong for 3.3 and causes a SyntaxError.

Fatal Python error: Py_Initialize: unable to load system file codec
  File "C:\Python27\Lib\encodings\__init__.py", line 123
raise CodecRegistryError,\
^

SyntaxError: invalid syntax

--

___
Python tracker 
<http://bugs.python.org/issue17658>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17658] pythonw.exe crashes on opening IDLE

2013-04-08 Thread Patrick Poitras

Patrick Poitras added the comment:

It returns this:

C:\Users\Acebulf>set | findstr /i python
Path=C:\Python27\Lib\site-packages\PyQt4;C:\Program Files (x86)\NVIDIA Corporati
on\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windo
ws\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program
Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Microsoft SQL Server\1
10\Tools\Binn\;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\;C:\Program Files\In
tel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Python27\
PYTHONPATH=C:\Python27\Lib;C:\Python27\DLLs;C:\Python27\Lib\lib-tk;

--

___
Python tracker 
<http://bugs.python.org/issue17658>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com