Re: [Pyobjc-dev] Some PyObC tweaks for using EOF and custom frameworks
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-08-13 18:38:16
|
On Wednesday, August 13, 2003, at 13:29, Pierce T. Wetter III wrote: > So I removed by [obj self] call from pythonify_c_value, and I used > this instead: > > > objc.classAddMethods(EOFault,[Foundation.NSObject.__pyobjc_PythonObject > __]) > > And that worked on single faults, but not array faults. Are array faults implemented directly via EOFault or is there some other class to stand in for 'em? > I also got "None" for object.description() on a single fault. So it > really only partially > worked. Odd. Posing could completely hose this.... are you doing the classAddMethods() immediately upon loading EOAccess [which defines EOFault, IIRC]? b.bum |