[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] pygame parachute when load.image on Windows



Hi,

I got strange error, that is reproducable only on Windows XP, on Linux
everything works. Just simple code:

import pygame

fil = open("data\\vyjmenovana.png","rb")
image = pygame.image.load(fil)


when trying load image i got error:

File "test.py" line 4 ,
Fatal Python error: (pygame parachute) Segmentation Fault

But if I load this image directly -
pygame.image.load("data\\vyjmenovana.png"), everything works, also when
loading images from ZIP file.


What is wrong?

Thank you for help,

Jindra

PNG image