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

2013-08-07 Thread Massimo Di Pierro
I opened a 
ticket: 
https://code.google.com/p/web2py/issues/detail?id=1617&thanks=1617&ts=1375873958

On Wednesday, 7 August 2013 06:00:57 UTC-5, step wrote:
>
> I too have this problem, word by word as described. I haven't been able to 
> spot a pattern. I'm running web2py source on Windows XP (rocket).
>
> On Monday, August 5, 2013 8:26:59 AM UTC+2, David Marko wrote:
>>
>> I have this problem for years.  Working on Windows 7/8 , python 2.7.5 and 
>> latest web2py from trunk. The same behaviour observed when running rocket 
>> or mod_wsgi (under Apache). I'm always putting track_changes into model. 
>> Details of the behaviour are described in my initial post in this 
>> discussion thread
>
>

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-08-07 Thread step
I too have this problem, word by word as described. I haven't been able to 
spot a pattern. I'm running web2py source on Windows XP (rocket).

On Monday, August 5, 2013 8:26:59 AM UTC+2, David Marko wrote:
>
> I have this problem for years.  Working on Windows 7/8 , python 2.7.5 and 
> latest web2py from trunk. The same behaviour observed when running rocket 
> or mod_wsgi (under Apache). I'm always putting track_changes into model. 
> Details of the behaviour are described in my initial post in this 
> discussion thread

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-08-04 Thread David Marko
I have this problem for years.  Working on Windows 7/8 , python 2.7.5 and 
latest web2py from trunk. The same behaviour observed when running rocket 
or mod_wsgi (under Apache). I'm always putting track_changes into model. 
Details of the behaviour are described in my initial post in this 
discussion thread

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-08-02 Thread Massimo Di Pierro
Ok. I will look into it asap. If you can provide a simple example to 
reproduce this behavior would be helpful. The more details (os, python, 
web2py version) would also help.

On Friday, 2 August 2013 12:11:54 UTC-5, David Marko wrote:
>
> Its in model ... 

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-08-02 Thread David Marko
Its in model ... 

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-08-02 Thread Massimo Di Pierro
Where did you put track_changes? It is supposed to be in a model not in a 
module, certainly not in the module you are trying to reload.

On Friday, 2 August 2013 05:01:42 UTC-5, David Marko wrote:
>
> 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 process and testing web2py  ... tracking stops detect the changes in 
> module. When for example I try to debug some error and  web2py stops reload 
> the module I can see still the same source code snippet in error ticked 
> even though my module contains updated code. When this occurs (and this 
> occurs repeatedly for me /tested width rocket and mod_wsgi/) I observed 
> that .pyc file is outdated comparing the timestamp on original .py file. I 
> even tried to remove .pyc file but web2py(python) doesnt create a new one 
> when I reload the page in browser. I have to restart the web2py and things 
> get working for sometime once again. Any idea here please? 

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.