vote up 0 vote down star

Hi,

I have a small python script which invokes an external process using subprocess. I want to redirect stdout and stderr to both a log file and to the terminal.

How can this be done?

Thanks,

Udi

flag

1 Answer

vote up 1 vote down check

You can do this with subprocess.PIPE.

You can find some sample code here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.