I'm writing a minimal product for which I'm getting a

 Error Type: AttributeError
 Error Value: commit_sub

from the transaction machinery.  The traceback's no help.  The
offending code, however is:

 class Foo(SimpleItem)

    def __init__(self, id, title, file):

        self.file = Image('file',title,'')
        self.file.manage_upload(file)

Can anyone tell me what's wrong here?

Cheers,

seb

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to