Re: [Pythonmac-SIG] py-appscript 0.20.3, 0.21.0 and impending 1.0.0 release (addendum)

2009-11-28 Thread has
All, > One more thing: I've chucked a preliminary 0.21.0 into the svn trunk. > > A couple of outstanding issues/omissions have been frustrating me > recently, namely the annoying bouncing Dock icon I've noticed a caveat: The bouncing Dock icon is gone when using appscript 0.21.0 on a version of

[Pythonmac-SIG] can't build extensions for python.org 3.1.1 framework

2009-11-28 Thread has
Hey, Anyone tried building extensions for python.org's prebuilt Python 3.1.1 framework on 10.6.2? After remembering to install the 10.4u SDK for Xcode 3.2.1, I'm getting a bunch of 'missing header' errors, e.g.: $ cd py-appscript $ python3 setup.py install ... building 'aem.ae' extension gcc -a

Re: [Pythonmac-SIG] py-appscript 0.20.3, 0.21.0 and impending 1.0.0 release (addendum)

2009-11-28 Thread Bill Janssen
has wrote: > The bouncing Dock icon is gone when using appscript 0.21.0 on a version of > Python that was built against 10.5 or 10.6 SDKs. (Yay!) Yay! Now I can can my private copy of Python with the LSUIElement flag set... > Perhaps it's time python.org started distributing framework builds

Re: [Pythonmac-SIG] can't build extensions for python.org 3.1.1 framework

2009-11-28 Thread Ned Deily
In article , has wrote: > Anyone tried building extensions for python.org's prebuilt Python 3.1.1 > framework on 10.6.2? After remembering to install the 10.4u SDK for Xcode > 3.2.1, I'm getting a bunch of 'missing header' errors, e.g.: > > $ cd py-appscript > $ python3 setup.py install > ...