[Zope] can't add items of my own class
Dieter Maurer
dieter@handshake.de
Tue, 6 Nov 2001 23:03:58 +0100
Steffen Hausmann writes:
> ....
> Error Type: TypeError
> Error Value: function takes at most 2 arguments (3 given)
> ....
> File
> /usr/local/ZopeZoo/Zope-2.5.0a2-linux2-x86/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py,
> line 312, in Splitter
> TypeError: (see above)
A bug in line 312 of "GlobbingLexicon.py": Splitter called with
3 rather than 2 arguments...
> has someone an idea how to fix this?
> i just works with zope 2.4.2.
You need to modify the code at this place...
Maybe, a Collector entry such that someone else fixes the problem...
Dieter