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.

Author aledeaux
Recipients aledeaux, terry.reedy
Date 2021-03-17.16:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615997162.13.0.111429479171.issue43531@roundup.psfhosted.org>
In-reply-to
Content
So when I try to do the command "import turtle" all I get back is: 

Traceback (most recent call last):
  File "<pyshell#4>", line 1, in <module>
    import turtle
  File "/Users/Virsatech/Documents/turtle.py", line 2, in <module>
    t = turtle.Pen()
AttributeError: partially initialized module 'turtle' has no attribute 'Pen' (most likely due to a circular import)

that error exactly. And I have tried many times. Anyone know how to fix?
History
Date User Action Args
2021-03-17 16:06:02aledeauxsetrecipients: + aledeaux, terry.reedy
2021-03-17 16:06:02aledeauxsetmessageid: <1615997162.13.0.111429479171.issue43531@roundup.psfhosted.org>
2021-03-17 16:06:02aledeauxlinkissue43531 messages
2021-03-17 16:06:02aledeauxcreate