Re: [Pythonmac-SIG] How to build Python 2.5 to support 64-bits on Mac OS X 10.4

2007-02-22 Thread Alexandre Parenteau
Harold, Thanks for the information. It sounds like I might be more lucky to try 2.5 on Leopard (I don't know what will happen for Carbon, because regardless of 64bits, it is being deprecated anyway). I will also send information when I get to try it. Thanks! alex On 2/22/07 3:45 AM, "Harold Wa

Re: [Pythonmac-SIG] appscript

2007-02-22 Thread Daniel Lord
My profile is close except I moved to Python 2.5: Macbbok Pro Core 2 Duo, 2.33GHz, 2GB, 10.4.8 cannot reproduce, long pause while iTunes launches though... [EMAIL PROTECTED] Thu Feb 22 11:44:38P [ 1 ] ~/ python Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) [GCC 4.0.1 (Apple Computer, Inc. build

Re: [Pythonmac-SIG] appscript

2007-02-22 Thread has
Christian Bird wrote: > I just found out about appscript and am attempting to use it on my > macbook pro (OS X 10.4.8 and python 2.4.3). I installed appscript, > but the following is what I get when I try to test it out. [...] > The same error appears regardless of which > app I try to control (

Re: [Pythonmac-SIG] How to build Python 2.5 to support 64-bits on Mac OS X 10.4

2007-02-22 Thread Harold Walter Schranz
Hi Alex Sorry for the delay in replying. I'll send a summary below based on our preliminary work achieved to date. On 21/02/2007, at 7:22 AM, Alexandre Parenteau wrote: > Any progress in this issue? I'm asked to investigate the same > thing. I would > greatly appreciate hints on the configure

Re: [Pythonmac-SIG] appscript

2007-02-22 Thread Karsten Wolf
Hi, Am 22.02.2007 um 05:31 schrieb Christian Bird: > RuntimeError: Can't get terminology for application > (aem.Application(u'/Applications/iTunes.app')): CommandError -600: no > eligible process with specified descriptor Error -600 means the process isn't running. Some applications launch wh

[Pythonmac-SIG] appscript

2007-02-22 Thread Christian Bird
I just found out about appscript and am attempting to use it on my macbook pro (OS X 10.4.8 and python 2.4.3). I installed appscript, but the following is what I get when I try to test it out. Has anyone seen anything similar to this? Any ideas of what I may need to do to get it to work correctl