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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to