02-04-2021, 03:29 PM
(02-04-2021, 03:04 PM)tmanni Wrote: First, ensure your script files have "execution" permission:
Code:
$ chmod +x /home/mq/.config/GIMP/2.10/plug-ins/hello_world.py
$ chmod +x /home/mq/.config/GIMP/2.10/plug-ins/ofn-preset-guides.py
Thank you. They already had permission, but I run the commands anyways.
However I get the same results:
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'
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'
Intuitively, the cause of the error might be in this line:
Code:
/usr/bin/env: ‘python’: No such file or directory
But I really don't know, I'm no expert.
Do you have any idea?
Again, thank you very much