In article
,
"hengist.podd e-mail" 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
On 25 Nov 2009, at 17:43, Ronald Oussoren wrote:
>
> On Monday, November 23, 2009, at 04:08PM, "Erik van Blokland"
> wrote:
>> Hi all,
>>
>> I'm hesitant to write this mail, but after a day of fruitless debugging, I
>> need a reality check. OSX 10.6.2, stock Python 2.6.1 (r261:67515, Jul 7
On Monday, November 23, 2009, at 04:08PM, "Erik van Blokland"
wrote:
>Hi all,
>
>I'm hesitant to write this mail, but after a day of fruitless debugging, I
>need a reality check. OSX 10.6.2, stock Python 2.6.1 (r261:67515, Jul 7 2009,
>23:51:51).
>
>At the center is a python object intended
Hi all,
I'm hesitant to write this mail, but after a day of fruitless debugging, I need
a reality check. OSX 10.6.2, stock Python 2.6.1 (r261:67515, Jul 7 2009,
23:51:51).
At the center is a python object intended to generate a bitmap image. It uses
CGBitmapContextCreate to make a new context
(I apologize if this is a duplicate; after half a day of not seeing
the posting via gmane I am posting via email).
I am using py2app to bundle a standalone application (containing its own
python) that used to use tkSnack to play sound cues. I recently switched
to pygame because the sound cues w
I am using py2app to bundle a standalone application (containing its own
python) that used to use tkSnack to play sound cues. I recently switched
to pygame because the sound cues were no longer paying reliably with
tkSnack.
Before switching to pygame the Mac applications I produced seemed to ru
Ned Deily wrote:
>> If any appscript users
>> here are willing to give it a workout (Python 2.3-3.1.1, 10.4-10.6, 32-bit
>> PPC/i386, x86-64) and let me know if everything's okay or if any issues are
>> still outstanding, I'd really appreciate it.
>
> I just had time to run a few quick install and