Minimal Python build for my application's scripting needs?

拜拜、爱过 提交于 2019-12-05 04:05:29

问题


what are your advices on building a very minimalistic version of Python(2.x) for my application's scripting needs.

My main motive here is to keep the foot print (both memory and disk wise) as low as possible so that my native application won't suffer from any major performance hit. Even the Python DLL size is in consideration because of the possibility of increasing boot up time of my application.

Can we go as low as Lua or other lightweight solutions?


回答1:


Have you tried Tiny Python?




回答2:


You can use only the dll



来源:https://stackoverflow.com/questions/356452/minimal-python-build-for-my-applications-scripting-needs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!