PDA

View Full Version : pygtk



Astrognomical
June 7th, 2011, 06:45 AM
Did it die or something? I can't find any +2006 tutorials.

Rubi1200
June 7th, 2011, 09:26 AM
Hi,
not really an area I am familiar with, but did you look here?
http://www.pygtk.org/articles.html

simeon87
June 7th, 2011, 09:45 AM
It is dying yes. The reason is that GTK 3 will use introspection to generate the Python bindings, there won't be a PyGTK anymore. See the latest news item (http://www.pygtk.org/) at PyGTK's website and PyGObject (http://live.gnome.org/PyGObject) (which is what new applications should start using). So instead of developing GTK and bindings for every language, they can focus on developing GTK and the bindings will be generated automatically.

Pilen
June 7th, 2011, 12:02 PM
I have started out programming in python(my first language) since a couple of months ago.
I love the new gnome desktop, and ubuntu of course. So now I wanted to try programming a few simple applications with a toolkit that fits nicely with gnome3.

The problem is this: Tkinter doesn't sound like a good option because it looks pretty ugly, and seems not to have the capacity to use gnome to the fullest.
I searched around and found PyGTK. Nice! Except this:
"PyGTK-2.24 will be the final major release of PyGTK." - and point future development to PyGObject.

So, my question is: As a beginner who want to start making small apps for the gnome desktop, for learning purposes, where do I start? Am I reaching too high at the moment? Should I try another GUI toolkit to begin with?

The world of python offers a lot, sometimes too much for the beginner. It's hard to know where to start.

simeon87
June 7th, 2011, 01:02 PM
I have started out programming in python(my first language) since a couple of months ago.
I love the new gnome desktop, and ubuntu of course. So now I wanted to try programming a few simple applications with a toolkit that fits nicely with gnome3.

The problem is this: Tkinter doesn't sound like a good option because it looks pretty ugly, and seems not to have the capacity to use gnome to the fullest.
I searched around and found PyGTK. Nice! Except this:
"PyGTK-2.24 will be the final major release of PyGTK." - and point future development to PyGObject.

So, my question is: As a beginner who want to start making small apps for the gnome desktop, for learning purposes, where do I start? Am I reaching too high at the moment? Should I try another GUI toolkit to begin with?

The world of python offers a lot, sometimes too much for the beginner. It's hard to know where to start.

Using PyGObject is the same as using PyGTK now. The differences are minor, it will just take some time before technology catches on. I'm still developing with GTK because it looks native on Ubuntu and yes, you can still use Python for that.