我在Windows 7上安装了pythonxy,运行
后出错from pylab import *
似乎来自matplotlib,连接到ft2font模块。我尝试从https://pypi.python.org/pypi/matplotlib/1.1.0下载并运行
重新安装matplotlibpython setup.py install
安装将中止消息
In file included from src/ft2font.cpp:3:0:
src/ft2font.h:16:22: fatal error: ft2build.h: No such file or directory
#include <ft2build.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
有人可以帮我这个吗?
答案 0 :(得分:0)
您需要为“freetype2”安装开发库,这样做取决于您如何配置本地环境。
这里有更详细的解释;
http://gnuwin32.sourceforge.net/packages/freetype.htm
http://www.freetype.org/download.html
这里似乎也回答了类似的问题;
Visual studio 2010 no such file
然而,这可能是一个棘手的过程,matplotlib
建议Windows用户使用Python的“Enthought Edition”,其中预装了许多这些软件包;
http://matplotlib.org/users/installing.html#installing-on-windows