[python-win32] Killing a subprocess spawned by a service

2013-06-18 Thread Patrick Tisdale
periodically writes to a file. The script that I actually need to make work is a twisted twistd (.tac) file, which will have multiple TCP connections open, and I need to be able to close those connections before it exits. Any ideas on what I'm mis

Re: [python-win32] Killing a subprocess spawned by a service

2013-06-19 Thread Patrick Tisdale
which point the child could terminate itself... > > Mark > > > On 19/06/2013 7:51 AM, Patrick Tisdale wrote: > >> Hello list, >> I have written a test script to run as a service. The service starts up >> properly, and spawns a subprocess (called test.py) us