Running long script in the background

jasonmc jasonmccandless at gmail.com
Tue Feb 6 08:36:54 EST 2007


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




More information about the Python-list mailing list