I have installed pyzo and miniconda under Windows 10 and installed numpy and matplotlib using conda install.
pyzo
miniconda
numpy
matplotlib
conda install
So, for people having trouble in
import numpy
using Windows 10 + Anaconda:
I replaced all single '\' to double '\\' in
\Lib\site-packages\numpy\__config__.py
I could import numpy after that.