Re: [Tutor] input/output redirection

2005-09-08 Thread David Rock
* Lane, Frank L <[EMAIL PROTECTED]> [2005-09-08 09:49]: > Hi List, > > I wanted to take the stdout of a process and redirect it to stdin of a > python script, then after playing with the input in the script I want to > send it back to stdout (all of this to be done while the original > process ru

Re: [Tutor] input/output redirection

2005-09-08 Thread Danny Yoo
On Thu, 8 Sep 2005, Lane, Frank L wrote: > I wanted to take the stdout of a process and redirect it to stdin of a > python script, then after playing with the input in the script I want to > send it back to stdout (all of this to be done while the original > process runs happily along). I can't

Re: [Tutor] input/output redirection

2005-09-08 Thread Javier Ruere
Lane, Frank L wrote: > Hi List, > > I wanted to take the stdout of a process and redirect it to stdin of a > python script, then after playing with the input in the script I want to > send it back to stdout (all of this to be done while the original > process runs happily along). I can't seem to

[Tutor] input/output redirection

2005-09-08 Thread Lane, Frank L
Title: Message Hi List,   I wanted to take the stdout of a process and redirect it to stdin of a python script, then after playing with the input in the script I want to send it back to stdout (all of this to be done while the original process runs happily along).  I can't seem to figure ou