Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No heal transparency in GIMP 2.10
#3
Thanks for your thorough response.

When running gimp --verbose, I get the following error:

Quote:Failed to execute child process “python” (No such file or directory)

However, I have both python 2.7 and 3.6 in my system. If I execute "python" in a terminal, I get into an interpreter console.

Quote:ls -ltr /usr/bin/python*
-rwxr-xr-x 1 root root     314 Jan 19  2017 /usr/bin/python-argcomplete-tcsh
-rwxr-xr-x 1 root root     314 Jul 20  2017 /usr/bin/python-argcomplete-tcsh3
-rwxr-xr-x 1 root root    2555 Jul 20  2017 /usr/bin/python-argcomplete-check-easy-install-script3
-rwxr-xr-x 1 root root    2554 Jul 20  2017 /usr/bin/python-argcomplete-check-easy-install-script
lrwxrwxrwx 1 root root       9 Jun  7 17:57 /usr/bin/python2 -> python2.7
lrwxrwxrwx 1 root root       7 Jun  7 17:57 /usr/bin/python -> python2
lrwxrwxrwx 1 root root      10 Jun 27 17:18 /usr/bin/python3m -> python3.6m
lrwxrwxrwx 1 root root       9 Jun 27 17:18 /usr/bin/python3 -> python3.6
-rwxr-xr-x 1 root root     152 Sep 20 10:50 /usr/bin/python3-pbr
-rwxr-xr-x 2 root root 4865504 Sep 27 10:41 /usr/bin/python3.7m
-rwxr-xr-x 2 root root 4865504 Sep 27 10:41 /usr/bin/python3.7
-rwxr-xr-x 2 root root 4534936 Sep 27 10:51 /usr/bin/python3.6m
-rwxr-xr-x 2 root root 4534936 Sep 27 10:51 /usr/bin/python3.6
-rwxr-xr-x 1 root root    5902 Oct  1 09:54 /usr/bin/python3-wsdump
-rwxr-xr-x 1 root root 3690840 Oct  2 23:12 /usr/bin/python2.7

So, it is possible that my system is trying to run the plugin with the wrong version of Python?

There is no /usr/lib/gimp/2.0/interpreters/pygimp.interp in my system. I tried creating one with the content:

Quote:python=/usr/bin/python2.7
/usr/bin/python=/usr/bin/python2.7

And now instead I get the following error on startup for a number of plugins:

Quote:Querying plug-in: '/usr/lib/gimp/2.0/plug-ins/plugin-heal-transparency.py'
Traceback (most recent call last):
 File "/usr/lib/gimp/2.0/plug-ins/plugin-heal-transparency.py", line 28, in <module>
   from gimpfu import *
ImportError: No module named gimpfu
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/usr/lib/gimp/2.0/plug-ins/plugin-heal-transparency.py'
Reply


Messages In This Thread
No heal transparency in GIMP 2.10 - by adlerhn - 10-14-2018, 10:45 AM
RE: No heal transparency in GIMP 2.10 - by Ofnuts - 10-14-2018, 11:21 AM
RE: No heal transparency in GIMP 2.10 - by adlerhn - 10-14-2018, 12:28 PM
RE: No heal transparency in GIMP 2.10 - by Ofnuts - 10-14-2018, 02:54 PM
RE: No heal transparency in GIMP 2.10 - by Zero01 - 11-24-2019, 11:43 AM

Forum Jump: