Re: [pylons-discuss] Reading a Zope ZODB from Pyramid?

2018-07-31 Thread Laurent DAVERIO
Thank you very much Gael, I vaguely remembered about pickles, thanks for pointing that out. Unless I'm mistaken, Python 2 and 3 use different pickling formats, so my Pyramid app would also have be downgraded to Python 2... Maybe I should try something else, after all. Thanks for your help,

Re: [pylons-discuss] Reading a Zope ZODB from Pyramid?

2018-07-30 Thread Gael Pasgrimaud
Hi, On Mon, Jul 30, 2018 at 06:01:54PM +0200, Laurent DAVERIO wrote: > Hello list, > > 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,

[pylons-discuss] Reading a Zope ZODB from Pyramid?

2018-07-30 Thread Laurent DAVERIO
Hello list, 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? Thanks in advance, Laurent. --