[Metakit] problem getting dict into a view

Brian Kelley fustigator at gmail.com
Sun Jul 3 12:58:13 CEST 2005


the last metatkit.dump should be metakit.dump

import metakit
st = metakit.storage()
vw = st.getas("test[a:I,b:S]")
data = {"a":1,'b':"hello"}
vw.append(data)
data = {"a":2,'b':"there"}
metakit.dump(vw)


More information about the Metakit mailing list