Georg Bauer wrote:

I started it under Linux, this time. Same metakit version 2.4.9.2. I used
gdb to get a bit more infos:


[EMAIL PROTECTED]:~/.PyDS/tools$ gdb python2.2
[...]
table = db.getas('B[zeile[key:S,value:S]]')
btable = table.blocked()
stable = btable.ordered(1)
stable.append(key='blah',value='blubb')
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 7436)]
0x402278ae in c4_HandlerSeq::NthHandler ()
   from /usr/lib/python2.2/site-packages/Mk4py.so

Ouch, I should have spotted this sooner.


You need to give blocked() a view with a subview called "_B":
        table = db.getas('zeile[_B[key:S,value:S]]')

-jcw

_______________________________________________
metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to