Christian Scholz wrote:
    root_mapper, conns = createMapper(fspath)
    ei=ExportImport(root_mapper,conns)
    ei.exportObject(object)

Ah-ha, I just realized what went wrong. You need to tell exportObject() where to export. PathKeychainGenerator refused to guess. Try changing the last line to:


ei.exportObject(object, keychain=('some/path/under/fspath',))

It's still obtuse. I'll think about how to make that cleaner.

Shane


_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )

Reply via email to