Re: [Zope-dev] error in BTreeFolder2

2003-08-14 Thread Shane Hathaway
robert wrote:
I tried to delete a couple of elements from a BTreeFolder2
and got the following traceback:
Exception traceback
Time2003/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

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


Re: [Zope-dev] error in BTreeFolder2

2003-08-11 Thread Andreas Jung
import sys?

-aj

--On Sonntag, 10. August 2003 21:59 Uhr +0200 robert [EMAIL PROTECTED] 
wrote:

I tried to delete a couple of elements from a BTreeFolder2
and got the following traceback:
Exception traceback
Time2003/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  -  [EMAIL PROTECTED]
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 )




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