I tried to delete a couple of elements from a BTreeFolder2 and got the following traceback: Exception traceback Time 2003/08/10 21:46:29.655 GMT+2 User Name (User Id) robert (robert) Request URL http://localhost:8080/Zehnder/sonntag/portal_memberdata/manage_delObjects Exception Type NameError Exception Value global name 'sys' is not defined Traceback (innermost last): * Module ZPublisher.Publish, line 98, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module OFS.ObjectManager, line 447, in manage_delObjects * Module Products.BTreeFolder2.BTreeFolder2, line 363, in _delObject NameError: global name 'sys' is not defined -- mit freundlichen GrĂ¼ssen Robert Rottermann www.redCOR.ch
import sys? -aj --On Sonntag, 10. August 2003 21:59 Uhr +0200 robert <robert@redcor.ch> wrote:
I tried to delete a couple of elements from a BTreeFolder2 and got the following traceback:
Exception traceback Time 2003/08/10 21:46:29.655 GMT+2 User Name (User Id) robert (robert) Request URL http://localhost:8080/Zehnder/sonntag/portal_memberdata/manage_delObjects Exception Type NameError Exception Value global name 'sys' is not defined
Traceback (innermost last):
* Module ZPublisher.Publish, line 98, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module OFS.ObjectManager, line 447, in manage_delObjects * Module Products.BTreeFolder2.BTreeFolder2, line 363, in _delObject
NameError: global name 'sys' is not defined
-- mit freundlichen GrĂ¼ssen
Robert Rottermann www.redCOR.ch
_______________________________________________ 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 )
robert wrote:
I tried to delete a couple of elements from a BTreeFolder2 and got the following traceback:
Exception traceback Time 2003/08/10 21:46:29.655 GMT+2 User Name (User Id) robert (robert) Request URL http://localhost:8080/Zehnder/sonntag/portal_memberdata/manage_delObjects Exception Type NameError Exception Value global name 'sys' is not defined
Traceback (innermost last):
* Module ZPublisher.Publish, line 98, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module OFS.ObjectManager, line 447, in manage_delObjects * Module Products.BTreeFolder2.BTreeFolder2, line 363, in _delObject
NameError: global name 'sys' is not defined
A more recent version of BTreeFolder2 fixes this. http://hathaway.freezope.org/Software/BTreeFolder2 Shane
participants (3)
-
Andreas Jung -
robert -
Shane Hathaway