Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scripting GEGL operations
#2
kubuntu 18.04 / Gimp 2.10.18 (appimage)  (regular Gimp 2.10.14 the same)

I get error messages here:  https://i.imgur.com/gwwpk3J.jpg  This for waterpixels, the other two similar.

The gegl operation does work when applied manually. Looks like it is case sensitive Average / average

Tried adjusting your script-fu on that basis without success.

edit: using gimp 2.10.14  & gimp --verbose

Looks like the python plugin not working due to the Windows path "C:/....." Which would explain the error messages.

Code:
Querying plug-in: '/home/rich/gimp210/plugin-test/fu-python-gegl_ops_test.py' [/color]
Traceback (most recent call last):
 File "/home/rich/gimp210/plugin-test/fu-python-gegl_ops_test.py", line 6, in <modu
le>
   sys.stderr = open('C:/temp/python-fu-output.txt','a')
IOError: [Errno 2] No such file or directory: 'C:/temp/python-fu-output.txt'
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/rich/gimp210/plugin-test/fu-python-gegl_ops_test.py'
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: