Re: [Pythonmac-SIG] PyObjC + AEInstallEventHandler crash?

2005-12-21 Thread Jack Jansen
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

[Pythonmac-SIG] ANN: SPE 0.8.1.c IDE (realtime error underlining & script tooltips)

2005-12-21 Thread SPE Stani's Python Editor
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

Re: [Pythonmac-SIG] Linking against a Python extension

2005-12-21 Thread Bob Ippolito
> > [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