[pygtk] python libglade binding on win32

x. coolen xco@online.fr
Fri, 06 Oct 2000 13:46:36 +0000


thanks for helping

Where could i find libglade.pyd for win32, on linux i've got libglade.py,
libglade.pyc,  libglade.pyo and _libglademodule.so and it works fine.
I don't have these files for win32, where could i get them ?

pygtk, glade and Hans Breuer's libglade binairies for win32 installed and
work fine on win32; but i can't get this code working on win32:

# foo
from gtk import *
import libglade
widgets=libglade.GladeXML('c:\foo.glade')
window1=widgets.get_widget('window1')
window1.set_title("hi")
mainloop()

it gives:

Traceback(innermost last):
   File "foo.py" line 3 in ?
      import libglade
   ImportError: DLL load failed
DLL not found


xavier coolen
xco@online.fr

> > pygtk mailing list   pygtk@daa.com.au
> > http://www.daa.com.au/mailman/listinfo/pygtk