Am 22.09.2011 05:42 schrieb Atherun:

I'm pretty sure thats the problem, this is a generic catch all
function for running subprocesses.  It can be anything to a simple
command to a complex command with a ton of output.  I'm looking for a
better solution to handle the case of running subprocesses that have
an undetermined amount of output.

Just handle process.stdout/stderr by yourself - read it out until EOF and then wait() for the process.


Thomas
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to