Issue 916013: Improving MacPython's IAC support (original) (raw)

Issue916013

Created on 2004-03-14 13:29 by hhas, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60477 - (view) Author: (hhas) Date: 2004-03-14 13:29
While usable, MacPython's high-level Apple event-based inter- application communication (IAC) support is not as good as it could be. As a first step to overhauling it, I'd like to suggest replacing the aepack.py, aetools.py, aetypes.py and gensuitemodule.py modules with appscript, a new MacPython- Apple Event Manager bridge [c/o yrs truly] submitted here for your consideration: http://freespace.virgin.net/hamish.sanderson/appscript.html (Note: appscript development is ongoing as of 3/14/04. Assuming provisional acceptance, some discussion of Things To Be Done Before It's Included will be needed; the MacPython SIG might be a good place for this.)
msg81875 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-02-13 04:24
IAC is now 'Apple events', the IPC behind AppleScript.
msg82087 - (view) Author: (hhas) Date: 2009-02-14 16:44
As of Python 2.6/3.0, all Mac-specific modules are deprecated/eliminated from the standard library and there are no longer any plans to submit appscript for possible inclusion. This issue should be rejected and closed.
History
Date User Action Args
2022-04-11 14:56:03 admin set github: 40032
2009-02-14 16:52:52 benjamin.peterson set status: open -> closedresolution: rejected
2009-02-14 16:44:37 hhas set messages: +
2009-02-13 04:24:23 ajaksu2 set nosy: + ajaksu2type: enhancementmessages: + stage: test needed
2004-03-14 13:29:36 hhas create