Re: [python-win32] Passing string[] parameters to c# .NET function

2013-07-24 Thread Aishwarya Sivakumar
This is what i got from the OleView: HRESULT myFunc(string cmd, params object[] arg) [id(0x6002003a), vararg] HRESULT myFunc( [in] BSTR cmd, [in] SAFEARRAY(VARIANT) arg, [out, retval] VARIANT_BOOL* pRetVal); HRESULT

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

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

2013-07-24 Thread Andreas B
Hi, Michael Manfre mmanfre at 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