I mean a dll that can be used by other langauges, not a python extension Why? Because 1. I failded to build my owen swftools with mingw on windows. I have downloaed freetypes via Dev-Cpp, but ./configure still tell me there is no free type
2. fortunately, I can use the python extesion from your official windows build. but there is a small flaw [quote] pdf2png.py:3: RuntimeWarning: Python C API version mismatch for module gfx: This Python has API version 1013, module gfx has version 1012. [/quote] however, there is no gfx.pyd for py24 which my main-stream develop langauge. 3.as you may know, there is a module called ctypes. So if a pure gfx.dll is supplied, we can program the interface in pure python, which can run without modification on py24/25/26/... That is my 2 cents C U
