使用 py2exe 模块将 .py 转换为 .exe

Converting .py to .exe using py2exe module

我可以成功地将我的 py 转换为 exe,但在 运行 exe 上它只是打开和关闭。该 exe 应该要求一个参数来继续。 这没有发生。有什么问题吗?

我参考了 convert py2exe 的这个答案。

我找到了更好的解决方案....使用 Pyinstaller 帮助我轻松地将 .py 转换为 .exe....