I have a module in my app that i was working on extensively today. I realised that web2py doesnt reload it correctly when change tracking enabled. I did some changes to module, after some 4 or 5 save/reload cycles wbe2py stopped reloading the module so old code runned. I could see old messages printed on console. After web2py restarted things went fine but after some time the same behaviour reappeared ... Module reloading stopped or i had to resave module 3-4 times to reflect in browser. Entire behaviour is rather weird as one is not sure with version of my code is actualy running ...
David --