Re: [web2py] Re: Modules not reloading

2017-07-19 Thread António Ramos
Got it Leonel. I´m just testing code. When i found the best way to solve my problem i will name it less horribly :) Regards António 2017-07-19 11:34 GMT+01:00 Leonel Câmara : > Well you are importing from ficheiros3.py (horribly named file btw) using > importlib, track_changes works with the web

[web2py] Re: Modules not reloading

2017-07-19 Thread Leonel Câmara
Well you are importing from ficheiros3.py (horribly named file btw) using importlib, track_changes works with the web2py custom importer so naturally it does not work for you. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source c

[web2py] Re: Modules not reloading

2017-07-19 Thread António Ramos
Any help??? 2017-07-18 15:42 GMT+01:00 António Ramos : > And if i change one of the functions i get the same "refresh" problem... > > 2017-07-18 14:58 GMT+01:00 António Ramos : > >> Hello in my db.py >> >> i have this >> >> from gluon.custom_import import track_changes; track_changes(True) >> >>

[web2py] Re: Modules not reloading

2017-07-18 Thread António Ramos
And if i change one of the functions i get the same "refresh" problem... 2017-07-18 14:58 GMT+01:00 António Ramos : > Hello in my db.py > > i have this > > from gluon.custom_import import track_changes; track_changes(True) > > from wf_validates import Validate > db.define_table( > "status", > ...