Getting Anaconda to Recognize mpl_toolkits

I’m attempting to run a Matplotlib example that requires the use of
mpl_toolkit mplot3d. I’m running Anaconda on a MackBook Pro running
Mac OS X 10.10.3. I have the latest version of Anaconda and
Matplotlib installed. I also installed Basemap which as I understand
it also installs mpl_toolkits at the same time.

The sample program is attached to this posting. I get the following

error message when I run it:

`***Traceback (most recent call last):***`` ``***          File "/Users/user/coursera -

programming for everybody (python)/Week - 06/3d-line.py", line
2, in ****** from mpl_toolkits.mplot3d.axes3d
import Axes3D****** ImportError: No module named
mpl_toolkits.mplot3d.axes3d***`

Any suggestions?

Sam Dupree.

3d-line.py (411 Bytes)