The ctypes import provides cdll in Linux and cddl, windll and oledll in Windows. :-/ It'd be nice if windll also existed in Linux Python, but I don't know how to make that happen. I think I'd need to add code to the .so behind ctypes. Somehow.

Wade.