Gimp-Forum.net
Question to those running the Windows version - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Gimp 2.99 & Gimp 3.0 (https://www.gimp-forum.net/Forum-Gimp-2-99-Gimp-3-0)
+--- Thread: Question to those running the Windows version (/Thread-Question-to-those-running-the-Windows-version)



Question to those running the Windows version - Ofnuts - 12-22-2024

What is the version of the included Python? (first lines in the Python console)


RE: Question to those running the Windows version - CmykStudent - 12-22-2024

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.


RE: Question to those running the Windows version - rich2005 - 12-23-2024

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


RE: Question to those running the Windows version - Ofnuts - 12-23-2024

(Yesterday, 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?


RE: Question to those running the Windows version - vitforlinux - 12-23-2024

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.


RE: Question to those running the Windows version - rich2005 - 12-23-2024

(Yesterday, 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)


RE: Question to those running the Windows version - Ofnuts - 12-23-2024

(Yesterday, 12:35 PM)rich2005 Wrote:
(Yesterday, 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.