Re: [Pyobjc-dev] Wrong spelling of tableView_objectValueForTableColumn_row_()?
Brought to you by:
ronaldoussoren
From: Zachery B. <zb...@ur...> - 2003-07-23 12:03:13
|
On Wednesday, July 23, 2003, at 06:40 AM, Zachery Bir wrote: > Nope, this is off CVS. Your TableModel doesn't extend > NSTableDataSource, either. Oh, poo. I wonder if I'm using a 1.0b1 > example and 0.9. Yup. Now using 1.0b1+ on all my pythons: /sw/bin/python (2.2.2), /usr/bin/python (2.2), and /usr/local/bin/python (2.3b2). Running TableModel.app gets me this crash log (it generates this when I use /sw/bin/python and /usr/bin/python, but not /usr/local/bin/python): Date/Time: 2003-07-23 07:49:39 -0400 OS Version: 10.2.6 (Build 6L60) Host: gorilla Command: python PID: 11289 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004 Thread 0 Crashed: #0 0x0001bc00 in subtype_dealloc #1 0x00074318 in eval_frame #2 0x00075ee0 in PyEval_EvalCodeEx #3 0x00076fc0 in fast_function #4 0x00074b8c in eval_frame #5 0x00075ee0 in PyEval_EvalCodeEx #6 0x00076fc0 in fast_function #7 0x00074b8c in eval_frame #8 0x00075ee0 in PyEval_EvalCodeEx #9 0x00076fc0 in fast_function #10 0x00074b8c in eval_frame #11 0x00075ee0 in PyEval_EvalCodeEx #12 0x00078a04 in PyEval_EvalCode #13 0x0002c2f0 in run_node #14 0x0002ba9c in PyRun_SimpleFileExFlags #15 0x000061b8 in Py_Main #16 0x000021d4 in _start (crt.c:267) #17 0x00002054 in start PPC Thread State: srr0: 0x0001bc00 srr1: 0x0000f030 vrsave: 0x00000000 xer: 0x20000000 lr: 0x0001baac ctr: 0x0004add0 mq: 0x00000000 r0: 0x00000000 r1: 0xbffff360 r2: 0x00000000 r3: 0x00000000 r4: 0x00000000 r5: 0x00000000 r6: 0x0001c78c r7: 0x000daddc r8: 0x00000000 r9: 0x00004000 r10: 0x00000000 r11: 0x00000000 r12: 0x00000000 r13: 0x0070aadc r14: 0x00000000 r15: 0x000c22e0 r16: 0x00000000 r17: 0x00000000 r18: 0x00000001 r19: 0x00000002 r20: 0x0070a990 r21: 0x00000000 r22: 0x00000002 r23: 0x0001ba8c r24: 0x00721300 r25: 0x000057fb r26: 0x0036caa0 r27: 0x000015eb r28: 0x00000000 r29: 0x003646b0 r30: 0x0028f1ac r31: 0x0001ba9c |