Quoting "Paul Goins" <[email protected]>:
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. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
