11-16-2025, 06:16 PM
(This post was last modified: 11-16-2025, 06:17 PM by programmer_ceds.)
(11-16-2025, 05:51 PM)Volker Wrote: ...
I can't find any code errors, or do you?
Thanks in advance for your help.
If you run GIMP in a terminal window you will see the error that is preventing your script from running.
You need to call Babl.init() (just before the add_color_argument would do)
Also you need the following lines near the start of the file:
gi.require_version('Babl', '0.1')
from gi.repository import Babl

