py2exe fails to generate an executable

后端 未结 11 1211
不知归路
不知归路 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:52

    There is some info on the wxPython wiki.

    Deploy a Python app

    py2exe with wxPython and Python 2.6

提交回复
热议问题