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

Re: [pygame] Re: Display won't close gracefully



Call pygame.quit() before your program closes. Since IDLE runs programs within its own process any problem with the program can hang IDLE.

On 2/19/07, Daniel McNeese <dgmcnees@xxxxxxxxx> wrote:
Luke Paireepinart <rabidpoobear@...> writes:


> Are you running the program through IDLE, perhaps?

Yes, actually.  Does IDLE have a problem with pygame?

What should I be doing, exactly?