"Diez B. Roggisch" <de...@nospam.web.de> writes: > The answer is easy: if you use C, you can use ctypes to create a > wrapper - with pure python, no compilation, no platform issues.
The last part is not true. ctypes doesn't work on 64-bit architectures, nor does it work when Python is built with non-gcc Unix compilers. -- http://mail.python.org/mailman/listinfo/python-list