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

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

Reply via email to