python安装scipy的问题
网上说的各种装scipy的方法我都试了,肿么都不行,当我
from scipy import *
时候出来这错误
Error importing scipy: you cannot import scipy while
being in scipy source directory; please exit the scipy source
tree first, and relaunch your python intepreter.
>>> import sys
本菜鸟刚接触python,还望大神原谅我的无知
[解决办法]
看看 error 信息: 好像是目录错了
如果你的系统是linux 可以用 cd ~
window的时候可以用 c:
然后重新 python 试一下
[解决办法]
初学者推荐直接安装python(x,y),里面已经集成了很多安装包,而且界面也很友好,用起来很方便
[解决办法]
同意2楼的pythonxy
http://code.google.com/p/pythonxy/wiki/Downloads
[解决办法]