im using the python command prompt to enter these commands and after the window is shown. it becomes "not responding" which makes all later commands to it do absolutly nothing, including simply trying to resize the window with the mouse. this is how the code starts out...
import os, sys, pygame
from pygame.locals import *
pygame.init()
window = pygame.display.set_mode((420,280))
#everything here after does nothing to the window
pygame.display.set_caption("my window")
#etc...
im using windows XP
any ideas?