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
#2
Is it possible gimp 3 does not have gimpfu anymore?
nothing works Sad
Reply
#3
Gimp3 is still quite experimental, use at your own risk. If you think it will make it easier to write scripts, you have better reconsider.
Reply
#4
(03-01-2024, 09:29 PM)Ofnuts Wrote: Gimp3 is still quite experimental, use at your own risk. If you think it will make it easier to write scripts, you have better reconsider.

hihi i see that now Big Grin Big Grin Big Grin 
I removed it
Reply


Forum Jump: