Re: [Pyobjc-dev] Two difficulties with document-based app
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-12-12 06:45:47
|
On Wednesday, Dec 11, 2002, at 22:20 Europe/Amsterdam, David Eppstein wrote: > Anyway, I want to say thank you, because writing this all out has > helped me track down one of the two bugs that were the subject of my > previous message. It turns out that the "Before DECREF in normal" / > "Release with dead python" messages are caused by the outlets on > File's Owner. The messages are leftovers from some debug code. The soon-to-be-released 0.8 version no longer prints these messages. > If I don't set those outlets, the messages stop happening and my bus > errors go away. Is this a bug in pyobjc or in my understanding of how > to use it? It is probably a bug in pyobjc. Could you run your code with the CVS version of pyobjc, the bug is probably fixed by now. Ronald |