[issue21880] IDLE: Ability to run 3rd party code checkers

Terry J. Reedy report at bugs.python.org
Tue Jul 1 17:30:48 CEST 2014


Terry J. Reedy added the comment:

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'

----------

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


More information about the Python-bugs-list mailing list