I found instructions for how to use the gfx.dll from the Python25
folder of the latest snapshot (2009-03-15), but I'm getting the
following error:
> import imp
> imp.load_dynamic('gfx', 'gfx.dll')RuntimeWarning: Python C API version mismatch for module gfx: This Python has API version 1013, module gfx has version 1012. After some quick searching, it looks like Python API version 1012 is Python 2.4. Is it possible the 2.5 version actually got built with Python 2.4. I checked the dll in the python26 directory and that didn't work either.
