Re: Creating and terminating a process using win32process

2005-11-24 Thread Trent Mick
[Mike Elkins wrote] > I'm trying to port some python code that uses the Popen3 class returned from > popen2.popen3 on linux. This isn't available on windows, so I thought I'd > try it using win32process. > > I figured out a way to call win32process.CreateProcess that actually spawns > a process, b

Creating and terminating a process using win32process

2005-11-17 Thread Mike Elkins
I'm trying to port some python code that uses the Popen3 class returned from popen2.popen3 on linux.  This isn't available on windows, so I thought I'd try it using win32process. I figured out a way to call win32process.CreateProcess that actually spawns a process, but calling win32process.Termina