I am trying to run a software that use python. However, i got an error that
I don't have the numpy module.
Quote:
import numpy
ImportError: No module named numpy
|
Is this a standard python module that I can download from the net?
I installed
python-numarray and
python-numeric via yum, but still get this error. Can someone suggest if I should go back and ask the software owner
or try to download some python module?