Have you created a /web2py/options.py file as described here: 
http://web2py.com/book/default/chapter/11#Start-as-Windows-Service? There's 
an example file called 'options_std.py' that you can copy.
 
Anthony

On Thursday, May 19, 2011 6:21:42 PM UTC-4, karl simon wrote:

> I am running web2py from source (version 1.90.6) in Windows XP.  I 
> currently have win32 extensions for Python installed.  I was able to 
> install the windows service successfully, however, when I go to start 
> the windows service using "python web2py.py -W start", the service 
> does not start. 
>
> The Windows event viewer shows the following error: 
>
> Traceback (most recent call last): 
>   File "C:\web2py\gluon\winservice.py", line 46, in SvcDoRun 
>     self.start() 
>   File "C:\web2py\gluon\winservice.py, line 116, in start 
>     ssl_certificate=option.ssl_certificate, 
>  AttributeError:  'module' object has not attribute 'ssl_certificate' 
>
> Any idea what this means?

Reply via email to