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

2005-02-23 Thread Bob Ippolito
On Feb 23, 2005, at 11:30 AM, Kevin Dangoor wrote: Bob Ippolito wrote: 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. in getRunLoop, I added print sys.modules.keys() and then ran the Web Services T

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

2005-02-23 Thread Kevin Dangoor
Bob Ippolito wrote: 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. in getRunLoop, I added print sys.modules.keys() and then ran the Web Services Tool with and without -A. Without -A (normal standa

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

2005-02-23 Thread Bob Ippolito
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

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

2005-02-23 Thread Kevin Dangoor
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 m

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

2005-02-23 Thread Bob Ippolito
On Feb 23, 2005, at 10:18, Kevin Dangoor wrote: Bob Ippolito wrote: On Feb 23, 2005, at 9:08, Kevin Dangoor wrote: For a few reasons, I am moving my app to Python 2.4. It runs fine when I use py2app -A, but it doesn't work when I try to build a full standalone application. At first, "doesn't work

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

2005-02-23 Thread Kevin Dangoor
Bob Ippolito wrote: On Feb 23, 2005, at 9:08, Kevin Dangoor wrote: For a few reasons, I am moving my app to Python 2.4. It runs fine when I use py2app -A, but it doesn't work when I try to build a full standalone application. At first, "doesn't work" meant that Twisted's cfreactor couldn't find

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

2005-02-23 Thread Kevin Dangoor
Bob Ippolito wrote: On Feb 23, 2005, at 9:08, Kevin Dangoor wrote: For a few reasons, I am moving my app to Python 2.4. It runs fine when I use py2app -A, but it doesn't work when I try to build a full standalone application. At first, "doesn't work" meant that Twisted's cfreactor couldn't find

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

2005-02-23 Thread Bob Ippolito
On Feb 23, 2005, at 9:08, Kevin Dangoor wrote: For a few reasons, I am moving my app to Python 2.4. It runs fine when I use py2app -A, but it doesn't work when I try to build a full standalone application. At first, "doesn't work" meant that Twisted's cfreactor couldn't find _CarbonEvt. If I spe

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

2005-02-23 Thread Kevin Dangoor
For a few reasons, I am moving my app to Python 2.4. It runs fine when I use py2app -A, but it doesn't work when I try to build a full standalone application. At first, "doesn't work" meant that Twisted's cfreactor couldn't find _CarbonEvt. If I specifically ask to include _CarbonEvt, I get a b