I just updated to pygame 2.0.0 and tried to run this basic window:
import pygame,sys pygame.init() screen = pygame.display.set_mode((800,800)) clock = pygam