Re: working pylint anyone?
- From: "Diez B. Roggisch" <deets@xxxxxxxxxxxxx>
- Date: Thu, 31 Jul 2008 14:39:50 +0200
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
- Follow-Ups:
- Re: working pylint anyone?
- From: alexandre.Fayolle@xxxxxxxxxx
- Re: working pylint anyone?
- References:
- working pylint anyone?
- From: Diez B. Roggisch
- Re: working pylint anyone?
- From: alexandre.Fayolle@xxxxxxxxxx
- working pylint anyone?
- Prev by Date: Re: Difference between type and class
- Next by Date: Re: Difference between type and class
- Previous by thread: Re: working pylint anyone?
- Next by thread: Re: working pylint anyone?
- Index(es):
Relevant Pages
|