popen* doesn't work because you don't get the child PID.  Thanks though.

On Sat, 10 Jul 2004 13:53:22 +0000, Tiago Cogumbreiro
<[EMAIL PROTECTED]> wrote:
> Use popen{2,3,4} (http://pydoc.org/2.3/popen2.html)
> 
> 
> 
> 
> On Sat, 2004-07-10 at 13:41, John Russell wrote:
> > I want exactly this glib function in python.  I haven't been able to
> > find anything like python glib bindings, which makes sense.  Do we
> > really need g_list in python?  No.  But I really need a function that
> > spawns a process, returns the std* filedescriptors and the child pid
> > so I can kill it later.  Basically g_spawn_async_with_pipes.  Any
> > ideas?  Thanks.
> >
> > John
> > _______________________________________________
> > pygtk mailing list   [EMAIL PROTECTED]
> > http://www.daa.com.au/mailman/listinfo/pygtk
> > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
> 
>
_______________________________________________
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