Is there any known way to access zope content from non-zope scripts? I want to pull zope content into a non-zope admin script. Thanks -Matt
Yes, there is a product, StandaloneZODB, or you can try reading data.fs yourself with a script. Go to Zope.org Search page and look for ZODB. Regards. Antonio Carrasco ----- Original Message ----- From: "Matt Gregory" <matthew.gregory@skyleach.com> To: "Zope" <zope@zope.org> Sent: Monday, February 04, 2002 8:36 PM Subject: [Zope] From Zope to Python...
Is there any known way to access zope content from non-zope scripts? I want to pull zope content into a non-zope admin script.
Thanks -Matt
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
search for use on the Zope module
import Zope
At 14:36 2002-02-04 -0500, Matt Gregory wrote:
Is there any known way to access zope content from non-zope scripts? I want to pull zope content into a non-zope admin script.
Thanks -Matt
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Antonio Carrasco -
Matt Gregory -
Peter Bengtsson