Re: [python-win32] Passing Args through PythonService.exe

2013-07-24 Thread Andreas B
Hi, Michael Manfre gmail.com> writes: > > Is it possible to pass args through PythonService.exe on to the ServiceFramework class? The only arg that I ever see come through the init is a tuple containing only the _svc_name_. I need to install many services for celery workers and having to create

Re: [python-win32] Question: Who killed a windows service

2013-07-24 Thread Hans Rakotomanga
As far as I can see, event log only lists the source as Service Control Manager, no user info. Oh well, I'll just have to have it message me when it stops so I can restart it :) I've seen solutions where you need to install debug tools etc. But can't install those on a shared computer. Thanks