ImportError- No toolkits.basemap

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, all from their binary executable forms. Then I ran http://en.literateprograms.org/Drawing_on_map_projections_%28Python%29 and got the above error.

Searching for this error I’ve found possible problems with dependencies, which were to be fixed by .99, and problems with .egg installations missing vital components, but I installed everything from .exes. Ideas? FYI I’m new to python.

Thanks