Hi,
Is there any way to getting stdout and stderr separately from a spawned child?
the following is stated:
"STDERR is included in output."
And per the winpexpect's homepage statement, "modules are exactly the same except for winspawn",
so I suspect they are the same in this regard too, meaning they are fused together.
I'm looking for something like the following
(stdout, stderr, exitstatus) = run ('dir c:/', timeout=my_timeout withexitstatus=1)
Thanks,
Ofir Cohen