When I try to import numpy on Python, it says:
ImportError: No module named numpy
If I try to install numpy, it says it has already been installed. It seems like it's been installed, but in a wrong place? I don't know where it should be though.
Python version is 2.4.6, but if I try to install a newer version, like 2.7, it says it has already been installed.