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/
