[Python-apps-team] Bug#689172: pylint-gui unable to cope with '--include-ids' option

Omega Weapon omegaphil at gmail.com
Sat Sep 29 18:36:11 UTC 2012


Package: pylint
Version: 0.25.2-1
Severity: normal
Tags: patch

I am looking into pylint for the first time, playing around with 
pylint-gui. After dealing with 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667065 , I added the 
standard '--include-ids' option to a generated rc file (this is the 
first thing n00bs are told to do):

=======================================================

pylint --include-ids y --generate-rcfile > ~/.pylintrc

=======================================================

However, when you next call pylint-gui and try to load a script...

=======================================================

Exception in Tkinter callback
Traceback (most recent call last):
   File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1413, in __call__
     return self.func(*args)
   File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 498, in callit
     func(*args)
   File "/usr/lib/pymodules/python2.7/pylint/gui.py", line 343, in 
periodic_call
     if self.process_incoming():
   File "/usr/lib/pymodules/python2.7/pylint/gui.py", line 331, in 
process_incoming
     if (self.msg_type_dict.get(msg[0])()):
TypeError: 'NoneType' object is not callable

=======================================================

Its clear pylint-gui hasn't been tested/used much, as its relying on the 
bare configuration of the 'message type' being passed as a single 
character string ('C', 'W' etc)... including the IDs naturally appends 
them to this character, subsequently breaking the GUI when it tries to 
load the package/script.

Please see the patch for how I've fixed it based off the 
http://download.logilab.org/pub/pylint/pylint-0.25.2.tar.gz source - I 
found the problem in the original place, then git grep'd for more 
instances of the code, which there was one other.


--- System information. ---
Architecture: amd64
Kernel:       Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
   500 testing         security.debian.org
   500 testing         ftp.uk.debian.org
   500 stable          www.getgnash.org
   500 quodlibet-unstable www.student.tugraz.at

--- Package information. ---
Depends                     (Version) | Installed
=====================================-+-============
python                       (>= 2.6) | 2.7.3~rc2-1
python-support            (>= 0.90.0) | 1.0.15
python-logilab-common     (>= 0.53.0) | 0.58.0-1
python-logilab-astng      (>= 0.21.1) | 0.23.1-1


Recommends      (Version) | Installed
=========================-+-===========
python-tk                 | 2.7.3-1


Package's Suggests field is empty.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pylint_gui_invalid_message_type_handling_fix.patch
Type: text/x-patch
Size: 1329 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20120929/9b4e4f7e/attachment.bin>


More information about the Python-apps-team mailing list