[web2py] web2py as Windows service

2012-11-12 Thread David Sorrentino
Hello folks! :) I am trying to run web2py as Windows service, but no positive results. Following the recipe on the online book, I edited the file "options.py". The file looks like that: #!/usr/bin/python # -*- coding: utf-8 -*- import socket import os ip = 127.0.0.1 port = 8000 interfaces = [('1

[web2py] web2py as windows service

2011-02-08 Thread Panupat Chongstitwattana
A couple questions. I can't seem to get web2py to load the options. Either python web2py.py -L options.py or python web2py.py -L options give me the same error messages - Cannot import config file [options]. I'm running the command from web2py.py directory. My options.py is exactly like the one l