Discussion:
gimp python plugin problem
Gary Aitken
2021-04-19 20:47:49 UTC
Permalink
11.4-RELEASE, gimp 2.10.20

Attempting to run a gimp plugin I haven't run in a while, and I get the
following error:

File ".../process_for_web.py", line 43, in <module>
from gimpfu import *
ModuleNotFoundError: No module named 'gimpfu'

Apparently this is a result of migrations to python3 which are not complete
yet. On ubuntu there are packages called gimp-python and python2-gimp which
solve this problem, but I don't see anything that looks like those in ports.

Does anyone know of a solution to this for fbsd?

Thanks,

Gary

Continue reading on narkive:
Loading...