Matplotlib Binary Dependencies compiled against VS2010

I'm in the process of completing an application with an embedded
Python 2.7.3 interpreter - but it all has to be compiled against
VS2010.

Have managed Python and it's dependencies, as well as numpy 1.6.2, but
struggling with matplotlib because I can't get the dependencies to
compile properly - mainly libpng, which seems to demand .lib and .dll
files that a compilation of zlib from source does not produce (e.g.
zdll.lib, zlib.lib, etc.). I know Christophe Gohlke has kindly
produced a set of dependencies up to VS2008. Does anyone know of an
existing similar set compiled for VS 2010?

Many thanks,
Fred

Hi Fred,

I updated "matplotlib-1.x-windows-link-libraries.zip" with dependencies compiled for VS 2010. Let me know if anything is missing.

Christoph

ยทยทยท

On 11/20/2012 5:55 AM, Fred Pollard wrote:

I'm in the process of completing an application with an embedded
Python 2.7.3 interpreter - but it all has to be compiled against
VS2010.

Have managed Python and it's dependencies, as well as numpy 1.6.2, but
struggling with matplotlib because I can't get the dependencies to
compile properly - mainly libpng, which seems to demand .lib and .dll
files that a compilation of zlib from source does not produce (e.g.
zdll.lib, zlib.lib, etc.). I know Christophe Gohlke has kindly
produced a set of dependencies up to VS2008. Does anyone know of an
existing similar set compiled for VS 2010?

Many thanks,
Fred