07-10-2025, 01:56 AM
Zydelum: Hi! It's because of a bug in the code. Replace
with
And it should work.
Code:
Gimp.main(MinimalTest.get_type(), sys.argv)
with
Code:
Gimp.main(MinimalTest.__gtype__, sys.argv)
And it should work.