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.
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:34 | admin | set | github: 59863 |
| 2012年08月15日 01:09:02 | r.david.murray | set | status: 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:17 | opapOj | create | |