Skip to content

menu items missing in 2.10 #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sam2332 opened this issue Oct 9, 2023 · 2 comments
Open

menu items missing in 2.10 #36

sam2332 opened this issue Oct 9, 2023 · 2 comments

Comments

@sam2332
Copy link

sam2332 commented Oct 9, 2023

as the title says 2.10 breaks your menus, cannot get the plugin to load at all

@amenk
Copy link

amenk commented Nov 26, 2023

Probably the plugin did not load properly. start gimp with gimp --verbose and look out for stable-boy in the output to get a hint.

Which Operating System are you on?

In my case (@ Ubuntu 22.04) using the flatpak as suggested in the comments on https://stackoverflow.com/questions/69962119/error-importerror-no-module-named-gimpfu-in-gimp-plugin helped.

@transplier
Copy link

I ran into this too. The error (gimp --verbose) was:

Querying plug-in: '/home/gia/programs/gimp-stable-boy/src/main.py'
Traceback (most recent call last):
  File "/home/g/programs/gimp-stable-boy/src/main.py", line 24, in <module>
    import gimpfu
ImportError: No module named gimpfu
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/g/programs/gimp-stable-boy/src/main.py'

On Ubuntu 23.10. The issue is that gimpfu is only provided for python 2 (officially dead and out of support for 4 years!) and therefore modern(-ish) distros have dropped python 2 support in default installs. We're in this in-between state where the latest gimp stable release (2.10.36) requires out-of-support python2.7, and the dev branch of gimp has no official stable python api. So things are a mess right now. Really puts authors of python plugins in a tight spot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants