[Python-projects] Bug in pylint: crash when parsing "import matplotlib.figure"

Emile Anclin emile.anclin at logilab.fr
Wed Nov 26 17:16:08 CET 2008


Hi,

On Wed, Nov 26, 2008 at 04:34:32PM +0100, David Kiliani wrote:
> Hi,
> 
> I think I found a bug in pylint when importing matplotlib.figure:
[...] 
> $ pylint --version
> No config file found, using default configuration
> pylint 0.14.0,
> astng 0.17.2, common 0.31.0
> Python 2.5.2 (r252:60911, Nov  1 2008, 18:01:20)
> [GCC 4.3.2]
> 
> 
we have now using pylint 0.15.2 :

$ pylint --version
No config file found, using default configuration
pylint 0.15.2, 
astng 0.17.4, common 0.36.1
Python 2.5.2 (r252:60911, Nov 14 2008, 21:49:10) 
[GCC 4.3.2]

So, with 0.15.2, I couldn't see no problem with something like 


import matplotlib.figure


Could you check if the problem persists for you with  0.15.2 ?

--

Emile Anclin

> _______________________________________________
> Python-Projects mailing list
> Python-Projects at lists.logilab.org
> http://lists.logilab.org/mailman/listinfo/python-projects


More information about the Python-Projects mailing list