Gimp-Forum.net

Full Version: Unable to get GIMP to recognize plug-ins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i'm running gimp 2.10.6 on windows 10. I'm new to the whole concept plug-ins but am trying to use the python plug-in for the "heal selection" tool. I have followed the instructions, and videos on how to install everything, but am still not getting GIMP to find the files. This is the error message i'm getting:

Traceback (most recent call last):
  File "C:\Program Files\GIMP 2\32\lib\gimp\2.0\python/gimpfu.py", line 740, in response
    dialog.res = run_script(params)
  File "C:\Program Files\GIMP 2\32\lib\gimp\2.0\python/gimpfu.py", line 361, in run_script
    return apply(function, params)
  File "C:\Users\Chris\AppData\Roaming\GIMP\2.10\plug-ins\plugin-heal-selection.py", line 148, in heal_selection
    pdb.plug_in_resynthesizer(timg, tdrawable, 0,0, useBorder, work_drawable.ID, -1, -1, 0.0, 0.117, 16, 500)
error: procedure not found

Any ideas of what i'm doing wrong? or suggestions on how to fix this?
thanks everyone!
Have you installed the resynthesizer plug-in?
Heal selection works by calling resynthesizer, as does Heal transparency.

david.
I put a couple of screenshots up in the post just below this (at the time of writing) that might help.

https://www.gimp-forum.net/Thread-Resynt...1#pid11371

Not sure how you are running heal transparency but always run scripts/plugins from the Gimp menu structure.
thank you so much rich2005! i got it to work! Smile