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.