Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question to those running the Windows version
#1
What is the version of the included Python? (first lines in the Python console)
Reply
#2
Ofnuts: For me it's Python 3.11.6, but I may not be the typical case.

EDIT: Checked on another computer - GIMP 3.0RC1 comes with 3.12.7.
Reply
#3
Well, my Win 10 VM and Gimp 3.0 RC1 says python 3.11.10

and there is this comment (reasonably recent) https://gitlab.gnome.org/GNOME/gimp/-/issues/12514
Reply
#4
(12-23-2024, 09:06 AM)rich2005 Wrote: Well, my Win 10 VM and Gimp 3.0 RC1 says python 3.11.10

and there is this comment (reasonably recent) https://gitlab.gnome.org/GNOME/gimp/-/issues/12514

Ah, they move to 3.12. Cool. In a script I'm working on I'm using a 3.12 feature (not critical, I may replace it with a more "classic" way, for Linux users still on old versions.

Speaking of Linux users, when you use an AppImage or flatpak (for 3.00RC1), does it include Python? if so, which version?
Reply
#5
Merry Christmas!!!!

Don't worry too much about the Python version in Gimp 3.0 rc1, 3.0 rc2 will be out soon.

Have a happy holiday, without too much programming.
Reply
#6
(12-23-2024, 10:04 AM)Ofnuts Wrote: ..........
Speaking of Linux users, when you use an AppImage or flatpak (for 3.00RC1), does it  include Python? if so, which version

Appimages only: As a test - spyro-plus is standard and python.

tasmans gimp3-RC1-Lite (82MB)
GIMP 3.0.0-RC1 Python Console
Python 3.11.2 (main, Sep 14 2024, 03:00:30) [GCC 12.2.0]

gimp.org (167MB)
GIMP 3.0.0-RC1+git Python Console
Python 3.11.2 (main, Sep 14 2024, 03:00:30) [GCC 12.2.0]


ivans nightly (14-Dec) 216 MB
GIMP 3.0.0-RC1 Python Console
Python 3.12.7 (main, Oct 1 2024, 11:15:50) [GCC 14.2.1 20240910]


not-working
ivans nightly (23-Dec) GIMP 3.0 RC2 (183 MB) No console

AttributeError: module 'gi' has no attribute 'require_version'
gimp-3.0: LibGimpBase-WARNING: gimp-3.0: gimp_wire_read(): unexpected EOF
Traceback (most recent call last):
File "/usr/lib/gimp/3.0/plug-ins/python-console/python-console.py", line 20, in <module>
gi.require_version('Gimp', '3.0')
(typical of lots of errors about the python plugins)
Reply
#7
(12-23-2024, 12:35 PM)rich2005 Wrote:
(12-23-2024, 10:04 AM)Ofnuts Wrote: ..........
Speaking of Linux users, when you use an AppImage or flatpak (for 3.00RC1), does it  include Python? if so, which version

Appimages only:

tasmans gimp3-RC1-Lite (82MB)
GIMP 3.0.0-RC1 Python Console
Python 3.11.2 (main, Sep 14 2024, 03:00:30) [GCC 12.2.0]

gimp.org (167MB)
GIMP 3.0.0-RC1+git Python Console
Python 3.11.2 (main, Sep 14 2024, 03:00:30) [GCC 12.2.0]


ivans nightly (14-Dec)  216 MB
GIMP 3.0.0-RC1 Python Console
Python 3.12.7 (main, Oct  1 2024, 11:15:50) [GCC 14.2.1 20240910]


not-working
ivans nightly (23-Dec) GIMP 3.0 RC2 (183 MB) No console

AttributeError: module 'gi' has no attribute 'require_version'
gimp-3.0: LibGimpBase-WARNING: gimp-3.0: gimp_wire_read(): unexpected EOF
Traceback (most recent call last):
 File "/usr/lib/gimp/3.0/plug-ins/python-console/python-console.py", line 20, in <module>
   gi.require_version('Gimp', '3.0')

OK, thx.
Reply


Forum Jump: