Hello! Yes, it is a known issue and there is a pylint plugin to fix it: https://github.com/dsludwig/pylint-web2py The problem with it is that it relies on old Pylint API, so it doesn't work after version of 1.0
I updated it to support new Pylint (Astroid) API and added ability to find web2py modules (in application modules folder, in gluon etc). And I sent dsludwig a pull request, but he didn't reply. So you can find it here: https://github.com/flagist0/pylint-web2py The easiest way to install it is to use this command: pip install git+git://github.com/flagist0/pylint-web2py.git On Wednesday, December 3, 2014 5:06:18 AM UTC+4, Alan Evangelista wrote: > > pylint checks fail on web2py controllers and models because web2py > automatically imports several modules/classes/variables at runtime. I > assume this is a known issue and there is no workaround? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

