On Feb 6, 8:36 am, "jasonmc" <[EMAIL PROTECTED]> wrote:
> > Does anybody know a way to make output show in real time?
>
> You can put: #!/usr/bin/python -u
> at the top of the script to have unbuffered binary stdout and stderr.


Thanks.  I tried that but it still times out waiting for output.

Everything works fine until I call the popen function, then it
freezes.  What I want is to print the output in real time, just like
it does when I run it from a shell.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to