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
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
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
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
> ...