16 Jan
2001
16 Jan
'01
3:10 p.m.
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