Re: [Pyobjc-dev] Headache over hacking an XML editor
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-01-13 20:27:53
|
I wrote: > I've attached a little Python Object browser using an NSOutlineView I > recently hacked up. The attached is slightly newer than what I posted > here before. Btw. there's in interesting thing going on in this app: if the PythonItem class is a subclass of NSObject everything works fine, but if it isn't (a pure Python class), the app crashes as soon as you click inside the tree widget. Maybe there's some refcount problem for Python objects passed to objc? Just |