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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, william.barr
Date 2010-11-08.19:12:56
SpamBayes Score 0.0016411926
Marked as misclassified No
Message-id <1289243584.75.0.758706300634.issue10365@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2010-11-08 19:13:04amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, william.barr
2010-11-08 19:13:04amaury.forgeotdarcsetmessageid: <1289243584.75.0.758706300634.issue10365@psf.upfronthosting.co.za>
2010-11-08 19:12:56amaury.forgeotdarclinkissue10365 messages
2010-11-08 19:12:56amaury.forgeotdarccreate