On 21-dec-2005, at 2:51, Bob Ippolito wrote:
>> Trying to figure why the following test app crashes when a 'testtest'
>> Apple event is sent to it:
>>
>>
>> # cocoatest.py
>>
>> from PyObjCTools import AppHelper
>> from Carbon.AE import
Release news from http://pythonide.stani.be
This new release is for under your Christmas tree. (If you want more
presents, just donate to SPE and receive the manual in your mailbox ;-)
There are so many changes and fixes. The new cool features not to be
missed are the realtime error underlinging
>
> [EMAIL PROTECTED] schrieb am 20.12.2005 22:25:28:
>
>> > First question: Is it possible to link against a normally built Python
>> > extension?
>> >
>> > More specifically, I want to pass the '.so' file of some Python
> extension
>> > as an extra link argument to the 'weave.inline' function. Th