call functions in dlls/shared libraries

ctypes is a foreign function library for Python. It provides C compatible data types, and allows to call functions in dlls/shared libraries. It can be used to wrap these libraries in pure Python.
 

http://docs.python.org/release/2.5.2/lib/module-ctypes.html

posted @ 2012-02-01 09:52  SillyProgrammer  阅读(162)  评论(0编辑  收藏  举报