Re: help using py2app

2008-10-02 Thread Carl
Joe Strout wrote: I'm trying to use py2app to convert the pySketch wxPython example into a stand-alone OS X app. I've found the documentation at , but it wasn't terribly enlightening for me. My setup.py looks like this: #!/usr/bin/env python """ setu

help using py2app

2008-10-02 Thread Joe Strout
I'm trying to use py2app to convert the pySketch wxPython example into a stand-alone OS X app. I've found the documentation at , but it wasn't terribly enlightening for me. My setup.py looks like this: #!/usr/bin/env python """ setup.py - script fo