I've recently started d开发者_JAVA技巧oing some coding in Python again and I've encountered an error which I simply don't know how to interpret.
Source code: http://paste.lisp.org/display/123261
Error: http://paste.lisp.org/display/123270
The problem arises when I call program_loop() and it's probably related to the class I've written too.
Well, I didn't closely look at your code, but the error means there was something so f*cked up in Python it crashed through an error in C. It wasn't even able to catch something and handle it, and this should never happen with the interpreter. Please report this bug to pygame.
精彩评论