I'm trying to install matplotlib under Windows Vista. Both python itself and numpy are working for me.
I installed matplotlib via the executable basemap-1.0.2.win32-py2.7
and followed the official instructions. But running from matplotlib import *
gives me the following error:
No module named matplotlib
Any ideas how to get matplotlib working?