I'm trying to run through the python book ThinkingPython and have gotten to the first case study and I can't get the module to load. I'm using python 3.3.2 and swampy 2.1.5 and and using a mac with the latest OS. When I try to import TurtleWorld I get the error:
Traceback (most recent call last): File "", line 1, in import TurtleWorld ImportError: No module named 'TurtleWorld'
I have no idea why this isn't working. Any help would be appreciated.
TurtleWorld is imported as: