When I installed matplotlib in my 64-bit windows it require numpy. Then i installed numpy and again matplotlib then it says that
numpy: 1.7.1
freetype2: found, but unknown version (no pkg-config)
* WARNING: Could not find 'freetype2' headers in any
* of 'win32_static\include', '.',
* 'win32_static\include\freetype2', '.\freetype2'.
and I tried in python
import numpy
there is no error
but when i tried
import matplotlib
shows error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named matplotlib
What may be the solution ?