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