[python-win32] Maybe the wrong newsgroup to ask ?

2010-01-27 Thread Stef Mientki
hello, I'm trying to kill processes, I started myself with subprocess.popen, under windows XP, Python 2.6 Why are the subprocess.Popen methods kill() and terminate () not working, while a simple suggestion from this newsgroup, shown below, works perfect ? thanks, Stef Mientki My_Process

Re: [python-win32] Maybe the wrong newsgroup to ask ?

2010-01-27 Thread Tim Roberts
Stef Mientki wrote: I'm trying to kill processes, I started myself with subprocess.popen, under windows XP, Python 2.6 Why are the subprocess.Popen methods kill() and terminate () not working, while a simple suggestion from this newsgroup, shown below, works perfect ? ... My_Process

Re: [python-win32] Maybe the wrong newsgroup to ask ?

2010-01-27 Thread Stef Mientki
On 27-01-2010 20:07, Tim Roberts wrote: Stef Mientki wrote: I'm trying to kill processes, I started myself with subprocess.popen, under windows XP, Python 2.6 Why are the subprocess.Popen methods kill() and terminate () not working, while a simple suggestion from this newsgroup, shown

Re: [python-win32] Maybe the wrong newsgroup to ask ?

2010-01-27 Thread Tim Roberts
Stef Mientki wrote: Showing the code is always difficult for me, because I encapsulate these complex things. The code I gave above doesn't work either :-) I use a kill method that also kills the children and seems to be the essential thing is this situation, (btw why are there children ?)

Re: [python-win32] Maybe the wrong newsgroup to ask ?

2010-01-27 Thread Stef Mientki
On 28-01-2010 00:08, Tim Roberts wrote: Stef Mientki wrote: Showing the code is always difficult for me, because I encapsulate these complex things. The code I gave above doesn't work either :-) I use a kill method that also kills the children and seems to be the essential thing is this