I\'m trying to run a simple python program in eclipse. This is the first time that I\'m importting any module.
So I downloaded: numpy and pylab (I\'m using a mac) re
Simply removed the old numpy and installed version 6. located here
Another way to circumvent this problem is to use pip install numpy check how to install pip
pip install numpy