Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem installing turtle
#4
Don't try to reinstall standard library modules. They're not broken. The most likely problem is that you have another file named turtle.py in your current directory or somewhere on the python path. Try this
import turtle
print(turtle)
and see if the file is the standard library's module turtle. If you have another file named turtle.py on the python path, rename it to something else.
Reply


Messages In This Thread
Problem installing turtle - by MasterJediKnight7 - Nov-10-2018, 07:55 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 08:01 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 08:30 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 09:00 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 09:57 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 10:41 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 11:36 PM
RE: Problem installing turtle - by Gribouillis - Nov-11-2018, 12:02 AM
RE: Problem installing turtle - by Gribouillis - Nov-11-2018, 10:15 AM
RE: Problem installing turtle - by bmohamadyar313 - Mar-18-2024, 10:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [WORKED AROUND] Problem installing elitech-datareader, 'cannot import build_py_2to3' NeilUK 4 1,760 Jul-09-2023, 10:01 AM
Last Post: NeilUK
  Begginer problem with turtle Damien_X 1 2,106 Aug-25-2020, 11:23 AM
Last Post: GOTO10
  Problem Installing rasterio gw1500se 1 2,222 Mar-24-2020, 06:28 PM
Last Post: gw1500se
  Problem installing library thunderspeed 2 2,346 Mar-22-2020, 11:04 PM
Last Post: thunderspeed
  Please help: problem installing/importing langdetect module in Jupyter Notebook ledgreve 3 7,332 Dec-30-2019, 08:17 AM
Last Post: LeanbridgeTech
  Problem installing instaloader ledgreve 21 19,691 Nov-18-2019, 11:28 AM
Last Post: ledgreve
  Problem with installing PyPDF2 Pavel_47 2 6,065 Nov-10-2019, 02:58 PM
Last Post: Pavel_47
  Nested while loop problem + turtle DreamingInsanity 3 3,003 Jul-06-2019, 02:01 PM
Last Post: DreamingInsanity
  wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' Shadower 1 6,202 Feb-06-2019, 01:25 AM
Last Post: woooee
  Problem installing numpy and matplotlib achondrite 1 3,144 Jan-16-2019, 11:43 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020