On Sun, 2008-11-02 at 00:26 -0400, Joel Newkirk wrote:
> OK, I'm playing around with pygame, trying to learn a few things about
> python on the way.
>
> pygame.image.load('pic.png') works find on my desktop but on the FR
> (under
> FSO) gives me:
> pygame.error: File is not a Windows BMP file
>
> Apparently compiled without support for png. Same for jpg.
>
> Are you serious?? Python-pygame for the FR is being built with only
> support for Windows BMP image files??
That was due to a bug in the python-pygame openembedded recipe. This
should be fixed now (my version 1.8.1-ml2.1 works).You can test it from python by typing : > import pygame > print pygame.image.get_extended() Which should return 1 if you have png support and 0 if not. -charlie
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
