Mario Vasilev

Results 3 comments of Mario Vasilev

Hi, I had the same issue, but found that simply adding the `pygame.display.quit()` command at the end fixes the issue - the kernel doesn't die and the window is closed...

> @mariovas3 Is this on a mac? Testing locally on a mac, this hasn't changed anything for me @pseudo-rnd-thoughts Apologies for not giving the spec. I tested the above code...

@pseudo-rnd-thoughts if I don't include the `pygame.display.quit()` line at the end, my kernel crashes and I get prompted to "force quit" or "wait" despite the fact I'm on Ubuntu (and...