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
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
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