Issue 13078: IDLE: Python Crashes When Saving Or Opening (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/57287

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:22 admin set github: 57287
2012-04-26 00:26:31 roger.serwy set status: pending -> closedresolution: works for memessages: +
2012-01-16 05:33:20 ezio.melotti set status: open -> pending
2011-12-22 22:01:00 vstinner set title: Python Crashes When Saving Or Opening -> IDLE: Python Crashes When Saving Or Opening
2011-12-21 22:44:38 roger.serwy set nosy: + roger.serwymessages: +
2011-10-08 01:33:16 terry.reedy set nosy: + terry.reedy
2011-10-07 16:37:48 ezio.melotti set nosy: + ezio.melottimessages: +
2011-10-07 06:39:40 brian.curtin set messages: +
2011-10-07 06:37:31 ned.deily set nosy: + tim.golden, brian.curtin
2011-09-30 17:41:54 Ash.Sparks create