Re: working pylint anyone?



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




Relevant Pages

  • Re: working pylint anyone?
    ... pylint 0.14 with logilab.common 0.27 and astng 0.17.2 ... but confuse pylint to spit out the reported error. ... you've found a pylint bug (or more likely a logilab- ...
    (comp.lang.python)
  • Re: [ANN] pylint 0.12.2 / astng 0.16.3
    ... Sylvain Thénault wrote: ... I'm pleased to announce new bugs fix releases of pylint and astng. ...
    (comp.lang.python)
  • [ANN] pylint 0.12.2 / astng 0.16.3
    ... I'm pleased to announce new bugs fix releases of pylint and astng. ... Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations ...
    (comp.lang.python)
  • [ANN] pylint 0.12.2 / astng 0.16.3
    ... I'm pleased to announce new bugs fix releases of pylint and astng. ... Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations ...
    (comp.lang.python.announce)
  • Re: working pylint anyone?
    ... So - anybody out here having an actually working pylint config and can ... Three installations of pylint 0.14.0 that I have access to from here: ... astng 0.17.2, common 0.27.0 ...
    (comp.lang.python)