6 Apr
2005
6 Apr
'05
1 p.m.
[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>.