Python Forum
wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen'
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen'
#1
Hello
I am using Python 3, in Microsoft
I watched this guide on making a game in Python - https://www.youtube.com/watch?v=crV6T3piwHQ&t=114s
I had a problem right at the begging - https://pastebin.com/JyxczLvZ
The error I'm receiving -
wn = turtle.screen()
AttributeError: module 'turtle' has no attribute 'screen'
If ou need any additional information, please let me know
I am new to coding and to this forum, I hope I am asking in the right place and didn't break any rul. If I did, please let me know so I'll improve in the future
Reply
#2
> AttributeError: module 'turtle' has no attribute 'screen'

That is correct. Do a web search for a turtle tutorial.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Problem installing turtle MasterJediKnight7 17 24,300 Mar-18-2024, 10:22 AM
Last Post: bmohamadyar313
  Trying to make a board with turtle, nothing happens when running script Quascia 3 607 Nov-01-2023, 03:11 PM
Last Post: deanhystad
  Turtle Star Fill Color Yellow-White Interchanging Color Effect codelab 9 900 Oct-25-2023, 09:09 AM
Last Post: codelab
  getpass.getpass() results in AttributeError: module 'os' has no attribute 'O_NOCTTY' EarthAndMoon 4 718 Oct-03-2023, 02:00 PM
Last Post: deanhystad
  Pynput - One content on screen, another in the variable Valjean 4 881 Sep-18-2023, 06:00 PM
Last Post: Valjean
  AttributeError: '_tkinter.tkapp' object has no attribute 'username' Konstantin23 4 1,528 Aug-04-2023, 12:41 PM
Last Post: Konstantin23
  How to "tee" (=split) output to screen and into file? pstein 6 1,288 Jun-24-2023, 08:00 AM
Last Post: Gribouillis
  Parallel processing - AttributeError: Can't get attribute 'sktimekmeans' Mohana1983 1 704 Jun-22-2023, 02:33 AM
Last Post: woooee
  Python: AttributeError: 'PageObject' object has no attribute 'extract_images' Melcu54 2 3,660 Jun-18-2023, 07:47 PM
Last Post: Melcu54
  Turtle Detection ChinaPlaneFlyer 1 623 Apr-17-2023, 02:49 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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