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