Right in front of my eyes. Thank you very much.

On Sat, 10 Jul 2004 16:36:14 +0200, Danny Milosavljevic
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Am Sam, den 10.07.2004 um 10:23 Uhr -0400 schrieb John Russell:
> > popen* doesn't work because you don't get the child PID.  Thanks though.
> 
> oh but you do ! :)
> 
> pipe = popen2.Popen4(cmd)
> print pipe.pid
> fc = pipe.fromchild
> 
> cheers,
>    Danny
> 
> 
> 
>
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to