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

2009-12-21 Thread Joost Rekveld
Hi Ned, thanks for the replies and for explaining the Snow Leopard/Python issues. That might be the reason why my effort to install PyObjc with easy_install (see first post) failed ? I'll try to find an Enthought list in order to ask there or I'll consider switching to another Python distro, ho

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

2009-12-21 Thread Christopher Barker
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) is the only fully supported option for 10.6 and above? That's g

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

2009-12-21 Thread Christopher Barker
Joost Rekveld wrote: thanks for the replies and for explaining the Snow Leopard/Python issues. That might be the reason why my effort to install PyObjc with easy_install (see first post) failed ? I'll try to find an Enthought list in order to ask there or I'll consider switching to another Pytho

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

2009-12-21 Thread Robert Kern
On 2009-12-21 11:39 AM, Christopher Barker wrote: I wonder when Enthought is going to go to 2.6 for EPD? The betas are out now and are available to subscribers. I'm not sure exactly when the final release will be out (and freely available for the academic license), but soon. -- Robert Kern

[Pythonmac-SIG] Apple event time out with appscript

2009-12-21 Thread Geoff Dutton
Hi 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 Do_Script command. I have pas

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

2009-12-21 Thread Ned Deily
In article <4b2fb1b4@noaa.gov>, 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