PyGTK Question

Adonis adonisv at earthlink.net
Thu Feb 27 11:26:37 EST 2003


I am trying to run PyGTK (Win32), and am encountering an error, but am
stooped as in how to fix it, I complains that libglib2.0-0.dll is no
present, but a search find it in:

 Directory of C:\Program Files\Common Files\GTK\2.0\lib

[.]                       [..]                      [gtk-2.0]
iconv.dll                 jpeg-62.dll               libatk-1.0-0.dll
libgdk-win32-2.0-0.dll    libgdk_pixbuf-2.0-0.dll   **libglib-2.0-0.dll
libgmodule-2.0-0.dll      libgobject-2.0-0.dll      libgthread-2.0-0.dll
libgtk-win32-2.0-0.dll    libintl-1.dll             libpango-1.0-0.dll
libpangoft2-1.0-0.dll     libpangowin32-1.0-0.dll   libpng.dll
libtiff.dll               localcharset.dll          [locale]
[pango]                   zlib.dll

Python error:

[Adonis at HOME] C:\tmp$ test
Traceback (most recent call last):
  File "C:\tmp\test.py", line 1, in ?
    from gtk import *
  File "C:\Python23\Lib\site-packages\gtk-2.0\gtk\__init__.py", line 39, in
?
    import gobject as _gobject
ImportError: DLL load failed: The specified module could not be found.

Any help is greatly appreciated.

Packages:
WinXP Pro
Python 2.3a2
Dropline's GTK+ 2.2.1 RE
PyGTK-1.99.15

Adonis






More information about the Python-list mailing list