[Python-projects] Problems with latest astng or common or with setuptools/easy_install?
skip at pobox.com
skip at pobox.com
Fri Nov 21 15:41:49 CET 2008
I saw the announcement about astng 0.17.4 so I easy_install'd it and also
made sure my logilab-common and pylint pakages were up-to-date. These eggs
were listed in easy-install.pth:
./pylint-0.15.2-py2.7.egg
./logilab_astng-0.17.4-py2.7.egg
./logilab_common-0.36.1-py2.7.egg
When I run pytest it complains:
Traceback (most recent call last):
File "/Users/skip/local/bin/pytest", line 5, in <module>
pkg_resources.run_script('logilab-common==0.36.1', 'pytest')
File "build/bdist.macosx-10.3-i386/egg/pkg_resources.py", line 448, in run_script
File "build/bdist.macosx-10.3-i386/egg/pkg_resources.py", line 1166, in run_script
File "/Users/skip/local/lib/python2.7/site-packages/logilab_common-0.36.1-py2.7.egg/EGG-INFO/scripts/pytest", line 3, in <module>
from logilab.common.pytest import run
ImportError: No module named common.pytest
More information about the Python-Projects
mailing list