我需要scipy Python模块的帮助。我安装了它,但是当我尝试导入它时,我收到一个错误(没有名为scipy的模块)。为什么呢?
这是我的Python解释器的输出:
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import scipy
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import scipy
ImportError: No module named scipy