I've used PyFlakes. if 0: from gluon import *
Integrated with gvim/vim. It still complains because gluon isn't on the pythonpath. I suppose I could set up a virtualenv so this doesn't happen, but it's not much of a bother so I'm ignoring it for now. On Friday, June 8, 2012 1:38:57 AM UTC-4, nick name wrote: > > What works? > What doesn't work? > What are the pitfalls? > > Do you need to write any "if 0: import ..." statements to make it > recognize the functions? > > Thanks in advance. >

