How to decide (and know) which Python GTK version to use?

Liste guru digitalfantasy.it86559 at digitalfantasy.it
Mon Jul 30 17:10:18 EDT 2018


Il 30/07/2018 19:31, Chris Green ha scritto:

> OK, thanks, where is its home and full API documentation etc.?
> -- Chris Green·-- https://mail.python.org/mailman/listinfo/python-list

On the first page of the official docs, 
http://pygobject.readthedocs.io/en/latest/, there are the links to the 
Python Gtk3 Tutorial, to the Python GI API Reference and all you need to 
start to work with Pygobject and Gtk3.

Just a side note: Gtk3 uses the gobject-introspection (and, for Python, 
PyGobect) to 'connect' the library to Python (or with Lua or Vala) but 
the same introspection system is used also for different library, 
graphical (GStreamer or Goocanvas) or not (Gio).

     Daniele Forghieri




More information about the Python-list mailing list