[Zope-dev] ZODB.POSException.ConflictError on attribute assignment

zope-dev at rosenthaltechnologies.com zope-dev at rosenthaltechnologies.com
Fri Sep 1 03:16:55 EDT 2006


I'm getting a ZODB.POSException.ConflictError in the following code in a
Custom Zope Product, and I'm hoping someone can enlighten me on how to
fix it.

# nd is a folder with a sub-folder "Categories
# "NDCategory" is a custom Zope product I wrote that does not have
anything called "bogus" defined.
categories = nd.Categories.objectValues('NDCategory')
for cat in categories:
        cat.bogus = []

Can anyone explain this to me?

Thank you in advance,
Brian Rosenthal
--------------------
Brian Rosenthal
General Partner, RoboCommerce, LLC
brian at robocommerce.com
http://www.robocommerce.com
800-644-7626



More information about the Zope-Dev mailing list