At 01:57 PM 1/28/2003 -0400, you wrote:
--- Cedric Wrote

>1. Install the GTK+1.3 run-time libraries available from
>http://www2.arnes.si/~sopjsimo/gimp/
>2. Make sure that the directory that contains the installed gtk+ DLLs is in
>your PATH (Control Panel/System/Advanced/Environment Variables)
>3. Install my pygtk port
>http://www.pcpm.ucl.ac.be/~gustin/win32_ports/PyGtk-0.6.11.win32.exe
>4. Try to run a simple pygtk program
>5. Send me any error message you could get.

Done but I can't import gtk:

>>> import gtk
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in ?
    import gtk
  File "C:\Python22\lib\site-packages\gtk.py", line 21, in ?
    import _gtk
ImportError: DLL load failed: No se puede encontrar el m�dulo especificado.
Works for me (I even tried to install it from scratch on a new machine). Are you 100% sure that the directory with the gtk+ DLLs are in your path (in my case C:\Program Files\Common Files\GTK\1.3\lib) ?

Concerning libglade support, no, it's not included in this port of pygtk-0.6.x. If you really want libglade, you should consider my port of pygtk-1.99.x (see the pygtk FAQ for the latest release).

Cedric
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to