12-22-2024, 05:59 PM
What is the version of the included Python? (first lines in the Python console)
Question to those running the Windows version
|
12-22-2024, 05:59 PM
What is the version of the included Python? (first lines in the Python console)
12-22-2024, 09:33 PM
(This post was last modified: 12-22-2024, 09:39 PM by CmykStudent.)
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.
12-23-2024, 09:06 AM
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
12-23-2024, 10:04 AM
(12-23-2024, 09:06 AM)rich2005 Wrote: Well, my Win 10 VM and Gimp 3.0 RC1 says python 3.11.10 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?
12-23-2024, 12:26 PM
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. (12-23-2024, 10:04 AM)Ofnuts Wrote: .......... 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)
12-23-2024, 12:37 PM
(12-23-2024, 12:35 PM)rich2005 Wrote:(12-23-2024, 10:04 AM)Ofnuts Wrote: .......... OK, thx. |
« Next Oldest | Next Newest »
|