在Eclipse + PyDev中从python导入模块(stats和gamma)的错误

时间:2014-03-13 15:05:29

标签: python python-2.7 python-3.x windows-7 scipy

我需要在Win7上从python 3.3导入一个模块。

在Eclipse ++ PyDev中,我无法从scipy

导入统计数据
  from scipy import stats

但是,我可以在iPython中完成。

Alos,我已经安装了ipython,可以通过

在ipython中完成
from scipy.stats import rv_discrete

但是,我需要在Eclipse中添加python,numpy和scipy。

但是,Eclipse告诉我

from scipy.stats import rv_discrete

错误:

 Unresolved import: rv_discrete
 Import redefinition: rv_discrete
 Unused import: rv_discrete

任何帮助都会非常感激。

谢谢!

0 个答案:

没有答案