开发者

How to create Unix and Linux binaries from Python code

开发者 https://www.devze.com 2023-01-24 11:40 出处:网络
Anyb开发者_如何学Cody know how this can be done?I took a look at cx_Freeze, but it seems that it doesn\'t compile everything necessary into one binary (i.e., the python builtins aren\'t present).The s

Anyb开发者_如何学Cody know how this can be done? I took a look at cx_Freeze, but it seems that it doesn't compile everything necessary into one binary (i.e., the python builtins aren't present).


The standard freeze tool (from Tools/freeze) can be used to make fully-standalone binaries on Unix, including all extension modules and builtins (and omitting anything that is not directly or indirectly imported).

0

精彩评论

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