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 stopped working
Type: behavior Stage: resolved
Components: IDLE Versions: Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: IDLE won't open anymore, .idlerc unaccessible
View: 4625
Assigned To: Nosy List: opapOj, r.david.murray
Priority: normal Keywords:

Created on 2012-08-14 22:41 by opapOj, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg168244 - (view) Author: Oskars (opapOj) Date: 2012-08-14 22:41
For some years I used Python with IDLE, including my Windows 7 machine.  In January IDLE stopped working.  Whenever I tried to open with file with IDLE, nothing happened.  No error message.  Nothing.

After some help from help@python.org I typed at the command line "C:\Python27\Lib\idlelib\idle.py -n" and I got this error:
IO Error: [Errno 13] Permission denied: 'C:\\Users\\Osk\\.idlerc\\recent-files.lst'

So I went to look at the directory .idlerc and found it empty.  No recent-files.lst. (Though it may be because it is a hidden file)

Now I think the problem is fixed - or at least for the time being.

I went to the admin identity and found that IDLE does open up there.  So I made a copy of the recent-files.lst file and emailed it to myself.  Then I went to my wife's identity.  And, again, IDLE opened OK.

Finally, I went back to my identity and renamed the file there to "recent-files-H.lst".  Then I retrieved the file I had emailed to myself and placed it into the .idlerc directory of my account as "recent-files.lst".

Suddenly I could open IDLE and run Python, as before!

The mystery remains - what happened?  When I compared the contents of the old recent-files.lst and the one I replace it with, the only difference I could find is that the old one had 17 entries, the new one had only one entry.
msg168249 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-08-15 01:09
I believe this is a duplicate of issue 4625.
History
Date User Action Args
2022-04-11 14:57:34adminsetgithub: 59863
2012-08-15 01:09:02r.david.murraysetstatus: open -> closed

superseder: IDLE won't open anymore, .idlerc unaccessible
nosy: + r.david.murray

messages: + msg168249
type: crash -> behavior
resolution: duplicate
stage: resolved
2012-08-14 22:41:17opapOjcreate