[Tutor] turtle on linux

Hershel Millman hershellearningcode at gmail.com
Thu Jun 23 20:21:39 EDT 2016


This is from my terminal on Fedora 24:

[hmillman at localhost ~]$ python
Python 2.7.10 (default, Sep 24 2015, 17:50:09)
[GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import turtle
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named turtle


How do I solve this problem?

Thank you,

Hershel


More information about the Tutor mailing list