[python-win32] Python Service does not start at Windows boot but at user's logon

spoirot stephane.poirot at linbox.com
Mon Jun 9 15:44:34 CEST 2008


Good morning everyone,

I may have found an issue for my problem : I've made the service RpcSs 
(Remote Procedure Call SubSystem)
dependent from my own service. Thus, RpcSs will only start when my own 
service has started.
It seems to work. A drawback is that if I want to stop my service before 
shutdown , all dependant services
will stop also, and some of them do not stop properly. Indeed, RpcSs has 
a lot of services depending of it.
But it's already a solution.

I hope this could help other people.

SP


More information about the python-win32 mailing list