I'm using python 3 and I have installed python tkinter and Swampy. When I type
import swampy.TurtleWorld
in python IDLE, it prints
ImportError: No module named 'Tkinter'
I have no idea about the reason. May someone help me? Thank you very much!