It seems that in ubuntu 19.10 something was changed. In ubuntu 18.04 I have no problem to load the animated gif - in 19.10 I got the error.
I have attached the example files to test this. Anone an idea?? Am Samstag, 7. Dezember 2019 13:19:00 UTC+1 schrieb Volker Süß: > > Further investigations have shown that pyglet is not the causer. It looks > like gdkpixbuf2 is the problem.. But I'm not sure at this time. > > Am Samstag, 7. Dezember 2019 10:58:56 UTC+1 schrieb Volker Süß: >> >> Hello! >> >> I installed my little slide_show script on an new computer and found that >> it is broken for >> >> animation = pyglet.image.load_animation(fn) >> >> I got an execption: >> >> raise ImageDecodeException('This decoder cannot decode animations.') >> pyglet.image.codecs.ImageDecodeException: This decoder cannot decode >> animations. >> >> I the 1.4.0b1 I have no problems with this. >> >> Where is the change?? >> > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to pyglet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/pyglet-users/0ee23a03-3820-422b-b4e3-6e7c70c04e69%40googlegroups.com.
#!/usr/bin/env python3 import pyglet ani = pyglet.image.load_animation('source.gif')