10-16-2023, 09:05 PM
See https://www.gimp-forum.net/Thread-Heal-S...1#pid18351
Basically:
Basically:
- The resynthesize code of the plugin is written in C, but its interfaces (Heal Selection and others) are Python plugins.
- Gimp uses Python v2.7
- Python 2.7 is no longer supported by the Python foundation
- Ubuntu removed Python v2 from the default install, and removed the gimp-python package that depends on it
- So your .DEB-installed Gimp has no python support without extra work (see link above for solutions).