Hi
I have installed both GIMP 2.10.36 and GIMP 2.99.18 (to test plugins), both in another folder of course (Windows 10).
Running plugins in GIMP 2.10.36 works fine, but in GIMP 2.99.18 I have this error when running the same plugin.
I know you must put your plugin in a subfolder for GIMP 2.99.18 and I have done that.
If I use this line in a plugin
I get following error in the terminal
I have installed both GIMP 2.10.36 and GIMP 2.99.18 (to test plugins), both in another folder of course (Windows 10).
Running plugins in GIMP 2.10.36 works fine, but in GIMP 2.99.18 I have this error when running the same plugin.
I know you must put your plugin in a subfolder for GIMP 2.99.18 and I have done that.
If I use this line in a plugin
Code:
from gimpfu import *
I get following error in the terminal
Code:
line 3, in <module>
from gimpfu import *
ModuleNotFoundError: No module named 'gimpfu'