Using C libraries

JanC usenet_spam at janc.invalid
Fri Apr 30 22:30:36 EDT 2004


"Laughlin, Joseph V" <Joseph.V.Laughlin at boeing.com> schreef:

> I was thinking more along the lines of unix C libraries, not windows
> DLL.

>From the ctypes documentation:
"""
ctypes is a Python package to create and manipulate C data types in Python, 
and to call functions in dynamic link libraries/shared dlls. It allows 
wrapping these libraries in pure Python.

It works on Windows, Linux and MacOS X (the latter two require that your 
machine is supported by libffi).
"""

-- 
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9



More information about the Python-list mailing list