* 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
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
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
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