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
  "Random" module is not working as expected Genericgamemaker 1 914 Jul-25-2024, 04:46 PM
Last Post: Gribouillis
  working with TLV module Object Jennifer_Jone 3 2,297 Mar-14-2023, 07:54 PM
Last Post: Jennifer_Jone
  Unsure why module is not working garynewport 0 1,274 Feb-15-2023, 03:21 PM
Last Post: garynewport
  Pandas module not working Hass 2 2,970 Apr-14-2022, 03:13 PM
Last Post: snippsat
  Setup working directory in IDLE Pavel_47 3 6,209 Mar-06-2021, 08:59 AM
Last Post: Pavel_47
  Noob question: why is shapesize() not working for my turtle adifrank 8 8,735 Sep-09-2020, 11:13 PM
Last Post: adifrank
  importing module - not working jdhamblett 3 4,053 Jun-22-2020, 07:33 PM
Last Post: jdhamblett
  turtle.Screen() not working Jdawgg531 0 3,524 May-04-2020, 12:43 AM
Last Post: Jdawgg531
  pyinstaller not working with acoustics module pynz 2 3,468 Oct-08-2019, 07:56 AM
Last Post: pynz
  cx_freeze setup.py error: No module __SNMP-FRAMEWORK-MIB nacho 8 10,928 Jul-26-2019, 09:33 PM
Last Post: njmatt415

Forum Jump:

User Panel Messages

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