各种方案的比较。 https://pyoxidizer.readthedocs.io/en/stable/pyoxidizer_comparisons.html
其中 cx_Freeze 没用过
https://docs.python.org/zh-cn/3/extending/embedding.html https://www.python.org/downloads/release/python-3107/ https://www.python.org/downloads/release/python-379/
https://docs.python.org/zh-cn/3/c-api/index.html https://docs.python.org/zh-cn/3/c-api/veryhigh.html https://docs.python.org/zh-cn/3/c-api/import.html
工具 链接 Pyinstaller https://pypi.org/project/pyinstaller/ py2exe https://pypi.org/project/py2exe/ bbFreeze https://pypi.org/project/bbfreeze/ cx-Freeze https://pypi.org/project/cx-Freeze/
Py_CompileString
https://www.syrr.cn/post/48106.html?action=onClick