如何在python 3.6中将不同的python文件编译成一个exe?

时间:2017-07-20 02:47:54

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

picture of files

我正在使用python3.6并且我使用cx_freeze将单个python文件成功编译为单个exe,但现在我希望将不同的文件(如上图所示)编译成一个exe文件。我知道有没有办法做到这一点?

1 个答案:

答案 0 :(得分:0)

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