The standard options file is missing two attributes:

python web2py.py --config options_std.py

fails with the following:

Traceback (most recent call last):
  File "web2py.py", line 20, in <module>
    gluon.widget.start(cron=True)
  File "/opt/web2py/gluon/widget.py", line 779, in start
    if options.extcron or options.nocron:
AttributeError: 'module' object has no attribute 'extcron'


Adding two lines to the config file allows it to work:

extcron = None
nocron = None


kb
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to