02-04-2021, 04:22 PM
(02-04-2021, 03:41 PM)Ofnuts Wrote: You need to have
1. Python v2 installed (so that the shebang #! /usr/bin/env python serves its purpose)
2. The Python support installed in Gimp. It used to be a gimp-python package, but since Ubuntu 20.04 it's no longer there. See here for a fix.
Thanks, I tried that but some file links gave me a 404, and some .deb I downloaded couldn't be installed because of dependency issues.
(02-04-2021, 03:54 PM)rich2005 Wrote: I see Ofnuts post and confirm.
Using (k)ubuntu 18.04 A bit strange, In a Gimp 2.10 14 the script works OOTB but a Gimp 2.10.22 appimage, different (older) python 2.7 version required a shebang #!/usr/bin/env python As Kevin test work here.
@ MQ95 Which version of 'buntu and Gimp 2.10? If 'buntu 20.04 then python support for Gimp 2.10 is not included. Look in the Filters menu for the Python-fu entry.
It can be added see: https://www.gimp-forum.net/Thread-Heal-S...4#pid18354
Alternatives: Use the Gimp flatpak version or Use a Gimp Appimage both include a working python 2.7
Solved!
I installed the flatpak, and it works correctly now.
It's just a bit of a mess since flatpak isn't supported by default by Kubuntu
I'm on Kubuntu 20.10 by the way (latest version)
That maybe the problem.
Thanks to everyone who helped!