06-01-2020, 12:35 PM
@rich2005
I've just spotted a thing that might break the python:
Try comenting out the lines at the top:
As that's redirecting print and error messages to a file on my Windows machine that you don't have.
I've just spotted a thing that might break the python:
Try comenting out the lines at the top:
Code:
#import sys
#sys.stderr = open('C:/temp/python-fu-output.txt','a')
#sys.stdout=sys.stderr # So that they both go to the same file
As that's redirecting print and error messages to a file on my Windows machine that you don't have.