if it's a module yes, it's the whole reason of having a module not to reevaluate it at every time. If you're debugging, though, it should be a function. Mind that you can always prepare a simple script (i.e. mylaunch.py) and use
web2py.py -M -S appname -R mylaunch.py mylaunch.py will be executed in the web2py environment, and then the process will exit (so, each time you launch it, it recompiles/reevaluate everything) On Wednesday, October 15, 2014 11:06:48 AM UTC+2, Ramos wrote: > > > using your suggestion > > web2py.py -M -S appname > > whenever i change my code i have to exit my shell console and run it again > right? > > Regards > > 2014-10-15 10:03 GMT+01:00 António Ramos <[email protected] <javascript:> > >: > >> >> 2014-10-14 23:06 GMT+01:00 Niphlod <[email protected] <javascript:>>: >> >>> web2py.py -M -S appname >> >> >> Niphold >> You deserve a promotion too!! >> >> thank you for your time. >> > > -- 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.

