Re: [Pythonmac-SIG] Apple event time out with appscript

2009-12-22 Thread Geoff Dutton
On Tue, Dec 22, 2009 at 3:22 PM, has wrote: > Geoff Dutton wrote: > > > I am using appscript to automate data processing through "Igor Pro". > However, I keep running into an Apple event time out problem when running a > process in Igor. I realize the timeout duration on some programs can be >

Re: [Pythonmac-SIG] Apple event time out with appscript

2009-12-22 Thread has
Geoff Dutton wrote: > I am using appscript to automate data processing through "Igor Pro". > However, I keep running into an Apple event time out problem when running a > process in Igor. I realize the timeout duration on some programs can be set, > but I can't seem to set it through Igor's D

[Pythonmac-SIG] total confusion with multiple pythons and pip

2009-12-22 Thread Christopher Brewster
(My apologies if all this is obvious) I appear to have 4 different installations of Python on my reformatted Snow Leopard installation. I have been trying to install pil and matplotlib and going round in circles. Versions of Python: 1. came with SL I assume it is here: /usr/bin/python $ /usr/bin

Re: [Pythonmac-SIG] [newbie] install PyObjc under EPD Python ?

2009-12-22 Thread Ronald Oussoren
On 21 Dec, 2009, at 18:34, Christopher Barker wrote: > Ned Deily wrote: >> Chances are, though, that their python2.5 does not allow you to correctly >> build packages with C extension modules (such as those in PyObjC) on 10.6. > > whooa! > > This appears to mean that python2.6 (or 3.1, I guess