From: Fred P. <fre...@gm...> - 2012-11-20 13:56:00
|
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 |