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 terry.reedy
Recipients Saimadhav.Heblikar, jesstess, taleinat, terry.reedy
Date 2014-07-01.15:30:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404228648.33.0.633648212657.issue21880@psf.upfronthosting.co.za>
In-reply-to
Content
I want to broaden this to 'external' programs. Will discuss.

Both versions appear to be trying to access non-existent configuration parameters.

Warning: configHandler.py - IdleConf.GetOption -
problem retrieving configuration option 'enabled'
from section 'pyflakes'.
returning default value: None

Warning: configHandler.py - IdleConf.GetOption -
problem retrieving configuration option 'command'
from section 'pyflakes'.
returning default value: None

v1. Trial on file with no warnings - need end of report summary like find in files so actually know program ran. Trial on file with warnings hangs Idle.

v2. Trying to enable pyflakes gives this
Traceback (most recent call last):
  File "F:\Python\dev\4\py34\lib\tkinter\__init__.py", line 1487, in __call__
    return self.func(*args)
  File "F:\Python\dev\4\py34\lib\idlelib\Checker.py", line 290, in ok
    self.close()
  File "F:\Python\dev\4\py34\lib\idlelib\Checker.py", line 296, in close
    self._checker.update_listbox()
AttributeError: 'function' object has no attribute 'update_listbox'
History
Date User Action Args
2014-07-01 15:30:48terry.reedysetrecipients: + terry.reedy, taleinat, jesstess, Saimadhav.Heblikar
2014-07-01 15:30:48terry.reedysetmessageid: <1404228648.33.0.633648212657.issue21880@psf.upfronthosting.co.za>
2014-07-01 15:30:48terry.reedylinkissue21880 messages
2014-07-01 15:30:48terry.reedycreate