Python Forum
setup() from turtle module not working
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
setup() from turtle module not working
#1
Hello,

I am trying to make changes in the turtle graphics window size. I tried using the screensize() and the setup() methods, but no success. The latest code was very simple:
from turtle import *
setup(600,500)
for i in range(7):
    forward(50)
    left(90)
    forward(50)
    right(90)
I have updated my Python version to 3.8 and running under Windows 8.1 pro. I tried everything.... It doesn't work. Thank you for your help.
Reply


Messages In This Thread
setup() from turtle module not working - by bobfat - Oct-27-2019, 09:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  working with TLV module Object Jennifer_Jone 3 1,151 Mar-14-2023, 07:54 PM
Last Post: Jennifer_Jone
  Unsure why module is not working garynewport 0 770 Feb-15-2023, 03:21 PM
Last Post: garynewport
  Pandas module not working Hass 2 1,724 Apr-14-2022, 03:13 PM
Last Post: snippsat
  Setup working directory in IDLE Pavel_47 3 3,778 Mar-06-2021, 08:59 AM
Last Post: Pavel_47
  Noob question: why is shapesize() not working for my turtle adifrank 8 5,787 Sep-09-2020, 11:13 PM
Last Post: adifrank
  importing module - not working jdhamblett 3 3,023 Jun-22-2020, 07:33 PM
Last Post: jdhamblett
  turtle.Screen() not working Jdawgg531 0 2,739 May-04-2020, 12:43 AM
Last Post: Jdawgg531
  pyinstaller not working with acoustics module pynz 2 2,765 Oct-08-2019, 07:56 AM
Last Post: pynz
  cx_freeze setup.py error: No module __SNMP-FRAMEWORK-MIB nacho 8 8,980 Jul-26-2019, 09:33 PM
Last Post: njmatt415
  wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' Shadower 1 6,179 Feb-06-2019, 01:25 AM
Last Post: woooee

Forum Jump:

User Panel Messages

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