Hi, I am a web2py newbie.
I am using web2py with an external text editor. I made Pylint and Winpdb plugins for this editor (Editra - which is written in Python) and can successfully debug web2py from it. The problem I have is with Pylint - web2py does some behind the scenes importing. I don't want to turn warnings off as that defeats the object of Pylint. I can modify the Pylint plugin to do things before launching Pylint (and already do so with altering the PYTHONPATH), so do you know of a way to tell Pylint about the imports web2py has done? Cheers, Mike