On 07/30/2018 12:01 PM, Laurent DAVERIO wrote:

> this may be a very silly question, and if so I apologize in advance, but
> I'm not sure what to google.
> 
> Is it reasonable to try and read data from the ZODB of a Zope/CMF
> instance directly from Pyramid, or should I write export routines in the
> Zope app?

If you install all the Zope + CMF code such that it is importable from
within your Pyramid app, then you could just load the objects normally
(unpickling requires finding the class)

Reading pickle data (vs unpickling the instances) is a tricky problem, and
not one I'd be excited to tackle.


Tres.
-- 
===================================================================
Tres Seaver          +1 540-429-0999          tsea...@palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/pjndkd%241jv%241%40blaine.gmane.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to