py2exe fails to generate an executable

后端 未结 11 1201
不知归路
不知归路 2020-11-28 23:23

I am using python 2.6 on XP. I have just installed py2exe, and I can successfully create a simple hello.exe from a hello.py. However, when I try using py2exe on my real prog

11条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-28 23:50

    The output says you're using WX. Try running py2exe with your script specified as a GUI app instead of console. If I'm not mistaken, that tends to cause problems with py2exe.

提交回复
热议问题