PyGTK 2.6.2

===== Original message from Darren Dale | Sat, 14 May 2005:

    >> PyGTK-2.6.2 just fixed a few bugs, according to their
    >> website. Some more information would be helpful: What error
    >> messages are reported by Matplotlib?

    > "The procedure entry point gdk_pxbuf_savev_utf8 could not
    > be located in the dynamic link library
    > libgdk_pixbuf-2.0.0.dll."

    > my PyGTK was installed from the Windows binary distribution
    > with installer file name "pygtk-2.6.2-1.win32-py2.4.exe",
    > compiled on May 10.

I think the problem is that the 0.80 release for win32 was built
against a much earlier version of GTK and so you are encountering
dynamic link problems against a much newer version of the library.

I have been trying to build against the latest gtk for win32 myself
and am encountering some troubles. I'm not sure if this is a gtk
problem per se, because my hard drive died and I've had to reassemble
my win32 build system from scratch.

You might want to back down to an earlier gtk version for now, as
described at

http://matplotlib.sourceforge.net/backends.html#GTK

Or use another backend on win32... or wait until I can get my build
system sorted out at which point I'll release a build against the
latest gtk for win32.

JDH