07-10-2025, 05:05 PM
(07-10-2025, 01:56 AM)CmykStudent Wrote: Zydelum: Hi! It's because of a bug in the code. Replace
Code:
Gimp.main(MinimalTest.get_type(), sys.argv)
with
Code:
Gimp.main(MinimalTest.__gtype__, sys.argv)
And it should work.
thanks !
problem solved because also i have forgotten to place file.py in sub-folder with the same files's name