[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame.image.get_extended() = 0 Tried everything- should I just give up?



JeffreyDanowitz wrote:
Still pygame.image.get_extended() returns 0.

What happens if you do this:

import pygame.imageext

If it's failing to find libpng or libjpeg, you should get
an exception with some useful information.

--
Greg