(The answer in the "cloned" question doesn't fix this one)
I googled it for hours and cannot find a solution for this situation.
When I load a PNG file like this:
sprites = pygame.image.load("sprites.png")
I get:
pygame.error: File is not a Windows BMP file
For:
- python 3.2.3
- pygame 1.9.2a0
- ubuntu 12.10
Could anybody help me, please? Thanks in advance