Re: [Zope-dev] ZCatalog waaaagh!

2001-04-23 Thread Chris Withers
Chris McDonough wrote: In the meantime, if you're desperate, here's a temporary fix... replace the items method of the UnTextIndex class in UnTextIndex.py. The current method looks something like this: def items(self): reurn self._index.items() change it to: def items(self):

Re: [Zope-dev] ZCatalog waaaagh!: The Error

2001-04-23 Thread Chris Withers
d'oh! Error type: strongTypeError/strongbr Error value: strongunsubscriptable object/strong Traceback (innermost last): File E:\Zope\2379A4~1.1\lib\python\ZPublisher\Publish.py, line 223, in publish_module File E:\Zope\2379A4~1.1\lib\python\ZPublisher\Publish.py, line 187, in

Re: [Zope-dev] ZCatalog waaaagh!: The Error

2001-04-23 Thread Chris McDonough
Can you give me something that reproduces this? - Original Message - From: Chris Withers [EMAIL PROTECTED] To: Chris McDonough [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, April 23, 2001 8:32 AM Subject: Re: [Zope-dev] ZCatalog wgh!: The Error d'oh! Error type

Re: [Zope-dev] ZCatalog waaaagh!

2001-04-23 Thread Chris McDonough
Sorry, I meant UnIndex.py! Doh! There is a more comprehensive fix checked in to 2.3.2b2. In the meantime, if you're desperate, here's a temporary fix... replace the items method of the UnTextIndex class in UnTextIndex.py. The current method looks something like this: def

Re: [Zope-dev] ZCatalog waaaagh!

2001-04-19 Thread Chris Withers
Chris McDonough wrote: I know why this is, but I'm not going to fix it tonight... sigh. I need to go cry on Jim's shoulder for a bit before I check a proper fix in. I'm guessing the fix for this is in 2.3.2b1? cheers, Chris ___ Zope-Dev

[Zope-dev] ZCatalog waaaagh!

2001-04-12 Thread Chris Withers
Hi Chris (and anyone else who can help), Hopefully you may be able to save my sanity. Querying a ZCatalog(2.3.1, running update thing made no difference), I'm getting the following error: type: exceptions.TypeError value: len() of unsized object sr = self.searchResults(kw) File

Re: [Zope-dev] ZCatalog waaaagh!

2001-04-12 Thread Chris McDonough
What's the query? - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Chris McDonough" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, April 12, 2001 12:13 PM Subject: [Zope-dev] ZCatalog wgh! Hi Chris (and anyone else who can help),

Re: [Zope-dev] ZCatalog waaaagh!

2001-04-12 Thread Chris McDonough
Ugh. I know why this is. Ugh. Ugh Ugh. Give me an hour. - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Chris McDonough" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, April 12, 2001 12:13 PM Subject: [Zope-dev] ZCatalog wgh!