我编写了一个脚本,用户可以将邮件发送到多个地址。它是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