Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4369308 By: fabioz
Python doesn't really have compiled code (so, PyLint does not do that for you), what PyLint aims at doing is finding out about unused variables, undefined variables, etc. If your project files are in your project pythonpath, it should work without problems... For a tutorial on how to config your project correctly, take a look at: http://fabioz.com/pydev/manual_101_root.html Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
