I mentioned this in another thread of yours.
The problem with Rsvg is also present in Gimp 3.2 RC1 on Windows.
Simply removing it (commenting out #) fixes the problem.
It appears in helpers.py on lines 49 [gi.require_version(“Rsvg”, “2.0”)] and 64 [Rsvg ], and in average-image-colour-v3.py on line 64 [from gi.repository import Rsvg].
I don’t know why this is needed or what files are missing in the development versions (or maybe unnecessary, as it works without the Rsvg dependency).
From my experience with Gimp 3.2, I’ve encountered another major issue:
1 Like