[web2py] track_changes and reloading 2nd tire modules

2016-07-31 Thread catonstairs
track_changes(True) does reload modules imported within models and controllers, however it does not seem to reload modules imported by those modules e.g. fooddrink controller imports ctrl_fooddrink module, also ctrl_fooddrink module imports item_repr module ... ctrl_fooddrink reloads, but

[web2py] track_changes is Broken? I keep having to restart web2py

2014-02-12 Thread Brando
I've put the following in my model: from gluon.custom_import import track_changes track_changes(True) and all modules i am working with are in the modules folder within the app. The last thread I read on here says that this functionality isn't working. Is that the case? Development is

[web2py] track_changes for modules stops working after some time - some observation

2013-08-02 Thread David Marko
It has been reported a few times by different users. track_changes for modules stops working after several reloads of page in browser. I can see typical scenario ... I'm working with module and changes are detected correctly . After 6-7 changes and reloads cycle in browser during the coding

[web2py] track_changes

2012-11-07 Thread Massimiliano
Version 2.2.1 (2012-11-06 14:26:21) stable It's just me or it doesn't work anymore? -- Massimiliano --

[web2py] track_changes(True) fails outside web2py

2011-10-26 Thread seongjoo
Importing track_changes has no problem in a python module outside of web2py. from gluon.custom_import import track_changes But after the successful import, below fails track_changes(True) The error message and the essence of traceback are as below: ...\gluon\custom_import.pyc in