Hello,
I'm trying to start web2py as a Windows (XP) service. After installing the 
pywin32 extension all errors at command line were gone. However, the 
service doesn't start.

This is what happens:

#python web2py.py -W install
- no errors -

#python web2py.py -W start
[...]
Starting hardcron...
Starting service web2py

-> cannot access any web2py application!

#python web2py.py -W stop
[...]
Starting hardcron...
Stopping service web2py
Error stopping service: The service was not started. (1062)


Looking at the WinXP EventLog, I see the following:
"Python could not import the service's module
ImportError: No module named gluon.winservice"


Do you need further information?

Regards, Patrick

Reply via email to