[New-bugs-announce] [issue13675] IDLE won't open if it can't read recent-files.lst

Michael Foord report at bugs.python.org
Thu Dec 29 13:13:30 CET 2011


New submission from Michael Foord <michael at voidspace.org.uk>:

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.

----------
components: IDLE
files: Python problem.JPG
messages: 150327
nosy: michael.foord
priority: normal
severity: normal
stage: needs patch
status: open
title: IDLE won't open if it can't read recent-files.lst
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file24103/Python problem.JPG

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13675>
_______________________________________


More information about the New-bugs-announce mailing list