Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111875 - pylint 0.8.1 doesn't work at all
Summary: pylint 0.8.1 doesn't work at all
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Rob Cakebread (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-08 06:48 UTC by MATSUI Tetsushi
Modified: 2005-11-08 09:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MATSUI Tetsushi 2005-11-08 06:48:37 UTC
After installing pylint-0.8.1, running pylint with any script
stopped with ImportError.

Reproducible: Always
Steps to Reproduce:
1. run 'pylint spam.py'

Actual Results:  
Traceback (most recent call last):
  File "/usr/bin/pylint", line 3, in ?
    from pylint import lint
  File "/usr/lib/python2.4/site-packages/pylint/lint.py", line 35, in ?
    from pylint.checkers import utils
  File "/usr/lib/python2.4/site-packages/pylint/checkers/__init__.py", line 25, in ?
    from logilab.astng.utils import ASTWalker
ImportError: No module named astng.utils


Expected Results:  
Output diagnosis of the script.

I don't know whether it is relevant to the issue or not,
logilab-common is also updated to 1.12.0.
Comment 1 MATSUI Tetsushi 2005-11-08 07:36:48 UTC
Pylint 0.8.1 depends "common" and "ASTNG",
but ASTNG is not installed by pylint-0.8.1 ebuild.
Moreover, there's no ASTNG package in portage tree.

see for requirement:
http://www.logilab.org/projects/pylint/0.8.1

ASTNG:
http://www.logilab.org/projects/astng/
Comment 2 Rob Cakebread (RETIRED) gentoo-dev 2005-11-08 09:18:09 UTC
Thank you, Matsui, I added astng to portage this morning.