Re: [Pythonmac-SIG] py2app and CLI Python programs

2005-05-10 Thread David Reed
On May 10, 2005, at 1:28 PM, Bob Ippolito wrote: > On May 10, 2005, at 11:29 AM, Robert Kern wrote: > > >> David Reed wrote: >> >> >>> I've got a command line Python app that I tried packaging up with >>> py2app. It worked ok - t could cd into the subdir of the .app >>> containing the executable

Re: [Pythonmac-SIG] py2app and CLI Python programs

2005-05-10 Thread Bob Ippolito
On May 10, 2005, at 11:29 AM, Robert Kern wrote: > David Reed wrote: > >> I've got a command line Python app that I tried packaging up with >> py2app. It worked ok - t could cd into the subdir of the .app >> containing the executable and run it from the command line, but I'm >> not certain what it

Re: [Pythonmac-SIG] py2app and CLI Python programs

2005-05-10 Thread Robert Kern
David Reed wrote: > I've got a command line Python app that I tried packaging up with > py2app. It worked ok - t could cd into the subdir of the .app > containing the executable and run it from the command line, but I'm > not certain what its current working directory was since when I tried

[Pythonmac-SIG] py2app and CLI Python programs

2005-05-10 Thread David Reed
I've got a command line Python app that I tried packaging up with py2app. It worked ok - t could cd into the subdir of the .app containing the executable and run it from the command line, but I'm not certain what its current working directory was since when I tried to specify a file on the