[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Pygame graphics window Freezes



hey, im trying to follow the Tut on the pygame site, but whenever i open a new window like
window = pygame.display.set_mode((468, 60))

the window opens but it crashes, im running for the IDE like
it says to, but i don't know whats going wrong -_-.

btw, i do import pygame and all that stuff.