bash command, get stdErr
Tracubik
affdfsdfdsfsd at b.com
Fri Aug 26 03:56:26 EDT 2011
Il Thu, 25 Aug 2011 01:52:25 -0700, Chris Rebert ha scritto:
> On Thu, Aug 25, 2011 at 1:25 AM, Tracubik <affdfsdfdsfsd at b.com> wrote:
>> Hi all!
cut
> Untested:
>
> from subprocess import Popen, PIPE sudo = Popen("sudo las", shell=True,
> stderr=PIPE)
> tee = Popen(["tee", "/dev/stderr"], stdin=sudo.stderr, stdout=PIPE)
> # Read from tee.stdout to get any error messages
>
> Further info: http://en.wikipedia.org/wiki/Tee_%28command%29
>
> Cheers,
> Chris
mmm, it doesn't seem to work... any other hints guys?
More information about the Python-list
mailing list