RSS/Atom feed Twitter
Site is read-only, email is disabled

No gimp-python in Debian (Testing)

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

529345757.2780316.158163363... 13 Feb 22:40
  No gimp-python in Debian (Testing) Scott Jacobs via gimp-user-list 13 Feb 22:40
   No gimp-python in Debian (Testing) Scott Jacobs via gimp-user-list 18 Feb 02:54
    No gimp-python in Debian (Testing) Cliff Pratt via gimp-user-list 18 Feb 21:18
Scott Jacobs via gimp-user-list
2020-02-13 22:40:33 UTC (about 4 years ago)

No gimp-python in Debian (Testing)

At some point after I first installed Debian (last year), the gimp-python package disappeared from Debian Testing. I already had it, so never noticed...

I just did a clean install of Debian Testing LXQt, installed GIMP, moved over my Resynthesizer-based plugins, and tried to use Heal Selection.

It complained about Python, and I remembered from the previous install that for some reason, gimp-python was not automatically pulled in on Debian, and I had had to install it separately before Heal Selection would work.

So, now I opened up Synaptic and searched for "gimp" and then looked down the list for anything Python-related, (not yet remembering the exact name), and didn't find anything that sounded right. I did a google search to find the exact name, and returned to Synaptic, and IT WAS NOT THERE.

I now vaguely remembered reading something about Debian and Python...

Googling it now, I found: https://bdmpublications.com/debian-ubuntu-remove-python-2-packages/ "Debian and Ubuntu to remove Python 2 packages Python 2 is set to reach its end of life on January 1st 2020, a mere four months away now. As such, Debian and ultimately Ubuntu will be looking to drop the current Python 2 packages in the next release cycle.

Debian 10 ‘Buster’ has recently been released, and will of course still be supporting Python 2 within its build. However, with an eye to Debian 11, codenamed ‘Bullseye’, the team are going to be dropping the legacy Python 2 code and instead focus on adopting Python 3 in the relevant core packages. "
Debian Stable still has it (2.10.8-2), and I can see it depends on Python 2.7: "dep: python
interactive high-level object-oriented language (Python2 version) dep: python-gtk2 (>= 2.8.0)
Python bindings for the GTK+ widget set dep: python2.7
Interactive high-level object-oriented language (version 2.7) "

What if anything is being done to help people who use python plug-ins, and thus need gimp-python?

Should I assume that even if gimp moves to Python 3.x, that the various python plug-ins would have to be updated/re-written to use Python 3.x?

For now, would an app-image contain within itself the gimp-python code that would allow Heal Selection and other python plugins to function?

Scott Jacobs via gimp-user-list
2020-02-18 02:54:24 UTC (about 4 years ago)

No gimp-python in Debian (Testing)

Update:

I tried to install gimp-python from my previous Debian install, and it failed with dependency issues:

scott@ASUS-Prime-B350M-A-CSM:~$ sudo dpkg -i /home/scott/Downloads/gimp-python_2.10.8-2+b1_amd64.deb Selecting previously unselected package gimp-python. (Reading database ... 331569 files and directories currently installed.) Preparing to unpack .../gimp-python_2.10.8-2+b1_amd64.deb ... Unpacking gimp-python (2.10.8-2+b1) ... dpkg: dependency problems prevent configuration of gimp-python: gimp-python depends on python:any. gimp-python depends on python-gtk2 (>= 2.8.0); however: Package python-gtk2 is not installed. dpkg: error processing package gimp-python (--install): dependency problems - leaving unconfigured Errors were encountered while processing: gimp-python

It wants python-gtk2, but... scott@ASUS-Prime-B350M-A-CSM:~$ apt-cache policy python-gtk2 python-gtk2: Installed: (none) Candidate: (none) Version table:

...that is also unavailable.

I then grabbed python-gtk2 from my previous Debian, and tried to install both:

scott@ASUS-Prime-B350M-A-CSM:~$ sudo dpkg -i /home/scott/Downloads/gimp-python_2.10.8-2+b1_amd64.deb /home/scott/Downloads/python-gtk2_2.24.0-6_amd64.deb (Reading database ... 331612 files and directories currently installed.) Preparing to unpack .../gimp-python_2.10.8-2+b1_amd64.deb ... Unpacking gimp-python (2.10.8-2+b1) over (2.10.8-2+b1) ... Selecting previously unselected package python-gtk2. Preparing to unpack .../python-gtk2_2.24.0-6_amd64.deb ... Unpacking python-gtk2 (2.24.0-6) ... dpkg: dependency problems prevent configuration of gimp-python: gimp-python depends on python:any. dpkg: error processing package gimp-python (--install): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python-gtk2: python-gtk2 depends on python (<< 2.8); however: Package python is not installed.
python-gtk2 depends on python (>= 2.7); however: Package python is not installed.
python-gtk2 depends on python-numpy (>= 1:1.16.0~rc1); however: Package python-numpy is not installed. python-gtk2 depends on python-numpy-abi9; however: Package python-numpy-abi9 is not installed. python-gtk2 depends on python:any (>= 2.6.6-7~); however: python-gtk2 depends on python-cairo (>= 1.0.2-1.1); however: Package python-cairo is not installed. python-gtk2 depends on python-gobject-2 (>= 2.21.3); however: Package python-gobject-2 is not installed.

dpkg: error processing package python-gtk2 (--install): dependency problems - leaving unconfigured Errors were encountered while processing: gimp-python
python-gtk2

I note that gimp-python is part of the gimp source package.

Is gimp-python being upgraded to use python 3?

Cliff Pratt via gimp-user-list
2020-02-18 21:18:47 UTC (about 4 years ago)

No gimp-python in Debian (Testing)

Do you have python installed? On my Ubuntu system the 'python' package is 2.7. All python 3 packages are called python3-something.

Cheers,

Cliff

On Tue, Feb 18, 2020 at 3:54 PM Scott Jacobs via gimp-user-list < gimp-user-list@gnome.org> wrote:

Update:

I tried to install gimp-python from my previous Debian install, and it failed with dependency issues:

scott@ASUS-Prime-B350M-A-CSM:~$ sudo dpkg -i /home/scott/Downloads/gimp-python_2.10.8-2+b1_amd64.deb

Selecting previously unselected package gimp-python.

(Reading database ... 331569 files and directories currently installed.)

Preparing to unpack .../gimp-python_2.10.8-2+b1_amd64.deb ...

Unpacking gimp-python (2.10.8-2+b1) ...

dpkg: dependency problems prevent configuration of gimp-python:

gimp-python depends on python:any.

gimp-python depends on python-gtk2 (>= 2.8.0); however:

Package python-gtk2 is not installed.

dpkg: error processing package gimp-python (--install):

dependency problems - leaving unconfigured

Errors were encountered while processing:

gimp-python

It wants python-gtk2, but...

scott@ASUS-Prime-B350M-A-CSM:~$ apt-cache policy python-gtk2

python-gtk2:

Installed: (none)

Candidate: (none)

Version table:

...that is also unavailable.

I then grabbed python-gtk2 from my previous Debian, and tried to install both:

scott@ASUS-Prime-B350M-A-CSM:~$ sudo dpkg -i /home/scott/Downloads/gimp-python_2.10.8-2+b1_amd64.deb /home/scott/Downloads/python-gtk2_2.24.0-6_amd64.deb

(Reading database ... 331612 files and directories currently installed.)

Preparing to unpack .../gimp-python_2.10.8-2+b1_amd64.deb ...

Unpacking gimp-python (2.10.8-2+b1) over (2.10.8-2+b1) ...

Selecting previously unselected package python-gtk2.

Preparing to unpack .../python-gtk2_2.24.0-6_amd64.deb ...

Unpacking python-gtk2 (2.24.0-6) ...

dpkg: dependency problems prevent configuration of gimp-python:

gimp-python depends on python:any.

dpkg: error processing package gimp-python (--install):

dependency problems - leaving unconfigured

dpkg: dependency problems prevent configuration of python-gtk2:

python-gtk2 depends on python (<< 2.8); however: Package python is not installed.
python-gtk2 depends on python (>= 2.7); however: Package python is not installed.
python-gtk2 depends on python-numpy (>= 1:1.16.0~rc1); however: Package python-numpy is not installed. python-gtk2 depends on python-numpy-abi9; however: Package python-numpy-abi9 is not installed. python-gtk2 depends on python:any (>= 2.6.6-7~); however: python-gtk2 depends on python-cairo (>= 1.0.2-1.1); however: Package python-cairo is not installed. python-gtk2 depends on python-gobject-2 (>= 2.21.3); however: Package python-gobject-2 is not installed.

dpkg: error processing package python-gtk2 (--install): dependency problems - leaving unconfigured Errors were encountered while processing: gimp-python
python-gtk2

I note that gimp-python is part of the gimp source package.

Is gimp-python being upgraded to use python 3? _______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list

My Amazon author page : https://amazon.com/author/cliffpratt
My Facebook author page : https://www.facebook.com/cliffprattauthor
My Search on Kobo : https://www.kobo.com/search?query=Cliff+Pratt