Note that there are some explanatory texts on larger screens.

plurals
  1. POI'm completly confused with PyObject, PyGTK and GNOME 3 as well
    text
    copied!<p>I installed Fedora 15 to use Python3 and GObject to develop a desktop-application, because PyGTK looks outdated:</p> <blockquote> <p>PyGTK 2.24.0 released Friday 01 April 2011 by Rafael Villar Burke PyGTK 2.24.0 has been released. This is a stable release supporting the GTK+ 2.24 API. <strong>New users wishing to develop Python applications using GTK+ are recommended to use the GObject-Introspection features available in PyGObject.</strong>[...]</p> <p><strong>PyGobject 2.26.0</strong> has been released. <strong>This is the first stable release in the 2.26.x series and introduces initial support for introspection and Python 3</strong>. [...]</p> </blockquote> <p>Source: <a href="http://www.pygtk.org/" rel="noreferrer">http://www.pygtk.org/</a></p> <p>I thought <strong>STRIKE!</strong> using Python 3 and PyGObject to develop new Gnome3 Applications! I visited the <a href="http://live.gnome.org/PyGObject" rel="noreferrer">PyGObject Page</a> and saw that the newest stable Version is 2.28 (and Python3 is supported since 2.26) which is installed on Fedora, <strong>BUT only with python2</strong> bindings.</p> <p>What the heck?</p> <p>I visited the PyGobject <a href="http://git.gnome.org/browse/pygobject/tree/demos" rel="noreferrer">demos</a> and <a href="http://git.gnome.org/browse/pygobject/tree/examples" rel="noreferrer">Examples</a> on the Site, and looked at the source and every code there is using pygtk + pygtk.require('2.0'), instead of pygobject.</p> <p>Am I missing something? How can I use Python3 and PyGObject to develop Gnome 3 Apps?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload