Wallakoala
April 29th, 2006, 03:53 PM
I have experimented a little with both. I am interested in learning how to make functional gui apps. There are a couple of problems apparent with both of these:
wxPython: Overall, I liked this. The main problem was that there was a minuscule amount of documentation/tutorials for it. I liked how it was pretty simple, and dialogs were very easy to make. The only thing was I couldn't figure out how to use wxGlade.
PyGtk: There was considerably more documentation for this. I found a nice tutorial on how to make guis with glade, and I enjoyed that aspect. PyGtk is more complex than wxPython, but I didn't find it to be too difficult. Most of the problems I found had to do with binding events to buttons, specifically dialogs. I spent almost two hours trying to figure out how to make dialogs do stuff. I was able to get the dialog to display, but the "Ok" button would not do anything no matter how hard I tried.
Basically what I am looking for are some good tutorials (or books) on either of these. Also, if there is anywhere I could find some simple programs made in either of these, that would be fantastic.
wxPython: Overall, I liked this. The main problem was that there was a minuscule amount of documentation/tutorials for it. I liked how it was pretty simple, and dialogs were very easy to make. The only thing was I couldn't figure out how to use wxGlade.
PyGtk: There was considerably more documentation for this. I found a nice tutorial on how to make guis with glade, and I enjoyed that aspect. PyGtk is more complex than wxPython, but I didn't find it to be too difficult. Most of the problems I found had to do with binding events to buttons, specifically dialogs. I spent almost two hours trying to figure out how to make dialogs do stuff. I was able to get the dialog to display, but the "Ok" button would not do anything no matter how hard I tried.
Basically what I am looking for are some good tutorials (or books) on either of these. Also, if there is anywhere I could find some simple programs made in either of these, that would be fantastic.