py2exe exe在我运行后关闭

时间:2019-05-15 17:50:28

标签: python python-3.x py2exe

我使用py2exe编译了python脚本,当我尝试运行exe时,它会瞬间打开,然后关闭。

我尝试使用其他设置文件,但这没用

#setup file
from distutils.core import setup
import py2exe

setup(console=['Heisenberg_1.0.py'])

它应该打开但没有打开

0 个答案:

没有答案