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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to