Re: [python-win32] Windows Service Parameters

2006-04-07 Thread Emlyn Jones
On 4/7/06, Mark Hammond [EMAIL PROTECTED] wrote: Hello, Does anybody have an example of getting hold of the start parameters in a Python windows service? I was half expecting them to be passed to SvcDoRun but I can't see that they are. Not an example - but they are passed to your

[python-win32] Windows Service Parameters

2006-04-06 Thread Emlyn Jones
Hello, Does anybody have an example of getting hold of the start parameters in a Python windows service? I was half expecting them to be passed to SvcDoRun but I can't see that they are. Cheers, Emlyn. ___ Python-win32 mailing list

Re: [python-win32] Windows Service Parameters

2006-04-06 Thread Mark Hammond
Hello, Does anybody have an example of getting hold of the start parameters in a Python windows service? I was half expecting them to be passed to SvcDoRun but I can't see that they are. Not an example - but they are passed to your service's __init__ function. Most of the examples don't show