glade

P at draigBrady.com P at draigBrady.com
Tue Sep 14 10:55:07 EDT 2004


p.kosina wrote:
> I have installed all of it but I can not find anything how to translate 
> *.glade to python scripts. I do not need it urgently just interested.
> I have found glc.py which makes some errors...
> In fact I do not know how to handle libglade.
> Probably some tutorial would help.
> I use py2.3 under win2k.

I've never done it under windows but I do know it works.
Essentially you tell libglade to load the glade file.
This will render the GUI for you and attach the signal
handlers (python functions).

I've a simple tutorial (only tested on linux) here:
http://www.pixelbeat.org/talks/pygtk/

Pádraig.



More information about the Python-list mailing list