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 ?)
There are child processes because you are setting "shell" to true. Thus, subprocess actually launches cmd.exe, and cmd.exe launches Python. Is there a reason you need a subshell, or was that superstition? -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32