**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
如果有人能指出我正确的方向,我们将非常感激。
答案 0 :(得分:1)
我终于开始工作了!如果您安装Pygame for Python 2.7,对于OS X 10.3而不是Apple提供的更新版本,它是: python-2.7.3 ......和pygame-1.9.2pre-py2.7-macosx10.7 ......一切都很完美!
为OS X 10.3安装Pygame for Python 2.7: http://pygame.org/ftp/pygame-1.9.1release-python.org-32bit-py2.7-macosx10.3.dmg