[Zope-dev] Strange traceback or Error in the traceback ?
Godefroid Chapelle
gotcha at bubblenet.be
Mon Jan 16 10:20:49 EST 2006
Hi,
While seaching for objects of all types containing some text through the
ZMI find tab, I got the traceback hereunder. (Zope 2.7.8-final on
windows)
Traceback (innermost last):
Module ZPublisher.Publish, line 101, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 39, in call_object
Module Shared.DC.Scripts.Bindings, line 306, in __call__
Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec
Module App.special_dtml, line 175, in _exec
Module DocumentTemplate.DT_With, line 61, in render
Module DocumentTemplate.DT_Util, line 198, in eval
- __traceback_info__: _
Module <string>, line 0, in ?
Module OFS.FindSupport, line 151, in ZopeFind
Module OFS.FindSupport, line 151, in ZopeFind
Module OFS.FindSupport, line 113, in ZopeFind
Module OFS.Image, line 425, in PrincipiaSearchSource
AttributeError: content_typestartswith
I went to the code and found the following :
def PrincipiaSearchSource(self):
""" Allow file objects to be searched.
"""
if self.content_type.startswith('text/'):
return str(self.data)
return ''
IOW, the traceback is really strange.
Anybody with a clue ?
--
Godefroid Chapelle (aka __gotcha) http://bubblenet.be
More information about the Zope-Dev
mailing list