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: Python Crashes When Saving Or Opening
Type: crash Stage:
Components: Windows Versions: Python 3.2
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: Ash.Sparks, brian.curtin, ezio.melotti, roger.serwy, terry.reedy, tim.golden
Priority: normal Keywords:

Created on 2011-09-30 17:41 by Ash.Sparks, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python_Issue.txt Ash.Sparks, 2011-09-30 17:41
Messages (5)
msg144697 - (view) Author: Ash Sparks (Ash.Sparks) Date: 2011-09-30 17:41
Hi there,

Python v3.2 crashes every time I attempt to save or open .py files.

I have attached a text file that shows the error I receive.

In advance, your help is much appreciated

Regards

Ash
msg145058 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2011-10-07 06:39
You are attempting to open or save .py files from what? IDLE?

What are the steps you would use to reproduce this issue? How was this error message obtained?
msg145102 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-10-07 16:37
Maybe #12988 is related.
msg150048 - (view) Author: Roger Serwy (roger.serwy) * (Python committer) Date: 2011-12-21 22:44
Is this still an issue?

Ash, can you please run IDLE from the command line and report the error message from there?

   cd c:\python32
   python -m idlelib.idle
msg159345 - (view) Author: Roger Serwy (roger.serwy) * (Python committer) Date: 2012-04-26 00:26
Closing this issue due to lack of feedback.
History
Date User Action Args
2022-04-11 14:57:22adminsetgithub: 57287
2012-04-26 00:26:31roger.serwysetstatus: pending -> closed
resolution: works for me
messages: + msg159345
2012-01-16 05:33:20ezio.melottisetstatus: open -> pending
2011-12-22 22:01:00vstinnersettitle: Python Crashes When Saving Or Opening -> IDLE: Python Crashes When Saving Or Opening
2011-12-21 22:44:38roger.serwysetnosy: + roger.serwy
messages: + msg150048
2011-10-08 01:33:16terry.reedysetnosy: + terry.reedy
2011-10-07 16:37:48ezio.melottisetnosy: + ezio.melotti
messages: + msg145102
2011-10-07 06:39:40brian.curtinsetmessages: + msg145058
2011-10-07 06:37:31ned.deilysetnosy: + tim.golden, brian.curtin
2011-09-30 17:41:54Ash.Sparkscreate