Re: popen pipe limit

2008-04-09 Thread skunkwerk
On Apr 7, 6:17 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Mon, 07 Apr 2008 20:52:54 -0300,skunkwerk<[EMAIL PROTECTED]>   > escribió: > > > I'm getting errors when reading from/writing to pipes that are fairly > > large in size.  To bypass this, I wanted to redirect output to a file > >

Re: popen pipe limit

2008-04-07 Thread Gabriel Genellina
En Mon, 07 Apr 2008 20:52:54 -0300, skunkwerk <[EMAIL PROTECTED]> escribió: > I'm getting errors when reading from/writing to pipes that are fairly > large in size. To bypass this, I wanted to redirect output to a file > in the subprocess.Popen function, but couldn't get it to work (even > afte