Re: [web2py] Re: options.py problem

2010-04-17 Thread Tomas Pelka
Tomas Pelka wrote: > Still: > Cannot import config file [options] > > Btw I need to start web2py from script using: > > gluon.widget.start(cron=True) > > Is there any way how to preset options? I get it, I have to run directly HttpServer(option here). Looking in source I can see that > > 647

Re: [web2py] Re: options.py problem

2010-04-17 Thread Tomas Pelka
Still: Cannot import config file [options] Btw I need to start web2py from script using: gluon.widget.start(cron=True) Is there any way how to preset options? Looking in source I can see that 647 parser.add_option('-L', 648'--config', 649dest