PyGame and Windows 7 woes
Has anybody else had problems with pygame freezing up when running in Win7?Typically my code will be fine... until I move the window and then it completely locks up and becomes unresponsive. Sometimes it's like that out of the gate and ever so occasionally it will work.
Just wondering if anyone else has seen behavior like this?
(log in to comment)
Comments
they were passed during the move, since window movement is asynchronous.
ServalKatze on 2010/08/07 08:49:
I have Win7 and haven't encountered any pygame-related problems yet. Which version of Python+Pygame do you use? Do you have problems with other pygame programs, too?