[issue43531] Turtle module does not work

Mark Dickinson report at bugs.python.org
Wed Mar 17 12:14:57 EDT 2021


Mark Dickinson <dickinsm at gmail.com> added the comment:

You have a local file named `turtle.py`, which is conflicting with the standard library `turtle` module.  Rename your local file to something else, then you'll be able to import the standard library `turtle` module.

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43531>
_______________________________________


More information about the Python-bugs-list mailing list