I have installed pylint via easy_install. I can run pylint <filename>
with success. But pydev refuses to use it.
What am I doing wrong?
I'm guessing you may need to mark the folder that contains your code as a source folder. You can do this under project properties.