开发者

How to execute a Python script using the Python DLL?

I have a Python DLL already shipped and insta开发者_运维知识库lled 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)?


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜