[Pythonmac-SIG] AppleEvents in MacPython 2.3?

Bob Ippolito bob at redivi.com
Mon Aug 11 16:15:20 EDT 2003


Looks like I forgot to upload it last time I updated that html, it's 
there now.

-bob

On Monday, Aug 11, 2003, at 14:54 America/New_York, Stonewall Ballard 
wrote:

> Bob,
>
> That looks like it might be useful, but the aeve dl link
> <http://undefined.org/python/aeve-0.0.2.tgz> is broken.
>
>  - Stoney
>
> On 8/11/03 2:29 PM, "Bob Ippolito" <bob at redivi.com> wrote:
>
>> Try aeve .. from http://undefined.org/python/
>>
>> import aeve
>> textedit = aeve.talkto('/Applications/TextEdit.app')
>> print textedit.documents[0].text
>>
>> Currently, I think aeve just coerces text to a python string and
>> doesn't give you access to asking for paragraph/word/etc.  I'll
>> probably change that in the future.
>>
>> -bob
>>
>> The only reason the "word" stuff works is because AppleScript handles
>> that stuff internally
>>
>
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig




More information about the Pythonmac-SIG mailing list