**pygame.image.load("ball.PNG") error: File is not a Windows BMP file**
I am getting the above error every time i try to load any image other than .BMP
. I searched the internet for a solution and nothing has worked.
The SDL_image
library is where it should be but python seems to be ignoring it!!
pygame.image.get_extended() // returns 0
I am running python-2.7.3
...and pygame-1.9.2pre-py2.7-macosx10.7
If anyone can point me in the right direction it would be very much appreciated.