> 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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to