Re: [Pythonmac-SIG] lots of Python-Cocoa errors in XCode console window...

2008-11-02 Thread Bill Janssen
has <[EMAIL PROTECTED]> wrote: > You're leaking memory, which isn't a good thing. > > Are you using background threads? PyObjC automatically creates an > autorelease pool for the main thread only; you need to provide > autorelease pools for other threads yourself. Yes, I am using background thre

Re: [Pythonmac-SIG] py2app error 10810...

2008-11-02 Thread Sarah Ring
I have Python version 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) and Py2app version 0.3 I'm not using any packages for this test, but I plan to use pyqt4 in the future. I tried py2applet --make-setup hello.py (also tried py2applet hello.py --make-setup) to create a setup.py. It goes through: *** us

Re: [Pythonmac-SIG] lots of Python-Cocoa errors in XCode console window...

2008-11-02 Thread has
Bill Janssen wrote: I'm trying a simple Python-Cocoa app, using Xcode and the system Python. I'm getting lots of error messages in my Xcode console of this form: 2008-11-01 15:42:48.000 cocoa-gadget[30179:1233b] *** _NSAutoreleaseNoPool(): Object 0x3f1030 of class NSCFString autoreleased