[Zope-Coders] startup problems
Jeffrey P Shell
jeffrey@cuemedia.com
Thu, 1 Nov 2001 15:39:03 -0700
The best I could figure out (at present).
> ...blahedeblablabla/TextIndex/Lexicon.py(231)Splitter()
-> return self.SplitterFunc(astring, words, encoding)
(Pdb) p self.SplitterFunc
<built-in function ZopeSplitter>
On Thursday, November 1, 2001, at 01:12 PM, Andreas Jung wrote:
> I think I am the person in charge for this problem :-)
>
> A fresh checkout of the trunk should work. The changes to Lexicon.py
> are about two weeks old and one has seen this problem earlier.
> Can you please investigate the value of self.SplitterFunc in Lexion.py
> (line 230). The corresponding function should be Splitter()
> in ZopeSplitter/__init__.py.