Re: [Pyobjc-dev] the mysterious attribute error
Brought to you by:
ronaldoussoren
From: Burris T. E. <bu...@gi...> - 2004-03-29 00:06:26
|
Are you sure the problem is that my custom cell doesn't do copyWithZone: properly? I created an objc subclass of NSCell with the controller ivar and a copyWithZone: that gives the copy a reference to the same controller (and a dealloc that releases it), then I subclassed this within Python and used that as my cell. I still get the same problem. thanks, burris |