Re: [Pythonmac-SIG] py2app 0.3 stable?

2006-01-30 Thread Justin Mitchell
On 1/29/06, Justin Mitchell <[EMAIL PROTECTED]> wrote: > On 1/29/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > > > On Jan 29, 2006, at 6:59 PM, Kevin Ollivier wrote: > > > > > Hi Justin, > > > > > > On Jan 29, 2006, at 6:23 PM, Justin Mitchell wrote: > > > > > >> On 1/29/06, Bob Ippolito <[EMAIL

Re: [Pythonmac-SIG] LaunchServices and (appscript and) Intel Mac?

2006-01-30 Thread Bob Ippolito
On Jan 30, 2006, at 11:39 AM, Ryan Wilcox wrote: > Hello all, > > I wanted to get appscript up and running on my Intel mac. I > installed Tiger23Compat.pkg, and Python23Compat, which installed > LaunchServices. > > Now I do a > $ pythonw from appscript import * > from appscript impo

[Pythonmac-SIG] LaunchServices and (appscript and) Intel Mac?

2006-01-30 Thread Ryan Wilcox
Hello all, I wanted to get appscript up and running on my Intel mac. I installed Tiger23Compat.pkg, and Python23Compat, which installed LaunchServices. Now I do a $ pythonw >>> from appscript import * >>> from appscript import * Traceback (most recent call last): File "", line 1, in ? File

Re: [Pythonmac-SIG] protecting source code?

2006-01-30 Thread Justin Mitchell
On 1/30/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > On Jan 29, 2006, at 11:11 PM, Justin Mitchell wrote: > > > Is there any way to protect (hide) the source code of the script we > > are packaging with pyapp, like py2exe and cx_freeze? > > The default "protection" is about as good as it's going t

Re: [Pythonmac-SIG] UpArrow for previous command

2006-01-30 Thread Michael Barber
George, You need to install "readline". You can get it at . Hope that helps, Michael On Jan 30, 2006, at 12:18 PM, George Wright wrote: > On my old imac when working interactively with python in 'Terminal' I > could get previous commands by hitting up arrow (or down arrow). I > can't remember

[Pythonmac-SIG] UpArrow for previous command

2006-01-30 Thread George Wright
On my old imac when working interactively with python in 'Terminal' I could get previous commands by hitting up arrow (or down arrow). I can't remember how I set that up and I have been unable to get the same feature on my newer iMac g5. Have searched message archives without success. Hitti

Re: [Pythonmac-SIG] py2app 0.3 stable?

2006-01-30 Thread Justin Mitchell
On 1/29/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > On Jan 29, 2006, at 3:41 PM, Justin Mitchell wrote: > > > I did attempt to use 0.3 and got errors. I'll attempt to diagnose > > those after I figure out whether it's even meant to be used or not > > Try it with the release version and see if

Re: [Pythonmac-SIG] py2app 0.3 stable?

2006-01-30 Thread Justin Mitchell
On 1/29/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Jan 29, 2006, at 6:59 PM, Kevin Ollivier wrote: > > > Hi Justin, > > > > On Jan 29, 2006, at 6:23 PM, Justin Mitchell wrote: > > > >> On 1/29/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > >>> On Jan 29, 2006, at 3:41 PM, Justin Mitchell wro

Re: [Pythonmac-SIG] protecting source code?

2006-01-30 Thread Bob Ippolito
On Jan 29, 2006, at 11:11 PM, Justin Mitchell wrote: > Is there any way to protect (hide) the source code of the script we > are packaging with pyapp, like py2exe and cx_freeze? The default "protection" is about as good as it's going to get. In py2app's case, everything but the main script is