Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with Gimp 3 Python plug-in color_argument
#2
(8 hours ago)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
Reply


Messages In This Thread
RE: Problem with Gimp 3 Python plug-in color_argument - by programmer_ceds - 8 hours ago

Forum Jump: