This code does not work and there is no exception:

import Mk4py; print Mk4py.version

class test:
    def __init__( self, c, p, t ):
        self.c = c
        self.p = p
        self.t = t

st = Mk4py.storage( 'mk2492.tst', 1 )
v = st.getas('demo[c:I,p:D,t:s]')
v.append( test(77, 3.14, 'boza') )
print v[0].c, v[0].p

-----------

2.4.9.2
0 0.0

expected result: 77 3.14

Niki Spahiev

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

Reply via email to