在Windows Python3.4 上安装NumPy、Matplotlib、SciPy和IPython

NumPy 下载地址:

http://sourceforge.net/projects/numpy/files/NumPy/1.8.1/

SciPy 下载地址:

http://sourceforge.net/projects/scipy/files/scipy/0.14.0/

Matplotlib 下载地址:

http://sourceforge.net/projects/matplotlib/files/matplotlib/

SciPy和Matplotlib可以通过Enthough安装,地址为www.enthought.com/products/epd.php 。
在安装过程中,你可能需要将一个文件msvcp71.dll放到目录C:Windowssystem32下。你可以从这
里下载这个文件:www.dll-files.com/dllindex/dll-files.shtml?msvcp71 。

原文地址:https://www.cnblogs.com/shgq/p/4059860.html