[issue10365] IDLE Crashes on File Open Dialog when code window closed before other file opened

Amaury Forgeot d'Arc report at bugs.python.org
Mon Nov 8 20:13:04 CET 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Reproduced in a console window:
C:\>c:\python31\python.exe -m idlelib.idle
Exception in Tkinter callback
Traceback (most recent call last):
  File "c:\python31\lib\tkinter\__init__.py", line 1399, in __call__
    return self.func(*args)
  File "c:\python31\lib\idlelib\IOBinding.py", line 177, in open
    self.editwin.flist.open(filename)
AttributeError: 'NoneType' object has no attribute 'flist'

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list