Ich versuche, meine GTK-Anwendung unter Windows XP auszuführen und habe Probleme mit einem Import. Ich habe das Folgende wie erforderlich und empfohlen installiert:
python-2.6.msi
gtk2-runtime.2-16.6.exe
pycairo-1.8.6.exe
pygobject-2.20.0
pygtk-2.16.0.exe
pyserial-2.5.exe
Allerdings erhalte ich bei der Ausführung meines Skripts die folgende Fehlermeldung:
Traceback (most recent call last):
File "C:\python26\app\src\start.py", line 22, in <module>
import gtk
File "C:\Python26\Lib\site-packages\gtk-2.0\gtk\__init__.py", line 30, in <mod
ule>
import gobject as _gobject
File "C:\Python26\Lib\site-packages\gtk-2.0\gobject\__init__.py", line 26, in
<module>
from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
File "C:\Python26\Lib\site-packages\gtk-2.0\glib\__init__.py", line 22, in <mo
dule>
from glib._glib import *
ImportError: DLL load failed: The specified module could not be found.
GTK wird installiert in C:\gtk\bin und ist in meinem System-Pfad eingerichtet.
Übersehe ich hier etwas Offensichtliches?
Für jede Hilfe wären wir dankbar.
Herzlichen Dank.
Andy