Re: subprocess.Popen not creating a pipe

2009-02-01 Thread Andrew Parker
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

subprocess.Popen not creating a pipe

2009-02-01 Thread Andrew Parker
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