Ubuntu 19.04+, you need to manually install the 

In addition, I added support for loading animated GIFs to the PIL/Pillow 
image codec. This will be out in the next v1.4.9 release.
If anyone wants to test it, it's the pyglet-1.4-maintenance branch.

To install via pip, this command should work:
pip install --upgrade --user 
git+https://github.com/pyglet/pyglet.git@pyglet-1.4-maintenance



On Monday, December 9, 2019 at 11:02:09 AM UTC+9, Benjamin Moran wrote:
>
> I replied to your issue on Github. Looks like maybe GTKPixbuf2 is no 
> longer installed by default on Ubuntu 19.10?
> It looks like that's the only decoder in pyglet that can handle gif files 
> at the moment. 
>
>
> On Saturday, December 7, 2019 at 6:58:56 PM UTC+9, Volker Süß wrote:
>>
>> 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/f2e3c843-6c81-4830-b6b3-abc90577a28c%40googlegroups.com.

Reply via email to