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

Re: [pygame] Mac OS X image issue



I've always used the binary distribution. But installing from source didn't fix the problem for me, as I just checked.

Python2.5 and 2.6 are both installed on my system, maybe problems arise from that, but actually it should work fine, as 

/Library/Frameworks/Python.framework/Versions/Current

is linked to the 2.6 installation. 

libpng and libjpeg are both available in /usr/local/lib

I'm not a long-time Mac user nor a Unix veteran, though. I may be missing sth obvious ...

Kind regards,
Johannes

Am Mar 6, 2011 um 1:19 AM schrieb Greg Ewing:

> Johannes Charra wrote:
> 
>> Do I understand correctly that pygame on Mac OS X does not support image formats
>> other than BMP? 
> 
> I've never had any trouble with this, but then I always install
> pygame from source, and I have libpng and libjpeg in my /usr/local.
> They don't appear to be in /usr/lib.
> 
> Are you installing pygame from source, or using a binary distribution?
> 
> -- 
> Greg