07-04-2020, 10:00 AM
(07-02-2020, 08:16 PM)rich2005 Wrote: That comment was about the pyexiv option. However always willing to test. This using a Mint 20 (VM) Gimp 2.10.18 no exiv installed. Indexprint v.3.34 gives this error.
Code:
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 857, in _run
res = apply(func, params[1:])
File "/home/rich/.config/GIMP/2.10/plug-ins/Indexprint.py", line 120, in plugin_main
import indexprint.gui # import package that is meat of plugin
File "/home/rich/.config/GIMP/2.10/plug-ins/indexprint/gui.py", line 46, in <module>
sys.exit(1)
NameError: name 'sys' is not defined
I will have a look at it. I know that different distros not all the packages that Indexprint requires are installed by default. Before I forget to tell: I have read that from Gimp 2.10.20 and up there is no more Python 2 support build in.
So I will make a VM with Mint 20, install Gimp 2.10.18 with Indexprint v3.34 without pyexiv2 installed and see what happened. Be patient.