I use Windows8.1 and python 2.7 and I installed the numpy1.8. However, whenever I wanna import numpy it shows the following error :ImportError: c
numpy1.8
import numpy
ImportError: c
I had this problem after upgrading Ubuntu. I solved it by updating numpy:
numpy
sudo pip install numpy --upgrade