I want to play with turtle module in Python. But when i do import turtle module, i\'ve the following error:
$ python Python 2.7.3 (default, Sep 26 2012, 21:5
Make sure also that you run:
which python Then set the top of your file with that.
#!/usr/bin/python import Tkinter from turtle import *
Or if you don't have the location correct, you need to rename the file with .py Then execute with python filename.py