[求助] python ImportError: No module named numeric

软件和网站开发以及相关技术探讨
回复
lingchiyu
帖子: 2
注册时间: 2009-04-09 8:56

[求助] python ImportError: No module named numeric

#1

帖子 lingchiyu » 2009-04-09 8:58

[求助] python ImportError: No module named numeric
请教一个问题

在ubuntu下, 安装了 python,
在新立德中安装了numeric模块。
然后在终端执行python,
>>> import numeric
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named numeric

为什么会出现这种情况?

在新立德中,numeric 是绿色的,已经安装了把。

同样的,安装其他的模块,也出现这样的问题。

我是新手,请大家帮我看看问题出在哪里,怎么解决?
头像
ibear
帖子: 787
注册时间: 2006-10-19 8:43
来自: 长江口

Re: [求助] python ImportError: No module named numeric

#2

帖子 ibear » 2009-04-09 9:01

NumPy
lingchiyu
帖子: 2
注册时间: 2009-04-09 8:56

Re: [求助] python ImportError: No module named numeric

#3

帖子 lingchiyu » 2009-04-09 9:50

ibear 写了:NumPy
import numpy 也不行啊,还是提示没有模块
回复