glade
p.kosina
gen2n at seznam.cz
Thu Sep 16 01:21:12 EDT 2004
import pygtk - OK
pygtk.require("2.0") - OK
import gtk -OK
import gtk.glade - ERROR something wrong with dll. And - there exist
glade.pyd in gtk directory! I caan not check wht for modules tries to
import this one, cause it is not text file. Problem is perhaps somewhere
in libglade.dll or libglade-2.0.0.dll. I try to copy this file in each
directory but import libglade makes error each time.
Thank you for any idea
Pavel
Poissonnier Julien napsal(a):
> 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.
>> Thanks
>> Pavel
>>
>
> The easiest way is to leave your GUI description as a glade file and use
> libglade to load it at runtime.
> A nice libglade tutorial can be found at
> http://www.linuxjournal.com/article.php?sid=6586
More information about the Python-list
mailing list