[Python-projects] Pylint 0.16.0 - ImportError: common.compat - Windows Python 2.6.1
Glen Richards
g.richards at aranz.com
Sun Feb 22 23:50:04 CET 2009
Traceback (most recent call last):
File
"C:\dev\Python26\Lib\site-packages\pylint-0.16.0-py2.6.egg\pylint\lint.py",
line 31, in <module>
from pylint.checkers import utils
File
"c:\dev\python26\lib\site-packages\pylint-0.16.0-py2.6.egg\pylint\checkers\__init__.py",
line 40, in <module>
from logilab.astng.utils import ASTWalker
File "C:\dev\Python26\Lib\site-packages\logilab\astng\__init__.py",
line 48, in <module>
from logilab.common.compat import chain, imap
ImportError: No module named common.compat
Using:
logilab-astng-0.17.4
logilab-common-0.38.0
Looks like a "pathing" issue but I have not been able to work it out.
I've tried installing by using easy_install & by downloading the tar.gz
& using "setup.py install".
Any help appreciated.
Is there a version of any of the 3 packages that's known to work for
python 2.6/Windows?
I also found this related post:
http://www.turkeyfeather.com/news/python/index.turkey
Cheers,
Glen Richards
More information about the Python-Projects
mailing list