在Eclipse中使用PyDev时,StochPy缺少模块

时间:2015-05-21 19:15:24

标签: python eclipse pydev

我在Eclipse中使用PyDev进行Python编码。我需要使用Stochpy包。我已经安装它,它在命令提示符下工作正常。但是,在Eclipse中运行时,它会出现"AttributeError: 'module' object has no attribute 'SSA'"错误。 那是为什么?

代码简单如下:

import stochpy
smod = stochpy.SSA()

第二行给出了错误:

AttributeError: 'module' object has no attribute 'SSA'

谢谢!

0 个答案:

没有答案