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.

Author michael.foord
Recipients michael.foord
Date 2011-12-29.12:13:29
SpamBayes Score 0.0015653906
Marked as misclassified No
Message-id <1325160810.98.0.295250634303.issue13675@psf.upfronthosting.co.za>
In-reply-to
Content
Reported by a user. Reported on Windows but probably not Windows specific.

If IDLE doesn't have permission to read the recent-files.lst file then it crashes. (When launched with pythonw.exe on Windows it silently fails to open with no error message to the user.)

As the recent file list isn't "core functionality", IDLE should be able to run without access to this file. 

Attached is a screenshot of the traceback when IDLE is launched from the console.
History
Date User Action Args
2011-12-29 12:13:31michael.foordsetrecipients: + michael.foord
2011-12-29 12:13:30michael.foordsetmessageid: <1325160810.98.0.295250634303.issue13675@psf.upfronthosting.co.za>
2011-12-29 12:13:30michael.foordlinkissue13675 messages
2011-12-29 12:13:29michael.foordcreate