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
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
2 matches
Mail list logo