I have successfully converted my python project to a service. When using the usual installation and start / stop options, everything works correctly. However, I want to compile a project using py2exe, which seems to work correctly until you install the EXE as a service and try to start it.
The following error message appears:
- CherryPyService starter service
- Error starting the service: the service did not respond to the start or control request in a timely manner.
My compiled python file (which links to the main project) is as follows:
Any help would be greatly appreciated.
python py2exe windows-services
williamtroup
source share