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

Re: [pygame] pygame.error: display Surface quit -> ¿?



On Thu, 2006-11-30 at 21:27 -0300, Nicolas Bischof wrote:
> pygame.error: display Surface quit
> what does that mean?, i can't fix it

This means a call was made to pygame.display.quit() or pygame.quit(). If
you try to do anything to the display surface after quit you will get
this error.