I am receiving this error and I am not sure why.

    return self._dump(meta, obj.__getstate__())
File "/Users/djohnson/sandbox/Zope-3.3.0/build/lib.macosx-10.3- fat-2.4/ZODB/serialize.py", line 416, in _dump
    self._p.dump(state)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/copy_reg.py", line 70, in _reduce_ex
    state = base(self)
TypeError: connect() argument 1 must be string, not Connection

Anyone have ideas?

--
David

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to