On Monday 29 January 2007 16:15, David Johnson wrote:
> 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?

Getting errors at this point is usually tricky to debug. Start the debugger 
just above the return and check out what "meta" and "obj" is. There is almost 
no way to help via a mailing list here, which is probably the reason no one 
has responded yet.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to