> Which version of python-logilab-common and python-logilab-astng are > installed on your machine ?
By now, pylint 0.14 with logilab.common 0.27 and astng 0.17.2 I was able to track down the problem as being related to a custom init-hook. See the attached .pylintrc + hook. They don't actually *do* anything (or, the hook that is), but confuse pylint to spit out the reported error. Maybe you can track down the real reason for the error? > > I don't know where you checked, but there is some traffic on the > mailing list, > and questions generally get answered :-) On the website, I found this link: http://www.logilab.org/mailinglist/850 through the search. Diez
import sys sys.path.apped("/home/dir")
[MASTER] init-hook="execfile('/home/dir/.pylint_init_hook.py')" [VARIABLES] dummy-variables-rgx=unused_|dummy|_ [MESSAGES CONTROL] disable-msg=W0142,W0232,W0105,C0111,C0102,C0103,C0301
-- http://mail.python.org/mailman/listinfo/python-list