resynthesize without heal-plugins - 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: resynthesize without heal-plugins (/Thread-resynthesize-without-heal-plugins) Pages:
1
2
|
RE: resynthesize without heal-plugins - Ofnuts - 06-09-2020 (06-09-2020, 10:45 AM)rich2005 Wrote: This from the Gimp developers about Gimp 3 and plugins As I understand it:
When it comes to Python the issue is a bit more complicated:
RE: resynthesize without heal-plugins - Kevin - 06-09-2020 Here's hoping that when with do get Python 3, the developers continue to include the Tkinter module so I we can do the UI using tcl/tk as I find it slightly easier than pygtk. RE: resynthesize without heal-plugins - rich2005 - 06-09-2020 @Ofnuts Thanks for that common sense I looked at their example of Vala and thought ...oh..well... quote - Porting V2 code to V3 is quite easy, there are even scripts for this I sort of guessed that might be the case, With the large number of old Python2 plugins in use but otherwise abandoned by their creators you will be in great demand to give advice. quote - Lua would have been a good replacement for script-fu at the time Script-fu syntax is abysmal. I just came across one of your comments about 'your son / university / LISP' which made me smile. quote - What I don't like much is that all this seems to raise the bar quite a lot. "Sunday coders" are a bit forgotten "Sunday coders"? I do not even manage to get into that elite group I need to get out more, lock-down or no-lock-down RE: resynthesize without heal-plugins - Ofnuts - 06-09-2020 (06-09-2020, 01:09 PM)Kevin Wrote: Here's hoping that when with do get Python 3, the developers continue to include the Tkinter module so I we can do the UI using tcl/tk as I find it slightly easier than pygtk. On Linux, it doesn't depend on Gimp. Of course, if you want to write something portable across Linux/OSX/Windows, this is another matter, but AFAIK there is only PyGTK built-in... RE: resynthesize without heal-plugins - Kevin - 06-09-2020 It seems we're back to the broken Tkinter on Windows at least - you can import the Tkinter module but not use it. The installation is missing stuff. I complained about it in a 2.8 version and I think it got fixed, but looks broken again. RE: resynthesize without heal-plugins - paaddor - 10-30-2020 Sorry, I lost the tread: so what is now the solution for the original problem? I also have a "procedure not found" error for the resythesize plug-ins although I have of course the executable files in the plug-in directory. I'm running Ubuntu 20.10 with preinstalled GIMP 2.10.20. I think my Ubuntu supports Python 3. RE: resynthesize without heal-plugins - rich2005 - 10-30-2020 Ubuntu 20.04 (focal) has moved to python3. Unfortunately Gimp is still on python2 and while the binary resynthesizer works the associated python (heal selection etc) do not . What do you mean by 'preinstalled Gimp 2.10.20' ? The default from the repo for 'buntu 'focal' is Gimp 2.10.18, so it is not that one. If you do install that then see: https://www.gimp-forum.net/Thread-Heal-Selection-Missing-from-Gimp-on-Ubuntu-20-04?pid=18354#pid18354 to add the required Gimp packages. That will not work with the following. Is it a ubuntu 'snap' version? - in which case I do not know. My advice use something else other than 'snap' Is it the 'flatpak' version ? In that case there is a flatpak resynthesizer package. see: https://www.gimp-forum.net/Thread-Linux-Flatpak-additions-official |