Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 14:47:49 -0600
From:      Gary Aitken <freebsd@dreamchaser.org>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   gimp python plugin problem
Message-ID:  <29afe9f9-1903-7bda-31a5-a2aaec8ba910@dreamchaser.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?29afe9f9-1903-7bda-31a5-a2aaec8ba910>