Connection python with C

Fredrik Lundh fredrik at pythonware.com
Sun Dec 24 06:07:11 EST 2006


Χρυσάνθη Αϊναλή wrote:

> I want to connect a script in python with a source code in C. Any
> ideas about it?

http://docs.python.org/lib/module-ctypes.html
http://docs.python.org/ext/ext.html
http://effbot.org/pyfaq/extending-index.htm

</F>




More information about the Python-list mailing list