That did the trick!  I had my ssl_certificate line commented out.  I
also noticed that the online web2py manual has a typo.  There should
be double quotes at the end of the ssl_certificate and ssl_private_key
so the look like this:

ssl_certificate = ""
ssl_private_key = ""

Thanks for your help!


On May 19, 7:14 pm, Anthony <[email protected]> wrote:
> 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?- Hide quoted text -
>
> - Show quoted text -

Reply via email to