never tried but 2 possibilities arise: - put all imports in the head of the code .... I personally use tips from http://pierreth.blogspot.com/2010/10/web2py-eclipse-pydev-recipe.html (search the section starting with "Avoiding warning and errors with Pydev") with a few variations
- explore the capabilities of pylintrc, init-hook parameter in it and load the file with --rcfile=<file> On Jan 18, 9:11 pm, Mike Rans <[email protected]> wrote: > 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

