I'm getting a traceback when pylint'ing /dev/null using CPython 3.2 using
the recently released pylint.  The traceback is as follows:

$ /usr/local/cpython-3.2/bin/pylint /dev/null

Traceback (most recent call last):

File "/usr/local/cpython-3.2/bin/pylint", line 3, in <module>

run_pylint()

File
"/usr/local/cpython-3.2/lib/python3.2/site-packages/pylint/__init__.py",
line 20, in run_pylint

from pylint.lint import Run

File "/usr/local/cpython-3.2/lib/python3.2/site-packages/pylint/lint.py",
line 31, in <module>

from pylint.checkers import utils

File
"/usr/local/cpython-3.2/lib/python3.2/site-packages/pylint/checkers/__init__.py",
line 45, in <module>

from logilab.astng.utils import ASTWalker

File
"/usr/local/cpython-3.2/lib/python3.2/site-packages/logilab/astng/__init__.py",
line 85, in <module>

__import__(module[:-3])
ImportError: No module named py2qt4


This is with pylint 0.26.0, astng 0.24.1 and common 0.58.2.

Is a fix or workaround available?

The same software works OK with CPython 2.7.

Thanks!

-- 
Dan Stromberg
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to