After hours of trying I'm still not able to install numpy. I READ LOTS OF HINTS, ANSWERS USW. BUT IT DOESN'T HELP. Furthermore I have windows 7, 32 bit, Python 27.
What I did:
download
numpy-1.10.2.zip: http://sourceforge.net/projects/numpy/files/unzip it
start the windows command prompt and input:
cd C:\Users\myname\Desktop\numpy-1.10.2now it appears:
C:\Users\myname\Desktop\numpy-1.10.2>I input:
python setup.py installand there appears an error:
Running from numpy source directory. Traceback (most recent call last): File "setup.py", line 263, in <module> setup_package() File "setup.py", line 246, in setup_pa import setuptools ImportError: No module named setuptools
I hope somebody can help me or even better IS THERE NOT EASIER WAY TO INSTALL NUMPY OR OTHER MODULES??