Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ModuleNotFoundError
#1
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


Code:
from gimpfu import *

I get following error in the terminal

Code:
line 3, in <module>
   from gimpfu import *
ModuleNotFoundError: No module named 'gimpfu'
Reply


Messages In This Thread
ModuleNotFoundError - by gimpygirl - 03-01-2024, 06:28 PM
RE: ModuleNotFoundError - by gimpygirl - 03-01-2024, 08:45 PM
RE: ModuleNotFoundError - by Ofnuts - 03-01-2024, 09:29 PM
RE: ModuleNotFoundError - by gimpygirl - 03-01-2024, 11:08 PM

Forum Jump: