I'm working on"ThinkPython" and in chapter4 we're asked to download swampy (a learning module). Well I followed the instructions here and I installed it, but when I try to import in IDLE(Python GUI) using: import swampy.TurtleWorld, I get the following:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import swampy.TurtleWorld
ImportError: No module named 'swampy'
How can I fix this?

easy-install-3or something similar instead ofeasy-install. What system are you running on? – filmor Jan 25 at 10:59swampytag and look at some of the previous questions and answers - this seems to be an oft asked question... – Jon Clements Jan 25 at 11:06