[Pythonmac-SIG] trouble making a standalone app with Python 2.4
Kevin Dangoor
kid at kendermedia.com
Wed Feb 23 16:51:40 CET 2005
Bob Ippolito wrote:
>
> On Feb 23, 2005, at 10:18, Kevin Dangoor wrote:
>
>> In Python, I have narrowed this down to here:
>>
>> cfreactor.CFReactor.getRunLoop
>>
>> runLoop = nsRunLoop.getCFRunLoop()
>
>
> Do the PyObjC Examples/Twisted examples work in your environment?
I tried WebServicesTool and had much the same experience. py2app -A
worked fine. Without -A, the app couldn't find _CarbonEvt. I added -i
_CarbonEvt and ran into a bus error (in what looks like the same place)
Kevin
More information about the Pythonmac-SIG
mailing list