[pygtk] g_spawn_async_with_pipes in python

John Russell jjrussell at gmail.com
Sat Jul 10 21:41:09 WST 2004


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


More information about the pygtk mailing list