I've set web2py.py as debug file, but it's irritating to have the gui pop
open all the time. Also, the TK server window refuses to close after I stop
debugging, so after a time there's this proliferation of server windows.
:-| I've just included the lines below in each file, which helps
autocompletion.
if 0:
import db
Any other WingIDE tips, let me know.
On Saturday, August 18, 2012 3:32:49 PM UTC-4, Marin Pranjić wrote:
>
> You can run web2py in wingide if you set web2py.py as main debug file.
>
>
>
--