pygame.error: File is not a Windows BMP file (python 3.2.3 & pygame 1.9.2a0) -


(The answer in the "clone" question does not correct this one)

I googled it hours And for this situation, the solution can not be found.

When I load a PNG file like this:

sprites = pygame.image.load ("sprites.png")

I am getting:

pygame.error: file is not a Windows BMP file

Python 1.9.2 A0

  • ubuntu 12.10
  • Do anybody Can I help, please? Thanks in advance


    Comments