[python-win32] Running a Windows Python service without pythonservice.exe?
Bill Janssen
janssen at parc.com
Thu May 13 01:25:09 CEST 2010
Mark Hammond <skippy.hammond at gmail.com> wrote:
> Execute 'python nativePipeTestService.py install' to install it, then
> start it as normal (ie, don't run it manually with no args).
Yes, that's what I tried first. See my message
<67901.1273677394 at parc.com>, just previous to the one you replied to.
$ sc start PyNativePipeTestService
[SC] StartService FAILED 1053:
The service did not respond to the start or control request in a timely fashion.
$
Same thing if I try to start it from the System Management GUI tool.
Bill
More information about the python-win32
mailing list