Calling python functions from C

Farshid Lashkari lashkariNO at SPAMworldviz.com
Tue May 9 14:54:19 EDT 2006


robert.differentone at gmail.com wrote:
> I want to call add from C. Could anybody please help me?

Look at the "Pure Embedding" section of the python documentation. It 
contains an example program that does exactly what you want. Here is a 
link to the page:

http://www.python.org/doc/ext/pure-embedding.html

-Farshid



More information about the Python-list mailing list