nik <[EMAIL PROTECTED]> wrote:
> I am having trouble using subprocess popen and stdin/stdout
>
> I have the following simple test application written in C++, that just
> echoes back the stdin. It works fine running from the command line:
>
> #include
> #include
>
> int main (int argc, ch
Your code seems correct to me.
Just as a long shot - have you tried setting bufsize=0 ?
nik wrote:
I am having trouble using subprocess popen and stdin/stdout
I have the following simple test application written in C++, that just
echoes back the stdin. It works fine running from the command