Hi folks, sorry to bother you with this problem - I have seen it coming up again and again in the archives - but the solutions (fixing PATH or mis-matching Python versions) apparently are not helping in my case.
Here is what I downloaded: gtk+-bundle_2.22.1-20101227_win32.zip pygtk-2.24.0.win32-py2.7.msi pycairo-1.8.10.win32-py2.7.msi pygobject-2.28.3.win32-py2.7.msi This is my python installation: Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32 I am running under Windows XP Professional SP3 and installed the GTK+ bundle under C:\GTK+. I did try different GTK+ versions (e.g. bundled with Glade) before, but I uninstalled them to keep things simple for solving this issue. There is no PATH entry pointing to any previous installations. I ran python -c "import gtk" in Dependency Walker and it suggests that KERNEL32.DLL tries to call FlsAlloc, FlsGetValue, FlsSetValue and FlsFree from MSVCR90.DLL, which seems to be the procedure that could not be found. Any clues there? Thanks, Chris
_______________________________________________ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/