Gimp-Forum.net

Full Version: Availability of GTk3 Python bindings in Windows & OSX
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone try this and report? In the Gimp 3.00 python console, enter:

Code:
import gi

gi.require_version("Gtk", "3.0")
from gi.repository import Gtk
win = Gtk.Window()
win.connect("destroy", Gtk.main_quit)
win.show_all()
Gtk.main()

This should start a small empty Window. Closing the Window will then also close the Python console.

Please report success or state error messages.

Thanks.
kubuntu 24.04 gimp.org Gimp 3.0.2 appimage.

[attachment=13319]

Nothing in the error dock.

-----edit---- A bit behind updating Win10 VM so still Gimp 3.0.0 - no errors (that I can see)

[attachment=13320]
(04-01-2025, 07:06 AM)rich2005 Wrote: [ -> ]kubuntu 24.04 gimp.org Gimp 3.0.2 appimage.



Nothing in the error dock.

-----edit---- A bit behind updating Win10 VM so still Gimp 3.0.0 - no errors (that I can see)

Good. That means I can pursue with the addon manager for v3 (needs to have its own windows)
[attachment=13322]


Mac 24 M1 macOS Sonoma 14.7.3
(04-01-2025, 10:23 AM)charlie84 Wrote: [ -> ]Mac 24 M1 macOS Sonoma 14.7.3

Thanks.