【问题标题】:How to compile different python files into one exe in python 3.6?如何在 python 3.6 中将不同的 python 文件编译成一个 exe?
【发布时间】:2017-12-25 12:47:27
【问题描述】:

picture of files

我正在使用 python3.6,我使用 cx_freeze 成功地将单个 python 文件编译成单个 exe,但现在我希望将不同的文件(如上图所示)编译成一个 exe 文件。请问有什么办法吗?

【问题讨论】:

    标签: python exe cx-freeze python-3.6 pyke


    【解决方案1】:

    你必须使用 py2exe。它以您想要的方式为您工作。另请查看此主题:How would I combine multiple .py files into one .exe with Py2Exe

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-12-24
    • 2021-10-12
    • 2011-12-14
    • 2019-01-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多