Hi, Is there any way of capturing or displaying stdout when running a Python script? I know about:
import sys
sys.stdout = open("logfile.txt", "a")
but I don't want to modify my scripts to achieve this.
--
/Johan.
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32
