**pygame.image.load("ball.PNG") error: File is not a Windows BMP file**
每次我尝试加载除.BMP
. 我在互联网上搜索了解决方案,但没有任何效果。图书馆是它应该在的SDL_image
地方,但 python 似乎忽略了它!
pygame.image.get_extended() // returns 0
我正在跑步python-2.7.3
......并且pygame-1.9.2pre-py2.7-macosx10.7
如果有人能指出我正确的方向,将不胜感激。