My patches for MacPython compatibility and Mac image parsing support are available. There are two files: The diffs for the existing files are at http://www.hice-dev.org/~bchess/plucker-mac.diff.zip. There are pretty small; the largest addition being the MacintoshImageParser in ImageParser.py. The second necessary file is TbmpLib at http://www.hice-dev.org/~bchess/TbmpLib.sit. This is a Macintosh Codewarrior project for a shared library that contains the meat of the image parsing routines. It can convert any Jpeg, Gif, or PNG to Tbmp format. It does so by using Quicktime to convert the incoming image to Windows BMP format, then using hacked/ripped code from Pilrc to convert the BMP to a TBMP. It should be noted that the urllib in Mac Python 2.x is broken. Until it's fixed you should use Mac Python 1.5.2c1. Let me know if there are any problems, concerns... Ben
