(11-11-2023, 09:50 PM)Tas_mania Wrote: I made a surprising discovery.
In a devel system I installed Gimp snap (Gimp 2.10.34.)
I added some plug-ins but it has no python 2.7 or python console.
However when I did a file search for 'python 2.7' I got all of this:
It already has all of python 2.7 but none of it works. 405 is the current Gimp snap version.
Wow... that's a good start
For the python script to work with GIMP 2.10, I needed to install also those (as far as I recall > if I recall correctly):
- libcairo2_1.16.0-4ubuntu1_amd64.deb
- libffi6_3.2.1-8_amd64.deb
- python-cairo_1.16.2-2ubuntu2_amd64.deb
- python-gobject-2_2.28.6-12ubuntu3_amd64.deb
- python-gtk2_2.24.0-6_amd64.deb
If they are not in the snap maybe that's why python plug-ins are not working?
Hopping that could help you.
Patrice