[ANN] pylint 0.19 / astng 0.19.2

Jerry Hill malaclypse2 at gmail.com
Fri Dec 18 12:32:33 EST 2009


On Fri, Dec 18, 2009 at 12:24 PM, Jean-Michel Pichavant >  File
> "/opt/tools/python/python2.3/site-packages/logilab_astng-0.19.2-py2.5.egg/logilab/astng/infutils.py",
> line 28, in <module>
>   from logilab.astng._nodes import Proxy_, List, Tuple, Function, If,
> TryExcept
> ImportError: No module named _nodes

You're installing the wrong version of logilab.  That's the python 2.5
version, judging by the name of the egg.  I'm not sure how
easy_install decides which version of python to install for, but it's
definitely picking the wrong one here.

-- 
Jerry



More information about the Python-list mailing list