Re: Terminating a subprocess '.exe'

2006-03-24 Thread Ernesto
Fredrik Lundh wrote: > "Ernesto" wrote: > > > I launch a Windows executable and wish to close it from Python. The > > code is below. Normally, my program waits for rib.exe to finish, but > > I'd like to be able to close it from python if possible. (I suppose if > > I was going to do this, I wou

Re: Terminating a subprocess '.exe'

2006-03-23 Thread Fredrik Lundh
"Ernesto" wrote: > I launch a Windows executable and wish to close it from Python. The > code is below. Normally, my program waits for rib.exe to finish, but > I'd like to be able to close it from python if possible. (I suppose if > I was going to do this, I wouldn't use .wait() ) Any ideas ?

Terminating a subprocess '.exe'

2006-03-23 Thread Ernesto
I launch a Windows executable and wish to close it from Python. The code is below. Normally, my program waits for rib.exe to finish, but I'd like to be able to close it from python if possible. (I suppose if I was going to do this, I wouldn't use .wait() ) Any ideas ? # Launch a program witho