pythoncarmcpython

CPython as a library for C (To execute Python code from C)


I'm not C expert so what I'm asking might be crazy.

Is it possible to compile CPython using an ARM c-compiler (like yagarto or arm-gcc) and then call it from a C application to process lines of python code?

If so, what are the resources/documents I should be looking at?


Solution

  • Embedding Python in Another Application on Python.org