Jean Jordaan wrote:

for brain in Catalog(some_index=some_value):
    # delete the object, and then
    brain_to_delete = Catalog(unique_index=brain.unique_prop)
    Catalog.uncatalog_object(brain_to_delete.getPath())

.. can't really think why that would work if Chris's original
doesn't, though.

...it won't, this is analagous to the code I have that fails.


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk


_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )

Reply via email to