This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: turtle graphics don't work
Type: behavior Stage: resolved
Components: Build Versions: Python 3.8
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: antiendershow221, steven.daprano
Priority: normal Keywords:

Created on 2021-04-21 16:49 by antiendershow221, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Screenshot_16.png antiendershow221, 2021-04-21 16:49
Messages (1)
msg391529 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2021-04-21 17:09
You have a bug in your code.

This is a bug tracker for bugs in Python, not a help desk for solving errors in your own code. In this case, the problem is that you have created a file called "turtle.py" which is shadowing the original turtle module. Rename your file and try again.

If you still have problems, please don't create bug reports here. Please discuss them at any of the many forums where you can get help, such as Reddit's r/learnpython, the Python mailing lists, or the Python Discuss. Thank you.

Also, in future please don't post screen shots of error messages. They are text: please copy and paste the text into your bug report. Thank you.
History
Date User Action Args
2022-04-11 14:59:44adminsetgithub: 88072
2021-04-21 17:31:58eric.smithsetstatus: open -> closed
2021-04-21 17:09:34steven.dapranosetnosy: + steven.daprano
messages: + msg391529
resolution: not a bug

type: compile error -> behavior
stage: resolved
2021-04-21 16:49:30antiendershow221create