冻结python程序

时间:2017-12-08 07:51:05

标签: python dependencies pyinstaller freeze cx-freeze

我编写了一个脚本,用户可以将邮件发送到多个地址。它是Mail Merge的替代品。该计划的结构如下:

server.py      --- Starts python server and opens index.html which is forms
cgi-bin/min.py --- captures the form fields and create email for users with text input

现在我希望冻结并将其转换为exe,以便在没有安装python的情况下在Windows上使用。我使用pyinstaller/py2exe/cx_freeze但没有得到最终结果。

setup.py的{​​{1}}脚本如下

cx_freeze

0 个答案:

没有答案