FYI
I took a look inside the doc for pygame.image.load and found this:

"Pygame may not always be built to support all image formats. At minimum it 
will support uncompressed BMP. 
If pygame.image.get_extended() returns 'True', you should be able to load most 
images( including png, jpg and gif ). 
You should use os.path.join() for compatibility. eg. asurf = 
pygame.image.load(os.path.join('data', 'bla.png'))"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/719567

Title:
  pygame.error: JPEG loading error

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to