12-05-2021, 09:36 AM
(12-04-2021, 02:37 PM)Ofnuts Wrote: See https://www.gimp-forum.net/Thread-ofn-ex...mbinations
Thanks a lot !
And impossible for me to see the script in Gimp... I tried a lot of things, but it seems that something is missing :
devel@k0:~/.config/GIMP/2.10/plug-ins$ ./ofn-export-layers-combinations.py
Traceback (most recent call last):
File "./ofn-export-layers-combinations.py", line 30, in <module>
from gimpfu import *
ImportError: No module named gimpfu
In theory, this package exists in debian 11 ( from https://packages.debian.org/search?searc...e&arch=any)
/usr/lib/gimp/2.0/python/gimpfu.py gimp-python
But nothing on my computer :
devel@k0:~/.config/GIMP/2.10/plug-ins$ ls -l /usr/lib/gimp/2.0/
total 16
drwxr-xr-x 2 root root 4096 18 sep 08:30 environ
drwxr-xr-x 2 root root 4096 18 sep 08:30 interpreters
drwxr-xr-x 2 root root 4096 18 sep 08:30 modules
drwxr-xr-x 122 root root 4096 28 oct 06:41 plug-ins
root@k0:~# apt-get install gimp-python
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet gimp-python
Does please someone know what to do ?