solaris compilation

small
bug… line 237 in text.py, needs a str() around the ‘legal’ tuple
in the exception.

bigger
potential bug…

I got
it to go on Solaris, but I keep hitting a seg fault on the creation of the FT2Font
object around line 261 in backend_agg.py. It ran when I put a print in
before the creation of the FT2Font object. That’s right. Something
spooky like that means to me that there is a bug in ft2font.c where some
variable is not initialized correctly and the extra print leaves the right
patch of initialized memory so it runs. Only way to really nail something
like that is with a Purify or Valgrind like tool.

S