Ok so now I'm trying to make this work with gtk-2 and pygtk-1.9x.
        
        I downloaded the libraries that you pointed out and your port to pygtk, now 
when 
        I import gtk I get aprox. the following error:

        Can't find procedure g_get_applicacion_name in libglib-2.0.0.dll

Microsoft Windows 2000 [Versi�n 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\WINNT\system32>python
Python 2.2.1 (#34, Apr  9 2002, 19:34:33) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "C:\PYTHON22\Lib\site-packages\gtk-2.0\gtk\__init__.py", line 43, in ?
    from _gtk import *
ImportError: DLL load failed: No se encontr� el proceso especificado.
>>>

Any Ideas

_______________________________________________
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