[web2py] Re: gluon.widget.start(cron=True)

2011-09-09 Thread annet
Massimo, > In that case it does not call web2py.py but wsgihandler.py which has > cron=False Thank you, I didn't know that. Kind regards, Annet.

[web2py] Re: gluon.widget.start(cron=True)

2011-09-09 Thread Massimo Di Pierro
In that case it does not call web2py.py but wsgihandler.py which has cron=False On Sep 9, 1:07 am, annet wrote: > Massimo, > > Thanks for your reply, now I know why I saved the file and referenced > it memory usage: I commented out import gluon.import_all which in > newer web2py versions is comme

[web2py] Re: gluon.widget.start(cron=True)

2011-09-08 Thread annet
Massimo, Thanks for your reply, now I know why I saved the file and referenced it memory usage: I commented out import gluon.import_all which in newer web2py versions is commented out by default? Which leads to another question: At webfaction the Web2py installation that I have is running behind

[web2py] Re: gluon.widget.start(cron=True)

2011-09-08 Thread Massimo Di Pierro
This is web2py.py (starts web2py) except you have an extra line On Sep 8, 11:43 am, annet wrote: > I came a cross this file and wonder what it does. > > #!/usr/bin/env python > # -*- coding: utf-8 -*- > > import os > import sys > > try: >     path = os.path.dirname(os.path.abspath(__file__)) > ex