12 Sep
2003
12 Sep
'03
6:35 a.m.
The problem had to do with __of__() but after checking and fixing all wrapper I ran into other problems...anyway I kicked the code and wrote it from scratch. Andreas --On Mittwoch, 10. September 2003 10:38 Uhr -0400 Brian Lloyd <brian@zope.com> wrote:
This usually indicates a wrapping problem; does getTranscript or getEntry create an object on the fly and forget to do return obj.__of__(self) ?