En Tue, 12 Jun 2007 00:32:12 -0300, Chico Jayanthan <[EMAIL PROTECTED]>
escribió:
> I call an external windows program (.exe) from a
> python script. Something like os.system('test.exe'). I
> want to set a timeout for the external windows program
> to return. If no results are produced by the ex
Hi,
I call an external windows program (.exe) from a
python script. Something like os.system('test.exe'). I
want to set a timeout for the external windows program
to return. If no results are produced by the external
windows program (test.ext) within this timeout limit,
I want to terminate the ex