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.

classification
Title: IDLE crashes in my Windows Vista
Type: crash Stage:
Components: IDLE Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, rippond, xuejm1225
Priority: normal Keywords:

Created on 2008-10-17 14:44 by xuejm1225, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3_idle_crash_20081017.JPG xuejm1225, 2008-10-17 14:44 IDLE crash screenshot
Messages (4)
msg74914 - (view) Author: Jianmin Xue (xuejm1225) Date: 2008-10-17 14:44
I just downloaded Python 3.0 RC1 today from python.org and installed in 
my Windows Vista. However when I tried to run IDLE, it crashed with 
error message popping up. Screen-shot is attached.

Please let me know if any other information is needed.
msg74922 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-10-17 16:01
Did you disable your personal firewall as instructed?
msg74964 - (view) Author: Dan Rippon (rippond) Date: 2008-10-19 04:33
It's been fixed.

http://svn.python.org/view?rev=66518&view=rev
msg74966 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-10-19 07:19
Dan, you are right. Closing as fixed.
History
Date User Action Args
2022-04-11 14:56:40adminsetgithub: 48388
2008-10-19 07:19:22loewissetstatus: open -> closed
resolution: fixed
messages: + msg74966
2008-10-19 04:33:44rippondsetnosy: + rippond
messages: + msg74964
2008-10-17 16:01:33loewissetnosy: + loewis
messages: + msg74922
2008-10-17 14:44:16xuejm1225create