I'm having trouble setting up pylint with pydev.

Posted by Kugel on Stack Overflow See other posts from Stack Overflow or by Kugel
Published on 2010-03-29T13:37:57Z Indexed on 2010/03/29 13:43 UTC
Read the original article Hit count: 500

Filed under:
|
|

I have installed pylint via easy_install. I can run lint.py <filename> with success. But pydev refuses to use it.

  • I checked "use pylint"
  • I configured correct path
  • I updated my python interpreter in eclipse to have pylit in pythonpath
  • I use Eclipse Galileo
  • I have build automatically checked
  • I tried cleaning whole project and no errors

What am I doing wrong?

© Stack Overflow or respective owner

Related posts about pydev

Related posts about pylint