Jerry Hill wrote:
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.

well, according this mail title, astng 0.19.2 is the correct one.

I should have mentioned /opt/tools/python/python2.3/ is a network drive where we install 3rd party modules. It is still named python2.3 but this is in fact totally irrelevant (we're the kind of lazy guys).
Python 2.5 is the one installed on my system so easy_install guess is right.

Or maybe you suggested that pylint is no more compatible with python2.5 ?

JM
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to