C++ and Python

What is the most simple way to use C++ and Python code in the same project (without going into too much difficulty)?
Do you want to call C code from Python, or Python code from C?

http://docs.python.org/extending/
http://docs.python.org/c-api/
Last edited on
I'd be experimenting with the options available.
How do I make gcc search the python folder for the header file?
How do I make gcc search the python folder for the header file?
-I<your Python include directory>
Topic archived. No new replies allowed.