2

I have a Python DLL already shipped and installed on the end user (guaranteed, and with a known version number).

How can I use this DLL to execute some Python scripts without shipping the Python interpreter (again)?

1 Answer 1

1

You'll want to embed Python in another application, and use PyRun_AnyFile*() to run it.

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

Comments

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.