[Zope-dev] ZCatalog bug, probably BTrees, what Zope version is this fixed in?

2001-10-24 Thread Chris Withers
Hi, I have a ZCatalog search that returns 213 results. As soon as I add a sort_on and sort_order to the request doing this search, the number of results drops to about 60. This reminds me of some bugs in the BTrees package that I remember being solved in the not too distant past. Can someone

[Zope-dev] ZCatalog bug

2001-09-18 Thread Steve Alexander
I'm updating a site that is currently using Python 1.5.2 and Zope 2.3.something to use Python 2.1 and Zope 2.4.from_cvs. I've had a problem: most products won't initialize. They fail on an AttributeError in SearchIndex/UnTextIndex.py related to setting up the help system. This ugly patch

[Zope-dev] ZCatalog bug?

2001-04-08 Thread Adam Chlipala
I have just installed Zope 2.3.1 and the latest CMF. When trying to publish some CMF resource after submitting a form to edit the site config, I get a TypeError: expected integer key. The stack traceback is included below. A more experienced user has said that this looks like it could be

[Zope-dev] ZCatalog bug?

2001-04-08 Thread Tres Seaver
Adam Chlipala [EMAIL PROTECTED] wrote: I have just installed Zope 2.3.1 and the latest CMF. When trying to publish some CMF resource after submitting a form to edit the site config, I get a TypeError: expected integer key. The stack traceback is included below. A more experienced user has

[Zope-dev] ZCatalog bug in 2.3.1b2

2001-03-20 Thread Andy Dawkins
I posted this before but didn't get a reply. Has any one seen this bug, Or do they know a fix? ATM this is stopping me using 2.3.1b2 which is a bad thing(tm) --- Zope Errorr Zope has encountered an error while publishing this resource. Error Type: TypeError Error Value: len() of

Re: [Zope-dev] ZCatalog bug in 2.3.1b2

2001-03-20 Thread Chris McDonough
h 20, 2001 11:02 AM Subject: [Zope-dev] ZCatalog bug in 2.3.1b2 I posted this before but didn't get a reply. Has any one seen this bug, Or do they know a fix? ATM this is stopping me using 2.3.1b2 which is a bad thing(tm) --- Zope Errorr Zope has encountered an error while

[Zope-dev] ZCatalog Bug?

2001-03-16 Thread Edmund Goppelt
The bug collector doesn't appear to be working, so I apologize if this issue has already been raised. ZCatalog is failing for me when I attempt to reindex the catalog after adding a keyword index. Zope complains of a name error for Except on line 118 of UnKeywordIndex.py. Here's the code in

Re: [Zope-dev] ZCatalog Bug?

2001-03-16 Thread Toby Dickenson
On Fri, 16 Mar 2001 08:48:09 -0500, Edmund Goppelt [EMAIL PROTECTED] wrote: Could the author have meant to write 'Exception' here instead of 'Except'? I am running Zope 2.3.0 stable. The current cvs has this changed to 'except AttributeError' Toby Dickenson [EMAIL PROTECTED]

Re: [Zope-dev] ZCatalog Bug Fix II

2001-01-28 Thread Chris Withers
Chris Withers wrote: Okay, tracked down what's happening, can't understand why :-( Now I can... convoluted but with a simple answer ;-) As to why the object is on the top of the namespace, I dunno whether it's dtml-in or ZCatalog that's responsible... The reason for this, was because