Currently ctypes can't play well with any C code that requires use of setjmp
as part of its API.
libpng is one of those libraries.
Can anyone think of a reasonable solution to this? Perhaps ctypes might be
patched to offer setjmp support in foreign function definitions?
Richard