01-15-2023, 08:24 AM
On my system the ofn-path-edits is looking for python at /usr/bin/env/python which is not there.
I had to link it to one of these:
And after that i got this and it still didn't load.
I commented out lines 48,49,50 and other similar errors kept comming.
Is there something wrong with my system or is it the plugin?
I had to link it to one of these:
Code:
/usr/bin/python3
/usr/lib/python3
/etc/python3
/usr/share/python3
And after that i got this and it still didn't load.
Code:
Querying plug-in: '/home/alex/.config/GIMP/2.10/plug-ins/ofn-path-edits/ofn-path-edits.py'
File "/home/alex/.config/GIMP/2.10/plug-ins/ofn-path-edits/ofn-path-edits.py", line 50
print format % args
^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/alex/.config/GIMP/2.10/plug-ins/ofn-path-edits/ofn-path-edits.py'
I commented out lines 48,49,50 and other similar errors kept comming.
Is there something wrong with my system or is it the plugin?
Code:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
gimp 2.10.30
Python 3.10.6