On Sun, Feb 1, 2009 at 1:46 PM, Andrew Parker wrote:
> I'm having some fun with Popen. I have the following line:
>
>process = subprocess.Popen(command, stdout=subprocess.PIPE,
> stderr=subprocess.STDOUT)
>print process.stdout
>
> Under normal circumstances, thi
I'm having some fun with Popen. I have the following line:
process = subprocess.Popen(command, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT)
print process.stdout
Under normal circumstances, this displays:
', mode 'w' at 0xb7f8e068>
However, I have a binary that I use to kick of