msg60399 - (view) |
Author: Jack Jansen (jackjansen) *  |
Date: 2003-09-25 21:52 |
In 2.3 the handling of elements in OSA classes was revamped, so that accessing an element would cause an object of the right type (the Python class handling the OSA class for the element) was returned, but this wasn't done for properties. So at the moment it is possible to say "finder.get(finder.window(0).name)", but not "finder.get(finder.desktop.url)". This seriously hampers the usefulness of the OSA stuff in some cases. |
|
|
msg63408 - (view) |
Author: Mark Dickinson (mark.dickinson) *  |
Date: 2008-03-08 23:19 |
The docs say that development for the MacPython OSA modules has stopped, and that a replacement is expected for Python 2.5. Can this issue now be closed, or at least have its priority downgraded? |
|
|
msg82024 - (view) |
Author: Daniel Diniz (ajaksu2) *  |
Date: 2009-02-14 12:10 |
The module is stagnant ("Development on this set of modules has stopped"), but the docs (for 2.6!) still claim " and a replacement is expected for Python 2.5". http://www.python.org/doc/2.6/library/macosa.html |
|
|
msg91539 - (view) |
Author: Sye van der Veen (syeberman) * |
Date: 2009-08-14 01:24 |
I've attached a patch to remove "a replacement is expected for Python 2.5". |
|
|
msg114287 - (view) |
Author: Mark Lawrence (BreamoreBoy) * |
Date: 2010-08-18 22:30 |
All that is needed is the doc patch to be applied and the issue closed. Or have I missed something? |
|
|
msg114302 - (view) |
Author: Ned Deily (ned.deily) *  |
Date: 2010-08-18 23:49 |
Suggest a different wording to reflect that the 3rd-party appscript package has become the de facto standard for AppleScript support, so something like: -stopped, and a replacement is expected for Python 2.5. +stopped. For more up-to-date implementation of AppleScript support for Python, see the third-party py-appscript project: http://pypi.python.org/pypi/appscript/ |
|
|
msg117533 - (view) |
Author: Ronald Oussoren (ronaldoussoren) *  |
Date: 2010-09-28 15:46 |
I've applied the documentation patch that Ned suggests in r I'm furthermore closing this issue as "Won't Fix" because the OSA bindings are no longer developed and we'll therefore not implement the new feature that Jack mentions. |
|
|
msg117534 - (view) |
Author: Ronald Oussoren (ronaldoussoren) *  |
Date: 2010-09-28 15:47 |
Sent the message too soon... the documentation update is in r85069. |
|
|