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] Passing Args through PythonService.exe

2013-07-10 Thread Michael Manfre
I installed the service with the args I wanted and they appeared where I expected to see them in the service's property dialog (next to the "Path to executable"). The problem I experienced was that no matter what args were provided, either installed with the service or provided with the one-off "st

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

2013-06-30 Thread Mark Hammond
On 21/06/2013 6:06 AM, Michael Manfre wrote: 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 creat

[python-win32] Passing Args through PythonService.exe

2013-06-20 Thread Michael Manfre
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 a separate class/file for each environment an