Jeremy Moles <[EMAIL PROTECTED]> wrote:
> I'm not sure if this is really the right place to ask this question, but
> since the implementation is in Python, I figured I'd give it a shot.
>
> I want to "wrap" a shell process using popen inside of python program
> rather than creating a new shell
Jeremy Moles wrote:
> I'm not sure if this is really the right place to ask this question, but
> since the implementation is in Python, I figured I'd give it a shot.
>
> I want to "wrap" a shell process using popen inside of python program
> rather than creating a new shell process for each line I
I'm not sure if this is really the right place to ask this question, but
since the implementation is in Python, I figured I'd give it a shot.
I want to "wrap" a shell process using popen inside of python program
rather than creating a new shell process for each line I process in the
app. For examp