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

BUGFIX patch Re: [pygame] PyGame Mac OS X 10.6 fail?



On Sep 16, 2009, at 2:56 AM, René Dudfield wrote:
by the way, the sysfont.py module is written in python.
So it should be easy to debug, and fix yourself. Any patches appreciated :)

So on Mac OS X, Pygame will not pass its test suite unless you have X11 installed.

So, one solution: install X11.

"Better" solution: add a line to initsysfonts_darwin()
415d414
< 	fonts = {}

Not sure if anything ELSE will break as a result of this fix, but python -m pygame.tests.__main__ will now pass.