我有一个非常简单的 gui 应用程序:http: //pastebin.com/aVVTBJPd
这是用 Python 和 wxPython 编写的。它在我的 Mac 上运行良好。
我尝试运行 py2app。这是我的确切步骤:
$ py2applet --make-setup gui.py
$ #returns "Wrote setup.py" (this appears to have been successful)
$ python setup.py py2app #this prints out A LOT of stuff in the terminal, also
$ #seems to be working ok
然后,我进入我的 dist 目录,双击 gui.app,立即收到 gui 错误。
这是控制台中出现的内容:
我究竟做错了什么?