I have just started Python recently and for some reason, I cannot import anything on my computer. I can do it on the computer at my school, but not my laptop. This is the message I received when I tried to import the program "cTurtle"
IDLE 2.6.1
>>> import cTurtle
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cTurtle
ImportError: No module named cTurtle
>>>
Does anyone know what I'm doing wrong?