[pygtk] Is there a prebuilt runtime for windows?

2002-09-27 Thread Grzegorz Adam Hankiewicz
Hi. One thing I forgot: while my development platform is linux, I will have to eventually deploy the programs in windows platforms. So I am looking for an easy to install .exe file which I could install everywhere and after that all my pygtk code could run without problems. Does such a thing

[pygtk] getting the text out of a combo list

2002-09-27 Thread Rajarshi Guha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm using Glade 0.6.2 with Python 2.2 and PyGTK 0.6.9 My app has a combo list and I would like to get the text when an option is chosen. So in my callback class I have the functions defined as so: class Callbacks: def

Re: [pygtk] gtk2.0 gdk_pixbuf_animation_iter question

2002-09-27 Thread torben hohn
On 26 Sep 2002 22:03:54 +0200, florian wrote: On Don, 2002-09-26 at 09:28, torben hohn wrote: hi... I have a turning knob which is made from a gif animation. so i need to load all frames from the animation and put these into a list. i use gdk_pixbuf_animation_new_from_file()

Re: [pygtk] gtk2.0 gdk_pixbuf_animation_iter question

2002-09-27 Thread James Henstridge
torben hohn wrote: On 26 Sep 2002 22:03:54 +0200, florian wrote: On Don, 2002-09-26 at 09:28, torben hohn wrote: hi... I have a turning knob which is made from a gif animation. so i need to load all frames from the animation and put these into a list. i use