Hannu Krosing wrote: > > > objects = map(lambda b: b.getObject,brains) > > try objects = map(lambda b: b.getObject(),brains) I did, same result :-( Chris