Re: [ZODB-Dev] KeyError on OIBTree after export import

2007-03-14 Thread Bernd Dorn
On 14.03.2007, at 19:16, Dieter Maurer wrote: Bernd Dorn wrote at 2007-3-14 11:39 +0100: ... but after the import in the .ids attribute of the util (which is an OIBtree) raises a KeyError for an existing key so if i do key in sorted(self.ids) True self.ids[key] KeyError ... I can expla

Re: [ZODB-Dev] KeyError on OIBTree after export import

2007-03-14 Thread Dieter Maurer
Bernd Dorn wrote at 2007-3-14 11:39 +0100: > ... >but after the import in the .ids attribute of the util (which is an >OIBtree) raises a KeyError for an existing key > >so if i do > > >>> key in sorted(self.ids) >True > >>> self.ids[key] >KeyError ... I can explain to you why you may get differe