Hi ya, I just tried again, and get the same error. I'm guessing it doesn't happen on other platforms? I'll get into the debugger later.
cheers, On Wed, Mar 14, 2012 at 5:22 PM, Lenard Lindstrom <le...@telus.net> wrote: > Hi, > > Issue 109 contains x86_64 related changes to freetype. Maybe this fixes > the Zanthor problem on the Mac. > > Lenard Lindstrom > > > On 19/02/12 01:33 AM, René Dudfield wrote: > >> Hi, >> >> I just tested it with the Zanthor game... and get an error on OS X 10.7. >> >> File "/Users/rene/dev/zanthor/**zanthor/intro.py", line 111, in update >> img = fnt.render(text,1,(0,0,0)) >> File >> "/usr/local/Cellar/python/2.7.**2/lib/python2.7/site-packages/**pygame/ftfont.py", >> line 68, in render >> s, r = super(Font, self).render(text, color, background) >> SystemError: error return without exception set >> >> >> The 'text' variable there is "you". >> >> Zanthor can be found here... >> svn checkout >> http://zanthor.googlecode.com/**svn/trunk/<http://zanthor.googlecode.com/svn/trunk/>zanthor-read-only >> >> >