[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] IDLE crashes on error?



Hi

try to use:

pygame.quit()
sys.exit()


~DR0ID

Thanks! There's still the same traceback output in IDLE, but my Pygame window closes instead of freezing, and that's all I'm worried about.