Creating self-contained python applications

谁说我不能喝 提交于 2019-12-20 10:13:30

问题


I'm trying to create a self-contained version of pisa (html to pdf converter, latest version), but I can't succeed due to several errors. I've tried py2exe, bb-freeze and cxfreeze.

This has to be in windows, which makes my life a bit harder. I remember that a couple of months ago the author had a zip file containing the install, but now it's gone, leaving me only with the python dependent way.

How would you work this out?


回答1:


Check out pyinstaller, it makes standalone executables (as in one .EXE file, and that's it).



来源:https://stackoverflow.com/questions/203487/creating-self-contained-python-applications

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