Hi,

I've created a script that imports XML into the ZODB, using regular TTW
methods - and all is fine, except for when I import large files, with
many objects.

After about 288 objects, the import fails when the method that adds an
object in the ZODB returns None, instead of the object it added.  From
what I can tell, the added object is not None before it is returned, but
the name object, set via the expression

  object = self.manage_add_issue(...)

is None.  So it looks like somewhere between 'return issue_' in
manage_add_issue and the expression above, the object is lost.

Any ideas what could be happening here?  I've managed to work around it
for now, but it is interesting nonetheless.

Regards,

Morten
begin:vcard
fn:Morten Petersen
n:Petersen;Morten
org:Nidelven IT
adr:;;Postboks 923;Trondheim;;7409;Norway
email;internet:[EMAIL PROTECTED]
title:Project Manager
tel;work:+47 45 44 00 69
tel;cell:+47 45 44 00 69
x-mozilla-html:FALSE
url:http://www.nidelven-it.no
version:2.1
end:vcard

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
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