[Tutor] python/ pygame on XP: window not responding

R. Alan Monroe amonroe at columbus.rr.com
Wed Jun 29 23:43:16 CEST 2005


> I am a new python/ pygame user. In attempting the simple 
> command pygame.display.set_mode((640,480))
> The newly created window is not responding. I am using these programs with
> the Windows XP operating system. Can you provide any suggestions or help
> with this issue??

Does the chimp.py example from pygame run on your box?

I'm betting you're just not processing the event queue, so the OS
thinks the app is hung.

Alan



More information about the Tutor mailing list