Using the newer Gimp-Git appimage
When I run gimphelpers in Gimp 3
I see this error:
.config/GIMP/3.0/plug-ins/minimalist-demo/minimalist-demo.py", line 16, in <module>
from gimphelpers import *
ModuleNotFoundError: No module named 'gimphelpers'
I put gimphelpers.py into a directory but same result.
But also this:
/tmp/.mount_GIMP-3OALJnd/usr/bin/gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): unexpected EOF
Terminating plug-in: '/.config/GIMP/3.0/plug-ins/gimphelpers/gimphelpers.py'
Looks like an EOF in gimphelpers?
When I run gimphelpers in Gimp 3
I see this error:
.config/GIMP/3.0/plug-ins/minimalist-demo/minimalist-demo.py", line 16, in <module>
from gimphelpers import *
ModuleNotFoundError: No module named 'gimphelpers'
I put gimphelpers.py into a directory but same result.
But also this:
/tmp/.mount_GIMP-3OALJnd/usr/bin/gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): unexpected EOF
Terminating plug-in: '/.config/GIMP/3.0/plug-ins/gimphelpers/gimphelpers.py'
Looks like an EOF in gimphelpers?