Hi all,
python web2py -L options.py
ends with:
File "web2py.py", line 20, in <module>
gluon.widget.start(cron=True)
File "/home/tom/workspace/pyNetSim/web2py/gluon/widget.py", line 750,
in start
if options.test:
AttributeError: 'module' object has no attribute 'test'
No -T option specified.
Options.py looks like:
import os
ip = '10.8.0.10'
port = 8888
password = '<recycle>'
pid_filename = 'httpserver.pid'
log_filename = 'httpserver.log'
profiler_filename = None
ssl_certificate = 'secret/server.crt'
ssl_private_key = 'secret/server.key'
numthreads = 10
server_name = 'NetSim'
request_queue_size = 10
timeout = 10
shutdown_timeout = 5
folder = os.getcwd()
extcron = None
nocron = None
Am I doing anythin wrong?
Thanks for answers (web2py 1.76.5).
--
Tom
--
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en