私は非常に単純な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 エラーが発生します。
コンソールに表示される内容は次のとおりです。
私は何を間違っていますか?