Issue 13078: IDLE: Python Crashes When Saving Or Opening - Python tracker

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
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.