Re: Re: PID and/or handle assistance. . .?

2005-10-22 Thread Michael Williams
On Oct 22, 2005, at 1:16 PM, [EMAIL PROTECTED] wrote:Michael Williams wrote: Hi All, Can anyone explain how to both spawn processes from PYTHON and  acquire their process IDs or a handle to them for use later?  I'd  also like to acquire the stdout of each spawned process. Google dead today? Well,

Re: PID and/or handle assistance. . .?

2005-10-22 Thread Diez B. Roggisch
Michael Williams wrote: > Hi All, > > Can anyone explain how to both spawn processes from PYTHON and acquire > their process IDs or a handle to them for use later? I'd also like to > acquire the stdout of each spawned process. Google dead today? Well, check out the modules subprocess, popen2

PID and/or handle assistance. . .?

2005-10-22 Thread Michael Williams
Hi All, Can anyone explain how to both spawn processes from PYTHON and acquire their process IDs or a handle to them for use later? I'd also like to acquire the stdout of each spawned process. Regards, Mike -- http://mail.python.org/mailman/listinfo/python-list