[Pythonmac-SIG] trouble making a standalone app with Python 2.4

Bob Ippolito bob at redivi.com
Wed Feb 23 16:57:23 CET 2005


On Feb 23, 2005, at 10:51 AM, Kevin Dangoor wrote:

> 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)

I probably won't be able to look at this until tomorrow, but try 
comparing sys.modules.keys() between your environment with py2app -A 
and py2app.

-bob



More information about the Pythonmac-SIG mailing list