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
[EMAIL PROTECTED]

> > pygtk mailing list   [EMAIL PROTECTED]
> > http://www.daa.com.au/mailman/listinfo/pygtk


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to