On Monday, February 7, 2011 3:48:22 AM UTC-5, Panupat wrote: > > 3. The online book mentioned "options.py" but I don't seem to have > that file anywhere in my web2py directory > http://web2py.com/book/default/chapter/11#Start-as-Windows-Service
You should find a file called 'options_std.py' in the web2py root directory (i.e., /web2py/options_std.py), not in your application directory. Copy it to 'options.py' and edit as needed. Anthony

