[Pythonmac-SIG] Recommended Tcl/Tk with Py-2.6.x? (was: Test failure...)

2010-03-02 Thread Tom Loredo
Ned- Thanks for the quick attention and detective work about the tcl-related bug in 2.6.5. I wouldn't have known how to track it down! Regarding your comment: > I haven't been building and testing as much with 10.6's > built-in Tk 8.5 because it has been so problematic with IDLE. I did > v

Re: [Pythonmac-SIG] Other test failures with Py-2.6.5rc1 on OS 10.6.2

2010-03-02 Thread Ned Deily
In article , Ned Deily wrote: > In article , > Zvezdan Petkovic wrote: > > So, the problem was introduced between February 11 and 2.6.5rc1 release. > > This is a regression. > Yes, and I now have a hunch what triggered it. I'll report back. Yep, found it. It was a test failure side-effect of

[Pythonmac-SIG] getting a usable reference from app(url='.../System Events')

2010-03-02 Thread Adam Morris
Sorry for the resend but I'm not sure if my first attempt went through (new to gmail)! Hi all, I'm getting lots of milage out of appscript, but ran into a snag that searches haven't resolved. Trying to gui script a remote machine, and appscript doesn't seem to be working. This: app(url='e

Re: [Pythonmac-SIG] Other test failures with Py-2.6.5rc1 on OS 10.6.2

2010-03-02 Thread Ned Deily
In article , Zvezdan Petkovic wrote: > I can confirm the same test failures on the same platform. Sorry, I didn't see your reply here until after I had sent my most recent one. I agree with your assessments. In particular: > > test_tcl > > 2010-03-02 14:36:19.459 python.exe[35793:60b] The a

Re: [Pythonmac-SIG] Test failure (crash?) with Py-2.6.5rc1 on OS 10.6.2

2010-03-02 Thread Ned Deily
In article <1267562024.4b8d7628ed...@astrosun2.astro.cornell.edu>, Tom Loredo wrote: > > Did you try running it after a make install and while not running as > > root? Trying to run processes that require a window manager connection > > is picky. I think you'll find that Tkinter and IDLE actu

Re: [Pythonmac-SIG] Other test failures with Py-2.6.5rc1 on OS 10.6.2

2010-03-02 Thread Zvezdan Petkovic
I can confirm the same test failures on the same platform. Configured like this: ./configure \ --prefix=${HOME}/opt \ BASECFLAGS="-arch x86_64 -arch i386" \ CFLAGS="-arch x86_64 -arch i386" \ LDFLAGS="-arch x86_64 -arch i3

Re: [Pythonmac-SIG] Test failure (crash?) with Py-2.6.5rc1 on OS 10.6.2

2010-03-02 Thread Tom Loredo
Hi Ned- > Did you try running it after a make install and while not running as > root? Trying to run processes that require a window manager connection > is picky. I think you'll find that Tkinter and IDLE actually run OK > once installed. I'm not sure what you mean by "running as root" (wh

[Pythonmac-SIG] Other test failures with Py-2.6.5rc1 on OS 10.6.2

2010-03-02 Thread Tom Loredo
I should have looked at the whole test output before my previous post; there are other test failures, or at least "unexpected output." The full output, up to the crash(?), is at this pastie: http://www.pastie.org/850452 The troublesome parts are excerpted in part below. -Tom test_asynchat te

Re: [Pythonmac-SIG] Test failure (crash?) with Py-2.6.5rc1 on OS 10.6.2

2010-03-02 Thread Ned Deily
In article <1267560256.4b8d6f403b...@astrosun2.astro.cornell.edu>, Tom Loredo wrote: > I've just built Py-2.6.5rc1 on Snow Leopard, configured to build > an intel-only universal framework, as follows: > > export MACOSX_DEPLOYMENT_TARGET=10.6 > time ./configure --prefix=/usr/local/tmp --enable-fr

[Pythonmac-SIG] Test failure (crash?) with Py-2.6.5rc1 on OS 10.6.2

2010-03-02 Thread Tom Loredo
I've just built Py-2.6.5rc1 on Snow Leopard, configured to build an intel-only universal framework, as follows: export MACOSX_DEPLOYMENT_TARGET=10.6 time ./configure --prefix=/usr/local/tmp --enable-framework --enable-universalsdk=/Developer/SDKs/MacOSX10.6.sdk --with- universal-archs=intel "ma

Re: [Pythonmac-SIG] Issue with DEVONthink and ASDictionary

2010-03-02 Thread has
Charles Turner wrote: > Not sure if this is the best place to ask this question, but ASDictionary > can't complete its production of a dictionary for DEVONthink Pro Office. See > the screenshot here, as I couldn't copy the ASD log for some reason: > >

[Pythonmac-SIG] usable references to a remote "System Events" application

2010-03-02 Thread Adam Morris
Hi all, I'm getting lots of milage out of appscript, but ran into a snag that searches haven't resolved. Trying to gui script a remote machine, and appscript doesn't seem to be working. This: app(url='eppc://machine.local/System Events').processes() complains that terminology can't be found and