【发布时间】:2017-12-25 12:47:27
【问题描述】:
我正在使用 python3.6,我使用 cx_freeze 成功地将单个 python 文件编译成单个 exe,但现在我希望将不同的文件(如上图所示)编译成一个 exe 文件。请问有什么办法吗?
【问题讨论】:
标签: python exe cx-freeze python-3.6 pyke
我正在使用 python3.6,我使用 cx_freeze 成功地将单个 python 文件编译成单个 exe,但现在我希望将不同的文件(如上图所示)编译成一个 exe 文件。请问有什么办法吗?
【问题讨论】:
标签: python exe cx-freeze python-3.6 pyke
你必须使用 py2exe。它以您想要的方式为您工作。另请查看此主题:How would I combine multiple .py files into one .exe with Py2Exe
【讨论】: