[Pythonmac-SIG] py-appscript 0.20.3

Ned Deily nad at acm.org
Thu Nov 26 07:57:38 CET 2009


In article 
<e36683030911250224h3d0a39f2o179beb471d443be2 at mail.gmail.com>,
 "hengist.podd e-mail" <hengist.podd at virgin.net> wrote:
> OK, 10.5 seems to pack return IDs as typeSInt32 rather than
> typeSInt16. Shouldn't matter, except that there isn't a
> SInt32-to-SInt16 coercion handler installed so AEGetAttributePtr fails
> when I try to extract the newly created AppleEvent's return ID. I've
> tweaked it (rev 693) to retrieve the return ID as SInt32, which seems
> to work on both 10.6 and 10.5; could you please retest on all
> platforms and let me know if that does the trick.

With the updates to ae.c, 10.5 now seems to work just fine.  I repeated 
the very simple functionality tests with each of Apple-supplied 2.5.1, 
python.org 2.6.4 & 3.1.1, and MacPorts 2.6.4, all on PPC G4 (32-bit 
only).  I also rechecked 10.4 on PPC G3 with Apple-supplied 2.3.5 and 
python.org 2.6.4, and 10.6 on Intel:  Apple-supplied 2.6.1 (64-bit) and 
custom 3.1+ (64-bit and 32-bit).  No problems noted.

-- 
 Ned Deily,
 nad at acm.org



More information about the Pythonmac-SIG mailing list