Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scripting GEGL operations
#4
yes, I assumed that. disabled that now this

Code:
Querying plug-in: '/home/rich/gimp210/plugin-test/fu-python-gegl_ops_test.py'
Traceback (most recent call last):
  File "/home/rich/gimp210/plugin-test/fu-python-gegl_ops_test.py", line 20, in <module>
    gimp = load_library ('libgimp-2.0')
  File "/home/rich/gimp210/plugin-test/fu-python-gegl_ops_test.py", line 17, in load_library
    return CDLL (library_name)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 366, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libgimp-2.0.so: cannot open shared object file: No such file or directory

looks like it should be libgimp-2.0.so.0
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: