On Friday 06 November 2009 18:53:31 Dan Wallis wrote:
> Hello list
> 
> Apologies if this has already been reported. I had trouble finding
> where your bugs are tracked, and how to submit new ones.
> 
> I'm using pylint from within Eclipse with PyDev. I get lots of E0611
> false-positives. Python itself has no trouble resolving the names, but
> pylint complains that they don't exist.
> 
> What information can I provide to help track this bug (or
> misconfiguration) down?
> 
> 
> d...@huia ~ $ pylint --version
> No config file found, using default configuration
> pylint 0.14.0,
> astng 0.17.4, common 0.32.0
> Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:56)

Hi Dan,

First thing I'd suggest is upgrading your pylint installation (and related 
packages) : the latest version is 0.18.1 with astng  0.19.1 (and logilab-
common 0.45.1). Lots of progress have been made since 0.14. 

Then, as Aurélien explained in his answer, please provide examples of code 
reproducing the bug. Specifically if the E0611 involves a standard library 
module please tell us so. If it involves a third party library please provide 
the version (numpy for instance has known issues regarding pyling that were 
fixed afaik in recent releases of numpy). If it is your own code, we need to 
know a bit more in order to help you. 

-- 
Alexandre Fayolle                              LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian:  http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
Informatique scientifique:               http://www.logilab.fr/science
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to