Hide Forgot
abrt version: 2.0.1 architecture: i686 cmdline: comment: pylint run automatically from within the Eclipse PyDev extension. component: pylint executable: /usr/lib/python2.7/site-packages/pylint/lint.py kernel: 2.6.38.8-32.fc15.i686 os_release: Fedora release 15 (Lovelock) package: pylint-0.22.0-3.fc15 reason: lint.py:31:<module>:ImportError: No module named checkers time: Mon Jun 20 10:24:51 2011 uid: 500 username: liblit backtrace: :lint.py:31:<module>:ImportError: No module named checkers : :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/pylint/lint.py", line 31, in <module> : from pylint.checkers import utils :ImportError: No module named checkers : :Local variables in innermost frame: :__builtins__: <module '__builtin__' (built-in)> :__name__: '__main__' :__file__: '/usr/lib/python2.7/site-packages/pylint/lint.py' :__doc__: ' %prog [options] module_or_package\n\n Check that a module satisfy a coding standard (and more !).\n\n %prog --help\n\n Display this help message and exit.\n\n %prog --help-msg <msg-id>[,<msg-id>]\n\n Display help messages about given message identifiers and exit.\n' :__package__: None
Package: pylint-0.22.0-3.fc15 Architecture: i686 OS Release: Fedora release 15 (Lovelock) Comment ----- Unknown.
Can you reproduce this outside eclipse? The import works fine for me from ipython.
I believe that I have only even seen this from inside Eclipse, presumably being triggered by PyDev.
Reassigning to eclipse-pydev, I'm not able to reproduce it and don't use Eclipse.
Does it happen with pydev 2.2.1 from updates?
This still happens with the latest PyDev 2.2.2 release. However, I should state that I am not using the Fedora-packaged Eclipse and PyDev. I am using my own personal download of Eclipse 3.7 [Indigo] with PyDev installed into that via the Eclipse Marketplace. Maybe that makes it not your problem, especially if others report that this works fine when using Fedora's packaged Eclipse and PyDev RPMS.
Pylint with our Pydev seems to be working fine for me. I'm closing this one please reopen when/if you can reproduce with Eclipse and Pydev installed from Fedora packages. (There is almost nothing I can do to fix things we haven't built)