spawnv output redirection?

Ben Mitchell ben at semio.com
Mon Aug 7 13:55:20 EDT 2000


Hi Folks,

I'm writing a script where I'm calling spawnv to run a sub program.  It
turns out that this program dumps all kinds of stuff to stdout and stderr
that I don't want my users to have to look at.

So my question is: How would one go about preventing output of a program
called through spawnv from getting printed to the console?

Thanks in advance,

-Ben





More information about the Python-list mailing list