1

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?

1 Answer 1

3

Embedding Python in Another Application on Python.org

Sign up to request clarification or add additional context in comments.

1 Comment

So all I have to do is download an ARM compiled version of Python somewhere, drop it in the same dir as the C application and then use it as described on that page... seems simple enough. I had thought it would've been more complex :p I embed it in C# a lot didn't think it would be similar :) thnx!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.