[web2py] Re: bug when starting external cron job in web2py 2.9.5

2014-04-10 Thread Alex
thanks, Massimo. I opened a ticket: http://code.google.com/p/web2py/issues/detail?id=1918 Am Mittwoch, 9. April 2014 23:02:16 UTC+2 schrieb Massimo Di Pierro: > > Please open a ticket and I will look at this asap. > > On Tuesday, 8 April 2014 17:39:09 UTC-5, Alex wrote: >> >> yes, application i

[web2py] Re: bug when starting external cron job in web2py 2.9.5

2014-04-09 Thread Massimo Di Pierro
Please open a ticket and I will look at this asap. On Tuesday, 8 April 2014 17:39:09 UTC-5, Alex wrote: > > yes, application is recompiled with 2.9.5. > > everything works (so far), only calling the controller function from > command line does not. > -- Resources: - http://web2py.com - http://w

[web2py] Re: bug when starting external cron job in web2py 2.9.5

2014-04-08 Thread Alex
yes, application is recompiled with 2.9.5. everything works (so far), only calling the controller function from command line does not. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/

[web2py] Re: bug when starting external cron job in web2py 2.9.5

2014-04-08 Thread Massimo Di Pierro
Did you try re-compile? On Tuesday, 8 April 2014 08:21:58 UTC-5, Alex wrote: > > since I have serious problems with internal cron I want to switch to > external cron. > > I created a test controller function which I can call like this: > > python web2py.py -J -M -S myapp/dev/test_cron > > > in p