02-04-2021, 02:52 PM
(02-04-2021, 02:26 PM)tmanni Wrote: Run gimp from a terminal, with verbose mode, you should have some infos about the issue:
Code:
$ gimp --verbose
Thanks, I managed to get some more info:
This Hello World plugin terminates like this:
Code:
Querying plug-in: '/home/mq/.config/GIMP/2.10/plug-ins/hello_world.py'
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/mq/.config/GIMP/2.10/plug-ins/hello_world.py'
The other plugin that I got from the internet does this instead:
Code:
Querying plug-in: '/home/mq/.config/GIMP/2.10/plug-ins/ofn-preset-guides.py'
/usr/bin/env: ‘python’: No such file or directory
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/mq/.config/GIMP/2.10/plug-ins/ofn-preset-guides.py'
I'm not very familiar with programming, just the bases, but does this mean that i'm missing some Python package or library?
Does anybody know how to fix it?
Thanks!