[python-win32] Running a Windows Python service without pythonservice.exe?
Bill Janssen
janssen at parc.com
Tue May 11 19:32:08 CEST 2010
Mark Hammond <mhammond at skippinet.com.au> wrote:
> Sounds about right - but reading pythonservice.cpp is really the
> definitive source to what needs to be done. Sadly I can't find
> anything more specific, such as a sample.
OK. pythonservice.exe has a lot of stuff in it -- for instance, there
seems to be a standalone implementation of servicemanager.
And don't I have to hack InstallService somewhere, too? Otherwise the
Service Manager will try to use PythonService.exe instead of python.exe,
won't it?
A simple example would sure be a help :-).
Bill
More information about the python-win32
mailing list