In Bzr revision 1813 onwards, Web2Py no longer works as a Win32
service:

Traceback (most recent call last):
  File "C:\Bin\web2py\gluon\winservice.py", line 46, in SvcDoRun
    self.start()
  File "C:\Bin\web2py\gluon\winservice.py", line 118, in start
    path=options.folder,
TypeError: __init__() got an unexpected keyword argument 'path'

This has been traced to the removal of the relevant option to
HttpServer in this revision:
http://bazaar.launchpad.net/~mdipierro/web2py/devel/revision/1813#gluon/main.py

I'm not sure whether the option needs restoring or whether
winservice.py should no longer attempt to pass it.

Many thanks,
Fran.


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to