LabuComp wrote at 2004-2-5 00:15 +0200: >I get a problem where "self" loses it's acquisition wrapping between method >calls. Several low level methods as called without acquisition context. The most prominent examples are: "__init__", "__getattr__", "__setattr__". Use mutators instead of direct attribute assignment. -- Dieter