[matplotlib-devel] Getting setup.py to find TKInter headers during build

2012-11-21 Thread Fred Pollard
Thanks to the response to my previous message, I have managed to get matplotlib to compile, but unfortunately without the TKAgg backend, because when I attempt to build, I get the following message: Tkinter: no * Tkinter present, but header files are not found. * You m

[matplotlib-devel] Matplotlib Binary Dependencies compiled against VS2010

2012-11-20 Thread Fred Pollard
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 - mai