When trying to pack my zope instance\'s ZODB, I get this error: 2011-02-28 10:47:21 ERROR ZODB.DB packing
I have multiple plone sites in one zope instance (ZODB). Now I\'d like to move some of the 开发者_如何学编程sites to a subfolder.
I am trying to use ZODB 3.10.2 on my web server which is running Debian and Python 2.7.1. It seems like every time I try to access the same database from 2 different processes, I get a mysterious exce
Th开发者_如何学编程e ZODB blobstorage directory contains a .layout file with the string \'lawn\', \'bushy\'.
Is there an easy way to tell if a Python pac开发者_JAVA技巧kage will work if not matched to my Python release?For example, I cannot get PyGreSQL for Python 2.7 on Win (only 2.6) and I can\'t get ZODB
I\'m investigating solutions of storing and querying a historical record of event occurrences for a large number of items.
I am using ZODB for my python object persistence. I am using web2py as a framework. The ZODB database I am using is accessed only for reads. I have written the code for opening the database inside my
I have been running zope / plone site for about a year now - it seemed to be a pretty fast way of getting a CMS up and running and it\'s a great job for this - it\'s running 3.1.2 of plone. I am in no
I\'m going to be writing a general object class for use with zodb.These objects will add themselves to a btree index once they are persisted to the zodb object graph.
Every Zope object has it\'s own unique id ( _p_oid ). To convert it into integer value: from Shared.DC.xml.ppml import u64 as decodeObjectId