Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102760

pylint -> ImportError: No module named lazy_object_proxy

From Michael Ströder <michael@stroeder.com>
Newsgroups comp.lang.python
Subject pylint -> ImportError: No module named lazy_object_proxy
Date 2016-02-10 14:39 +0100
Organization A noiseless patient Spider
Message-ID <n9fedv$d8a$1@dont-email.me> (permalink)

Show all headers | View raw


HI!

Hmm, I've used pylint before but my current installation gives me an ImportError:

$ pylint
Traceback (most recent call last):
  File "/usr/bin/pylint", line 3, in <module>
    run_pylint()
  File "/usr/lib/python2.7/site-packages/pylint/__init__.py", line 22, in run_pylint
    from pylint.lint import Run
  File "/usr/lib/python2.7/site-packages/pylint/lint.py", line 44, in <module>
    import astroid
  File "/usr/lib/python2.7/site-packages/astroid/__init__.py", line 54, in <module>
    from astroid.nodes import *
  File "/usr/lib/python2.7/site-packages/astroid/nodes.py", line 39, in <module>
    from astroid.node_classes import (
  File "/usr/lib/python2.7/site-packages/astroid/node_classes.py", line 24, in
<module>
    import lazy_object_proxy
ImportError: No module named lazy_object_proxy

Can anybody here give me a hint what's missing?
six, astroid and tk modules are installed.
Any more dependencies?

Ciao, Michael.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

pylint -> ImportError: No module named lazy_object_proxy Michael Ströder <michael@stroeder.com> - 2016-02-10 14:39 +0100
  Re: pylint -> ImportError: No module named lazy_object_proxy Peter Otten <__peter__@web.de> - 2016-02-10 15:09 +0100
    Re: pylint -> ImportError: No module named lazy_object_proxy Michael Ströder <michael@stroeder.com> - 2016-02-10 18:25 +0100

csiph-web