相关疑难解决方法(0)

从SciPY导入某些模块时的ImportError

我已经使用Scipy一段时间了.这是我第一次使用它进行信号处理!但是当我导入模块时

from scipy import signal
from scipy import special
Run Code Online (Sandbox Code Playgroud)

我收到错误:

ImportError: DLL load failed: The specified module could not be found.

我在32位Windows上使用Python 2.7.3和Scipy 0.12.0.

我该怎么办 ?

scipy python-import python-2.7

10
推荐指数
2
解决办法
2万
查看次数

标签 统计

python-2.7 ×1

python-import ×1

scipy ×1