[Numpy-discussion] error of install numpy on linux redhat.

Aron Ahmadia aron at ahmadia.net
Thu Oct 25 11:00:07 EDT 2012


Hi Jack,

>>>> import os
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named os

You've got a broken local python install.  Did you try following the
instructions here: http://stackoverflow.com/a/622810/122022?

It is probably easiest to ask your system administrator to install
python-devel for you (and python-numpy while they are at it).

A



More information about the NumPy-Discussion mailing list