开发者

Detailed explanation about Python's "freeze"

开发者 https://www.devze.com 2022-12-10 03:39 出处:网络
Is there anywhere a detailed ex开发者_运维知识库planation about Python\'s \"freeze\" thing? I saw the PyPi page, but I don\'t think it\'s comprehensive enough.There is documentation about freeze on th

Is there anywhere a detailed ex开发者_运维知识库planation about Python's "freeze" thing? I saw the PyPi page, but I don't think it's comprehensive enough.


There is documentation about freeze on the wiki and the source docstring is pretty good.. There is an alternative, cx_Freeze. For windows there is py2exe. For Macs, py2app.

Unless you are trying to make a single-download type program for windows, it is often easier to rely on eggs or source packages installed via setup.py/setuptools/distribute/pip.

0

精彩评论

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