Re: [Pythonmac-SIG] PythonLauncher replacement for Python 2.4.x universal builds?

2006-08-01 Thread Christopher Barker
Bob Ippolito wrote: > Alias bundles remove the pain of rebuilding for frequently changing > scripts. Not that big of a deal to make one. > > py2applet -A someapp.py > open someapp.app Of course, that's still one more step than just running the script from the command line: ./someapp.py Which

Re: [Pythonmac-SIG] PythonLauncher replacement for Python 2.4.x universal builds?

2006-08-01 Thread Bob Ippolito
On Aug 1, 2006, at 9:58 AM, Christopher Barker wrote: > Bob Ippolito wrote: >> Alias bundles remove the pain of rebuilding for frequently changing >> scripts. Not that big of a deal to make one. >> >> py2applet -A someapp.py >> open someapp.app > > Of course, that's still one more step than just

Re: [Pythonmac-SIG] PythonLauncher replacement for Python 2.4.x universal builds?

2006-08-01 Thread Christopher Barker
Bob Ippolito wrote: > On Aug 1, 2006, at 9:58 AM, Christopher Barker wrote: >>> py2applet -A someapp.py >>> open someapp.app > It's only one more step the first time. Ahh! very good point! In case other readers of this list are as dense as me (or haven't gone and read the docs) -- A Py2app apple