Am 2008-01-10 um 03:39 schrieb Nolan Schreiber:
> following the guidelines at http://svn.pythonmac.org/py2app/py2app/
> trunk/doc/index.html#create-a-setup-py-file, I have setup.py
> scripted and saved as a plain text file, seen here:
>
> from ez_setup import use_setuptools
> use_setuptools()
>
I have been to a couple of sites and cannot find a fix for a syntax
error I keep coming up with while attempting to make a stand-alone
executable out of some Python script I have written on my mac OS X.
following the guidelines at http://svn.pythonmac.org/py2app/py2app/
trunk/doc/index.html#cr