|

楼主 |
发表于 2015-6-9 22:58:54
|
显示全部楼层
大神求再帮帮忙,已经卸载又重装了,然后0.15.1版本也试了,还是不行。
在C:\Python34\Lib\site-packages\scipy目录下能找到一个叫stats的文件夹,把这个名叫 stats 的文件夹打开,能找到一个叫 stats.py 的文件。
然后,我也添加了新的module的路径,也不行。
from scipy import stats之后的显示是这样的:
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
from scipy import stats
File "C:\Python34\lib\site-packages\scipy\stats\__init__.py", line 321, in <module>
from .stats import *
File "C:\Python34\lib\site-packages\scipy\stats\stats.py", line 180, in <module>
import scipy.special as special
File "C:\Python34\lib\site-packages\scipy\special\__init__.py", line 601, in <module>
from ._ufuncs import *
ImportError: DLL load failed: 找不到指定的模块。
谢谢! |
|