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
  Pandas AttributeError: 'DataFrame' object has no attribute 'concat' Sameer33 5 374 Feb-17-2023, 06:01 PM
Last Post: Sameer33
  Turtle Graphics - Screen & Window Sizing jerryf 1 283 Feb-09-2023, 08:02 PM
Last Post: jerryf
  Turtle.setpos() vs text position on screen query ElectronWrangler 0 312 Nov-26-2022, 02:39 AM
Last Post: ElectronWrangler
  My pygame screen size Yegor123 2 467 Nov-06-2022, 12:36 AM
Last Post: Yegor123
Smile How we can prevent screen recording murad_ali 3 858 Jul-29-2022, 10:29 AM
Last Post: DeaD_EyE
  AttributeError: 'numpy.ndarray' object has no attribute 'load' hobbyist 8 3,041 Jul-06-2022, 10:55 AM
Last Post: deanhystad
Photo PySimpleGUI Adjust SCREEN size Alcrkai 0 696 Jun-30-2022, 11:58 AM
Last Post: Alcrkai
  AttributeError: 'numpy.int32' object has no attribute 'split' rf_kartal 6 1,827 Jun-24-2022, 08:37 AM
Last Post: Anushka00
  AttributeError: 'list' object has no attribute 'upper' Anldra12 4 2,641 Apr-27-2022, 09:27 AM
Last Post: Anldra12
  AttributeError: 'function' object has no attribute 'metadata 3lnyn0 5 2,286 Mar-28-2022, 04:42 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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