Aha, I did not have VC++ 2008 EE on my PC, so it actually didn't compile
anything.
Now that I have it, I get a dependency problem with Freetype2. The build
command fails with:
c:\python26\matpotlib\src\ft2font.h(13) : fatal error C1083: Cannot open
include
file: 'ft2build.h': No such file or di
Romi Agar wrote:
> Hi!
>
> I'm having a bit difficulty getting matplotlib to run under windows
> (vista x64) with python 2.6.
> I downloaded the source from svn, ran the build and install commands,
Does that mean "python setup.py install"?
> then copied the content of /build/lib.win32-2.6
> to
Hi!
I'm having a bit difficulty getting matplotlib to run under windows
(vista x64) with python 2.6.
I downloaded the source from svn, ran the build and install commands,
then copied the content of /build/lib.win32-2.6
to Lib/site-packages folder. But when I try to import pylab I get the
follow