The new version of gtk just around the corner, I am wondering if anybody has a (simple) setup to test gtk3 with python on ubuntu and windows.

I would like to evaluate the whole tool-chain (glade + gtk3 + python).

( Obviously, this setup shouldn't mess with my current gtk2.x setup. )

link|improve this question

33% accept rate
feedback

3 Answers

PyGtk has been superseded by PyGobject. You can have access to any library that support Gobject instrospection without requiring any specific binding for Python (only PyGObject).

You might want to read https://live.gnome.org/PyGObject and https://live.gnome.org/PyGObject/IntrospectionPorting

link|improve this answer
Thank you, the second link was quite good and explain quite clearly what are the changes. – Lionel Barret May 1 '11 at 14:07
feedback

I used this. It's about Python and GTK3. I also explains how to use *.glade files.

link|improve this answer
feedback

Check PyGTK

link|improve this answer
I know pygtk but for gtk3 the new game in town is pygobject. What I am looking for is an overview of the changes I'll have to do to my current toolchain. What packages to dl, what are the basics etc. I didn't see this anywhere so far. – Lionel Barret Apr 20 '11 at 19:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.