[pygtk] DLL load errors with Py2.6, PyGTK 2.22 and GTK 2.22 bundle

Dieter Verfaillie dieterv at optionexplicit.be
Tue Nov 30 02:54:17 WST 2010


Quoting "Paul Goins" <general at vultaire.net>:
> Dependency walker image is here:
> http://www.vultaire.net/mail_attachments/_gtk.dwi

I've analyzed that file and you seem to have some other problems
on your system. Apparently some Lua directory comes before c:\gtk_bundle_bin
on your PATH environment variable. And it contains freetype6.dll (linked
against msvcr80.dll !!!) and zlib1.dll which are loaded by libcairo-2.dll
which in turn is loaded by _gtk.pyd.

As a test, could you do (exactly) the following from cmd.exe (Command Prompt):

set PATH=C:\gtk_bundle\bin\%PATH%
python -v -c "import gtk"

and see what happens?

mvg,
Dieter


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



More information about the pygtk mailing list