[Pythonmac-SIG] Crash when using PyGame and click dock icon

Jerome jeremy.knope at gmail.com
Sat Jun 26 20:20:24 EDT 2004


Anybody else experience a crash with PyGame based python code? I
haven't been able to figure it out because some games like
Pathological don't seem to crash, but if I try to use it's pygame
libraries and python libraries it still crashes when used with other
code.

Basically pygame at all is prone to crash if you cilck on the dock
icon, sipmlest code i used to test:

import pygame

pygame.init()

pygame.display.set_mode((640,480))

while 1:
    evt = pygame.event.wait()


know where i should report to? i'm unsure it's a python/pygame/sdl or
what bug....



More information about the Pythonmac-SIG mailing list