[Zope-dev] Can't import objects in Zope 2.8a2
    Tim Peters 
    tim.peters at gmail.com
       
    Wed Apr  6 09:00:08 EDT 2005
    
    
  
[Santi Camps]
>> I'm just trying recent Zope 2.8 a2 and I'm not able to import any
>> .zexp file.   At the begin I thought that it could be caused by the
>> zexp I was trying to import, but default Examples.zexp also cause the
>> same error.   I've tried with and without ZEO, and with and without
>> debug mode, always the same result.    I'm doing something wrong or
>> this could be a bug ?
[Jens Vagelpohl]
> LOL  looks like someone left a pdb.set_trace() in the
> ZODB.Connection.modifiedInVersion method...
Yup, that got checked in by mistake during the recent ZODB sprint at PyCon.
It's repaired on Zope trunk / ZODB 3.4a2, so try the trunk instead.
Another thing it proves is that Zope's test suite is somewhat lacking <wink>.
    
    
More information about the Zope-Dev
mailing list