I am trying to install MatPlotlib.org for my Python program. More specifically trying to do what this guy is doing here https://www.youtube.com/watch?v=E6gvtfQHJUs&list=PLQVvvaa0QuDfpEcGUM6ogsbrlWtqpS5-1&index=22
I've installed the 32bit windows 7 version which went smoothly for the installation process as I am using Python 32 bit. The problem is when I get to the part in the video where he imports the basemap. I am getting an error saying:
"from mpl_toolkits.basemap import Basemap
File "C:\Python27\lib\site-packages\mpl_toolkits\basemap\__init__.py", line 15, in <module>
from matplotlib import __version__ as _matplotlib_version
ImportError: No module named matplotlib"
I've been trying to solve this for a while, but can't get anywhere. Any ideas?