Try changing the line
from matplotlib.toolkits.basemap import Basemap
to
from mpl_toolkits.basemap import Basemap
- Christoph
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer
Hi all,
Here's what I get:
File "F:\demo.py", line 34, in
from matplotlib.toolkits.basemap import Basemap
ImportError: No module named toolkits.basemap
I'm on a brand new python 2.6 install on windows. I then installed numpy 1.3
for 2.6, matplotlib .99.1 for 2.6, then basemap .99.4 for 2.6,