At 19:59 01.10.00 +0000, x. coolen wrote:
>As I find pygtk, libglade.py and glade wonderful together on linux, I
>would like to use them on win32 platform.
>I already install pygtk, glade and libglade dll on win32, but i can't
>get the libglade  binding (e.g. import libglade in the python script
>doesn't work).
>any idea ?
Normally I would expect to see some error messages or a Python
stack trace like:

Traceback (innermost last):
  File "pmail.py", line 29, in ?
    import gtkf
  File "D:/devel/my-gtk/pmail-0.5.3\gtkf\__init__.py", line 22, in ?
    from FrontEnd import *
  File "D:/devel/my-gtk/pmail-0.5.3\gtkf\FrontEnd.py", line 32, in ?
    import MainWindow
  File "D:/devel/my-gtk/pmail-0.5.3\gtkf\MainWindow.py", line 29, in ?
    import GladeWindow
  File "D:/devel/my-gtk/pmail-0.5.3\gtkf\GladeWindow.py", line 26, in ?
    import libglade
  File "d:\devel\Python\Lib\libglade.py", line 3, in ?
    import _libglade
ImportError: No module named _libglade

At least my pygtk win32 port does not contain _libglade.pyd
at the moment, because I simply had no need for it.

But I'll try to provide one in the next time ...

        Hans
-------- Hans "at" Breuer "dot" Org -----------
Tell me what you need, and I'll tell you how to 
get along without it.                -- Dilbert

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

Reply via email to