I am still trying to build matplotlib on windows. The instructions on 1717
were very helpful, I managed to build the
prerequisites manually based on the instructions in the dep_build.cmd that
came from matplotlib-winbuild project.
But when I try to run it I get this error message:
>>> import matp
I apologize, the error message I posted earlier was for a branch which was
not even merged into the current git origin/master.
I just switched back to the real "origin/master" branch... Now I get a
completely different error message.
Windows 7, with ms visual C++ 2010 SP1 x86
python setup.py inst
Hi, I'm trying to build matplotlib (git master) on windows 7, Python 3.3,
with ms visual C++ 2010 SP1
The error I am getting is related to how it can't find ft2build.h but
after running freetype-2.3.5-1.setup.exe, there is now a copy of it under
C:\Program Files (x86)\GnuWin32\include
How do I tell