-Karticpy2exe (http://starship.python.net/crew/theller/py2exe/) and pyinstaller(http://pyinstaller.hpcf.upr.edu/pyinstaller/) compile python programsinto .exe files that can be executed on any Win32 machine.So you can develop the code using the python interpreter and deploy itusing either of these. I have used py2exe and nsis installer to createsetup versions of my applications and it deployment is really smooth,just like any compiled software.-Kartic 这篇关于Python编译?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-05 09:28