Re: [Pydev-code] pylint problems
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2006-04-28 23:00:57
|
> > Builders are enabled, build on save only not checked (this does not make > a difference, tested). > Ok, I just got the latest Pylint version myself and it works for me... Actually, when you mentioned the builders, this reminded me of something: are your files in the project pythonpath? In previous versions it would try to analyze all your files, even if your pythonpath was not correctly defined, so, there's a chance that your files are not underneath a source folder in the project. -- you have to define the source folders for that... check http://fabioz.com/pydev/manual_101_project_conf2.html (and the auto-build should also be set -- http://pydev.sourceforge.net/pylint.html discusses that). Cheers, Fabio |