I'm trying to build a distributable version of an app for mac (and it's my first time trying to do this for a mac).
I've tried "make app" from the web2py install directory; I've tried "python setup_app.py py2app" (which I think should work); I am missing some step - has anyone built a web2py mac distributable? I've pretty much got the entire she-bang development setup on a mac - Wing, several versions of python, all the necessary libs installed accross all the various versions (my app pulls in some extra libs), and all running fine on the app. I've read thru the Makefile app: section (which looks to me like it's tryingn to take the place of py2app's actions...), installed py2app, read http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html... Thanks for any pointers, hints, - Yarko

