How to get return values of a forked process
Miki Tebeka
miki.tebeka at gmail.com
Tue Jun 21 15:21:29 EDT 2011
One way is to use pipes, have a look at http://code.activestate.com/recipes/576709/ for example.
More information about the Python-list
mailing list