Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scripting GEGL operations
#3
@rich2005

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


Messages In This Thread
Scripting GEGL operations - by Kevin - 06-01-2020, 10:55 AM
RE: Scripting GEGL operations - by rich2005 - 06-01-2020, 12:25 PM
RE: Scripting GEGL operations - by Kevin - 06-01-2020, 12:35 PM
RE: Scripting GEGL operations - by rich2005 - 06-01-2020, 12:42 PM
RE: Scripting GEGL operations - by Kevin - 06-01-2020, 12:45 PM
RE: Scripting GEGL operations - by rich2005 - 06-01-2020, 02:30 PM
RE: Scripting GEGL operations - by Kevin - 06-03-2020, 10:24 AM
RE: Scripting GEGL operations - by Ofnuts - 06-03-2020, 11:01 PM
RE: Scripting GEGL operations - by Kevin - 06-03-2020, 01:40 PM
RE: Scripting GEGL operations - by Kevin - 06-03-2020, 03:12 PM
RE: Scripting GEGL operations - by rich2005 - 06-03-2020, 05:25 PM
RE: Scripting GEGL operations - by Kevin - 09-01-2020, 01:07 PM
RE: Scripting GEGL operations - by rich2005 - 10-05-2020, 05:00 PM

Forum Jump: