RE: [Zope] Copying and pasting Z Class instances
What kind of magic trick is required to copy and paste Z Class instances around in Zope 2.0.0b3?
I have some instances (imported from Zope 1.x, if that's relevant) that steadfastly refuse to budge, giving the following error message instead, on paste or import, or even sometimes delete:
The object [object ID] does not support this operation
You're not talking about the ZClass objects themselves, are you? The actual ZClass objects can't be copied/moved (for a number of reasons that get pretty hairy). You *should* be able to copy/move *instances* of your ZClasses though - if not, can you send a copy of the actual traceback you are getting so we can look into it further? Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
participants (1)
-
Brian Lloyd