[web2py] Re: Reloading modules stops working after some time ...

2012-10-22 Thread Donatas Burba
My problem (with appy.pod) still persists in v2.2.1 so I'm locked to v2.0.9... --

[web2py] Re: Reloading modules stops working after some time ...

2012-10-18 Thread weheh
I am now seeing this issue again on 2.1.1. I'm getting True from is_tracking_changes() but a change in one of my modules isn't showing in the browser. On Tuesday, October 16, 2012 4:15:42 AM UTC+8, David Marko wrote: > > I have a module in my app that i was working on extensively today. I > rea

[web2py] Re: Reloading modules stops working after some time ...

2012-10-18 Thread Donatas Burba
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. Traceback (most recent call last): File "/var/www/advokatai/gluon/restricted.py", line 209, in restricted exec ccode in environment File "/home/web2py/advokatai/web2py/applications/bow_law/controllers/plugin_

[web2py] Re: Reloading modules stops working after some time ...

2012-10-18 Thread Donatas Burba
In the app modules 2012 m. spalis 18 d., ketvirtadienis 15:36:17 UTC+3, Massimo Di Pierro rašė: > > Also, where is appy.pod installed? In python site-packages, in web2py > site-packages, or in the app modules? > > On Wednesday, 17 October 2012 22:59:43 UTC-5, Donatas Burba wrote: >> >> I have not

[web2py] Re: Reloading modules stops working after some time ...

2012-10-18 Thread Massimo Di Pierro
Also, where is appy.pod installed? In python site-packages, in web2py site-packages, or in the app modules? On Wednesday, 17 October 2012 22:59:43 UTC-5, Donatas Burba wrote: > > I have noticed another issue. With version 2.1.1 I can't use appy.pod > anymore. It means I can generate only one pdf

[web2py] Re: Reloading modules stops working after some time ...

2012-10-18 Thread Massimo Di Pierro
Can i get the complete traceback? On Wednesday, 17 October 2012 22:59:43 UTC-5, Donatas Burba wrote: > > I have noticed another issue. With version 2.1.1 I can't use appy.pod > anymore. It means I can generate only one pdf file, every other try gives > me error (that I'm using python which can't

[web2py] Re: Reloading modules stops working after some time ...

2012-10-17 Thread Donatas Burba
I have noticed another issue. With version 2.1.1 I can't use appy.pod anymore. It means I can generate only one pdf file, every other try gives me error (that I'm using python which can't access uno). I think that problem is in custom_import.py, so I was forced to return back to 2.0.9, where ap

Re: [web2py] Re: Reloading modules stops working after some time ...

2012-10-17 Thread weheh
I experienced this issue with the 1.99 series web2py. Not enough experience with 2.1.1 to say for sure if it's still there. However, with 2.1.1, when I insert print is_tracking_changes() I always see True. Will report any inconsistencies if I see them in the future. On Thursday, October 18, 201

Re: [web2py] Re: Reloading modules stops working after some time ...

2012-10-17 Thread Richard Vézina
I do notice the same problem here and it drive me crazy... I suspect that, but since it seems to be intermittent, I wasn't sure... I did what you ask and I get True all the time, but the change I had made to module never been applied when page render. Richard On Mon, Oct 15, 2012 at 4:58 PM, Ma

[web2py] Re: Reloading modules stops working after some time ...

2012-10-15 Thread Massimo Di Pierro
Can you do from gluon.custom_import import * track_changes(True) print is_tracking_changes() does it print True all time? It should. On Monday, 15 October 2012 15:43:49 UTC-5, David Marko wrote: > > Using the latest trunk ... Updated today --

[web2py] Re: Reloading modules stops working after some time ...

2012-10-15 Thread David Marko
Using the latest trunk ... Updated today --

[web2py] Re: Reloading modules stops working after some time ...

2012-10-15 Thread Massimo Di Pierro
Which version? Make sure you are using 2.1.1 because we changes something in this respect. On Monday, 15 October 2012 15:15:42 UTC-5, David Marko wrote: > > I have a module in my app that i was working on extensively today. I > realised that web2py doesnt reload it correctly when change tracki