Attachment 'traceback.html'

Download

--> -->

Exception

Formatting a text that is being formatted?!

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /srv/moin_tw/moin-productive/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object at 0xf4d719cc>)

    1. 1205 self.page.send_page(self, msg=msg)
    2. 1206 else:
    3. 1207 handler(self.page.page_name, self)
    4. 1208
    5. 1209 # generate page footer (actions that do not want this footer use
    • handler = <function execute at 0x8721df4>
    • self = <MoinMoin.request.RequestFastCGI object at 0xf4d719cc>
    • self.page = <MoinMoin.Page.Page instance at 0xf4d70cec>
    • self.page.page_name = u'RecentChanges'
  2. /srv/moin_tw/moin-productive/MoinMoin/action/fullsearch.py in execute (pagename=u'RecentChanges', request=<MoinMoin.request.RequestFastCGI object at 0xf4d719cc>, fieldname='value', titlesearch=1)

    1. 107
    2. 108 # First search stats
    3. 109 request.write(results.stats(request, request.formatter))
    4. 110
    5. 111 # Then search results
    • request = <MoinMoin.request.RequestFastCGI object at 0xf4d719cc>
    • request.write = <bound method RequestFastCGI.write of <MoinMoin.request.RequestFastCGI object at 0xf4d719cc>>
    • results = <MoinMoin.search.SearchResults instance at 0xf4d711ac>
    • results.stats = <bound method SearchResults.stats of <MoinMoin.search.SearchResults instance at 0xf4d711ac>>
    • request.formatter = <MoinMoin.formatter.text_html.Formatter instance at 0xf4d70fac>
  3. /srv/moin_tw/moin-productive/MoinMoin/search.py in stats (self=<MoinMoin.search.SearchResults instance at 0xf4d711ac>, request=<MoinMoin.request.RequestFastCGI object at 0xf4d719cc>, formatter=<MoinMoin.formatter.text_html.Formatter instance at 0xf4d70fac>)

    1. 787 output = [
    2. 788 formatter.paragraph(1),
    3. 789 formatter.text(_("%(hits)d results out of about %(pages)d pages.") %
    4. 790 {'hits': len(self.hits), 'pages': self.pages}),
    5. 791 u' (%s)' % formatter.text(_("%.2f seconds") % self.elapsed),
    • formatter = <MoinMoin.formatter.text_html.Formatter instance at 0xf4d70fac>
    • formatter.text = <bound method Formatter.text of <MoinMoin.formatter.text_html.Formatter instance at 0xf4d70fac>>
    • _ = <function <lambda> at 0xf4d8479c>
    • builtin len = <built-in function len>
    • self = <MoinMoin.search.SearchResults instance at 0xf4d711ac>
    • self.hits = [<MoinMoin.search.FoundPage instance at 0xf4d780ac>, <MoinMoin.search.FoundPage instance at 0xf4d7804c>, <MoinMoin.search.FoundPage instance at 0xf4d781ac>, <MoinMoin.search.FoundPage instance at 0xf4d7844c>, <MoinMoin.search.FoundPage instance at 0xf4d7812c>, <MoinMoin.search.FoundPage instance at 0xf4d7846c>, <MoinMoin.search.FoundPage instance at 0xf4d7818c>, <MoinMoin.search.FoundPage instance at 0xf4d781ec>, <MoinMoin.search.FoundPage instance at 0xf4d7828c>, <MoinMoin.search.FoundPage instance at 0xf4d782ec>, <MoinMoin.search.FoundPage instance at 0xf4d7808c>, <MoinMoin.search.FoundPage instance at 0xf4d7814c>, <MoinMoin.search.FoundPage instance at 0xf4d7842c>, <MoinMoin.search.FoundPage instance at 0xf4d782cc>, <MoinMoin.search.FoundPage instance at 0xf4d7816c>, <MoinMoin.search.FoundPage instance at 0xf4d780cc>, <MoinMoin.search.FoundPage instance at 0xf4d7824c>]
    • self.pages = 6045
  4. /srv/moin_tw/moin-productive/MoinMoin/request.py in

    Attached Files

    To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
    • [get | view] (2007-07-03 12:44:00, 22.8 KB) [[attachment:traceback.html]]
     All files | Selected Files: delete move to page copy to page

    You are not allowed to attach a file to this page.