Gimp-Forum.net
ModuleNotFoundError - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: ModuleNotFoundError (/Thread-ModuleNotFoundError)



ModuleNotFoundError - gimpygirl - 03-01-2024

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'



RE: ModuleNotFoundError - gimpygirl - 03-01-2024

Is it possible gimp 3 does not have gimpfu anymore?
nothing works Sad


RE: ModuleNotFoundError - Ofnuts - 03-01-2024

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.


RE: ModuleNotFoundError - gimpygirl - 03-01-2024

(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