Hi 

i'm building a web application based on pyramid and traversal in a ZODB. So 
far it's working fine with Container derived from Persitent Mapping. But 
some containers will get many children so i'm trying to use a BTree based 
Container. So far no success.

I've tried

from BTrees.OOBTree import BTree
from persistent import Persistent

class container(BTree, Persistent) 

I'ts working but changes don't geht stored in the zodb. 

I there a example how to do this out there or can someone get mit a Hint 
what im missing. 

Regards 
   Estartu 

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to