Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't get resynthesizer to work on Gimp 2.10.34
#4
(10-08-2023, 11:17 AM)Ofnuts Wrote: Look like you are trying to run in Python v3 a plugin written for Python v2.

Gimp python plugins must be run with Python v2, and Python v2 (and is support for Gimp) is being removed from major distros (Ubuntu, in particular), since Python v2 is no longer supported.

There are ways around this, see for instance https://www.gimp-forum.net/Thread-Heal-S...1#pid18351

Note that in your particular case on your system the python command elicits Python v3 (which is why the plugin is run with the wrong Python version) and Gimp (and the plugin authors because the shebang says: #!/usr/bin/env python expects it to run Python v2. This can possibly be tweaked if you want to keep python as Python v3.

Thank you so much for your reply. Yes, I don't have python v2 and I made a symbolic link to python3 on my Debian 12. Thank you again.

(10-08-2023, 11:46 AM)rich2005 Wrote: @giutor

It helps if you give details of the linux distro you use and the version of Gimp 2.10.x (+ any other details, such as self-compiled / flatpak / snap )

You downloaded from the github site: https://github.com/bootchk/resynthesizer  Then what ? Did you self compile the resynthesizer / resynthesizer-gui plugins for your system or get them from some where else ?

Thanks for the reply. I run Debian 12 bookworm and Gimp 2.10.34. I just extracted the *.py files from the plugins folder in the zip file downloaded from github. I don't like Flatpak.
Reply


Messages In This Thread
RE: Can't get resynthesizer to work on Gimp 2.10.34 - by giutor - 10-08-2023, 11:57 AM

Forum Jump: