Jesper Holmberg writes: > In one product, Parsing, I have this line: > > self.manage_addProduct['OFSP'].manage_addStep(id=name, title="Step") Almost surely, your constructor does not live in the product 'OFSP'! Use the name of your own product as key of "manage_addProduct". Dieter