Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-02 Thread Bob Ippolito
On Feb 2, 2005, at 4:14 AM, Richard Jones wrote: On 02/02/2005, at 8:04 PM, Bob Ippolito wrote: On Feb 2, 2005, at 4:01 AM, Richard Jones wrote: On 02/02/2005, at 7:45 PM, Bob Ippolito wrote: Creating both a zip and a directory is perfectly normal and expected. "fails to find some stuff" is prob

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-02 Thread Richard Jones
On 02/02/2005, at 8:04 PM, Bob Ippolito wrote: On Feb 2, 2005, at 4:01 AM, Richard Jones wrote: On 02/02/2005, at 7:45 PM, Bob Ippolito wrote: Creating both a zip and a directory is perfectly normal and expected. "fails to find some stuff" is probably unrelated. More specifically, the "smart" xml.s

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-02 Thread Bob Ippolito
On Feb 2, 2005, at 4:01 AM, Richard Jones wrote: On 02/02/2005, at 7:45 PM, Bob Ippolito wrote: Creating both a zip and a directory is perfectly normal and expected. "fails to find some stuff" is probably unrelated. More specifically, the "smart" xml.sax.saxexts module fails to find any parsers f

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-02 Thread Richard Jones
On 02/02/2005, at 7:45 PM, Bob Ippolito wrote: Creating both a zip and a directory is perfectly normal and expected. "fails to find some stuff" is probably unrelated. More specifically, the "smart" xml.sax.saxexts module fails to find any parsers for parsing XML. I need to look more closely at wha

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-02 Thread Bob Ippolito
On Feb 2, 2005, at 2:12 AM, Richard Jones wrote: On 02/02/2005, at 3:10 PM, Richard Jones wrote: My app is a simple GUI thing which controls Zope through the zdaemon.zdctl module. It's attached. The Zope libs (and some supporting libs) are installed in the app's Resources folder in a "runtime"

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-01 Thread Richard Jones
On 02/02/2005, at 3:10 PM, Richard Jones wrote: My app is a simple GUI thing which controls Zope through the zdaemon.zdctl module. It's attached. The Zope libs (and some supporting libs) are installed in the app's Resources folder in a "runtime" subdirectory (historical name, will eventually cha

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-01 Thread Richard Jones
On 02/02/2005, at 4:24 PM, Bob Ippolito wrote: If you zip -r9 that I bet its 10 times smaller, at least. 23MB :) I could make that available if you're willing to look at it. It could be some exception gone wrong, a bug in zope, a bug in PyObjC, etc. At the absolute least, I need to see a gdb ba

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-01 Thread Bob Ippolito
On Feb 2, 2005, at 12:14 AM, Richard Jones wrote: On 02/02/2005, at 3:28 PM, Bob Ippolito wrote: Could be a lot of things. I can't really start to guess unless I can see it. Unfortunately: short:~/src/cg/Zope-OSX richard$ du -sk dist/ 80560 dist/ :( I've figured that it is Zope that's causing

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-01 Thread Richard Jones
On 02/02/2005, at 3:28 PM, Bob Ippolito wrote: Could be a lot of things. I can't really start to guess unless I can see it. Unfortunately: short:~/src/cg/Zope-OSX richard$ du -sk dist/ 80560 dist/ :( I've figured that it is Zope that's causing the problems. I guess there's maybe just another m

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-01 Thread Bob Ippolito
On Feb 1, 2005, at 11:10 PM, Richard Jones wrote: I've just switched from running py2app with -A to not using it. After fleshing out the "includes" option so that my required modules were included, I finallly got the app to start up. It promptly quits, with the following message: Fatal Python

Re: [Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-01 Thread Richard Jones
On 02/02/2005, at 3:10 PM, Richard Jones wrote: Fatal Python error: PyThreadState_Get: no current thread Abort trap Changing:: import objc to:: import objc objc.enableThreading() didn't help. Richard ___ Pythonmac-SIG maillist - Pythonma

[Pythonmac-SIG] "Fatal Python error: PyThreadState_Get: no current thread"

2005-02-01 Thread Richard Jones
I've just switched from running py2app with -A to not using it. After fleshing out the "includes" option so that my required modules were included, I finallly got the app to start up. It promptly quits, with the following message: Fatal Python error: PyThreadState_Get: no current thread Abort t