Re: subprocess.Popen not creating a pipe

2009-02-05 Thread Gabriel Genellina
En Sun, 01 Feb 2009 18:00:36 -0200, Andrew Parker escribió: 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

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, this displays: > >', mode