Re: [Pythonmac-SIG] [ann] appscript 0.20.2

2009-11-20 Thread has
On 18 Nov 2009, at 19:45, ken manheimer wrote: > hi. a while back i posted about an appscript CommandError timeout i > encounter at high command interaction counts. not surprisingly, the problem > (i'll reiterate the details below) still happens in 0.20.2. i'm wondering if > you (or any of

Re: [Pythonmac-SIG] 2.5 -v- 2.6 conflicts on 10.5.x

2009-11-20 Thread Christopher Barker
kevin parks wrote: I am trying to compile an audio package that imbeds python. One issue is that it apparently expect to find apple's built in python (i am on 10.5.8 here no snowkitty yet) I get: Python 2.6.2 on Darwin (/Library/Frameworks/Python.framework/Versions/2.6) ok so that is no go

[Pythonmac-SIG] 2.5 -v- 2.6 conflicts on 10.5.x

2009-11-20 Thread kevin parks
I am trying to compile an audio package that imbeds python. One issue is that it apparently expect to find apple's built in python (i am on 10.5.8 here no snowkitty yet) but I also have 2.6 installed. So when i do the ./configure --with-python make make install and run a script this at the