Ian Bicking wrote:
I tried running the Linux version and got the peculiar traceback:
File "/home/ianb/src/ext/5B-0.6-Linux/Game/Code/albow/resource.py",
line 34, in get_image
image = pygame.image.load(resource_path("images", name))
pygame.error: Unsupported image format
When I load up
my pygame instead of the one in the tarball, the image loads fine.
That's strange indeed. It looks like some kind of unfortunate
interaction between the libraries you have installed and the
ones included with the game, although I'm having trouble
imagining exactly how it could happen.
Unless someone has a better idea, all I can suggest is that
you remove the ones from the game and just use your installed
ones.
--
Greg