[Zope] storing python objects

2007-10-25 Thread David Bear
I need to run an external method to use some python functions that are restricted within zope. I'm thinking an easy way to get the data back would be to just store basic python objects within zodb; tupples, lists, dictionaries. but I've never seen this documented anywhere. Is it possible to store

Re: [Zope] storing python objects

2007-10-25 Thread Jonathan
- Original Message - From: David Bear [EMAIL PROTECTED] To: zope Zope@zope.org Sent: Thursday, October 25, 2007 6:19 PM Subject: [Zope] storing python objects I need to run an external method to use some python functions that are restricted within zope. I'm thinking an easy way

Re: [Zope] storing python objects

2007-10-25 Thread Paul Winkler
On Thu, Oct 25, 2007 at 03:19:10PM -0700, David Bear wrote: but I've never seen this documented anywhere. Is it possible to store basic python objects directly in zodb? http://www.zope.org/Documentation/Books/ZDG/current/Persistence.stx -- Paul Winkler http://www.slinkp.com

Re: [Zope] storing python objects

2007-10-25 Thread Andreas Jung
--On 25. Oktober 2007 15:19:10 -0700 David Bear [EMAIL PROTECTED] wrote: I need to run an external method to use some python functions that are restricted within zope. I'm thinking an easy way to get the data back would be to just store basic python objects within zodb; tupples, lists,