After severe pain and trying to get wx-work, I managed to get it to work using this method, I also included the versions that I installed. It was the only one that worked for me, I hope this helps other people.
py2applet --arch=i386 -i (includes here) --make-setup (pythonfiles, icon)
Mine looks a bit like this
py2applet --arch=i386 -i wx, platform --make-setup print.py print.icns convert.py
I installed python2.7 using
wxPython2.8-OSX-unicode-py2.7
Setuptools-0.6c11-py2.7.egg
and then
sudo easy_install-2.7 py2app
This installed version 0.6.4 py2applet
source share