Attachment 'jt.html'
Download[Näytä "Versiohistoria"] [Näytä "Yleiset sivutiedot"] [Näytä "Sivun katselut ja muokkaukset"] --> -->
TypeError
len() of unsized object
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.
/srv/moin_tw/moin-test17/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)
- 1258 self.page.send_page(msg=msg)
- 1259 else:
- 1260 handler(self.page.page_name, self)
- 1261
- 1262 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function execute>
- self = <MoinMoin.request.request_cgi.Request object>
- self.page = <MoinMoin.Page.Page object>
- self.page.page_name = u'J\xe4rjestelm\xe4Tiedot'
/srv/moin_tw/moin-test17/MoinMoin/action/info.py in execute (pagename=u'J\xe4rjestelm\xe4Tiedot', request=<MoinMoin.request.request_cgi.Request object>)
- 206 if show_hitcounts:
- 207 from MoinMoin.stats import hitcounts
- 208 request.write(hitcounts.linkto(pagename, request, 'page=' + wikiutil.url_quote_plus(pagename)))
- 209 elif show_general:
- 210 general(page, pagename, request)
- request = <MoinMoin.request.request_cgi.Request object>
- request.write = <bound method Request.write of <MoinMoin.request.request_cgi.Request object>>
- hitcounts = <module 'MoinMoin.stats.hitcounts' from '/srv/moin_tw/moin-test17/MoinMoin/stats/hitcounts.pyc'>
- hitcounts.linkto = <function linkto>
- pagename = u'J\xe4rjestelm\xe4Tiedot'
- global wikiutil = <module 'MoinMoin.wikiutil' from '/srv/moin_tw/moin-test17/MoinMoin/wikiutil.pyc'>
- wikiutil.url_quote_plus = <function url_quote_plus>
/srv/moin_tw/moin-test17/MoinMoin/stats/hitcounts.py in linkto (pagename=u'J\xe4rjestelm\xe4Tiedot', request=<MoinMoin.request.request_cgi.Request object>, params='page=J%C3%A4rjestelm%C3%A4Tiedot')
- 24
- 25 if not request.cfg.chart_options:
- 26 return text(pagename, request, params)
- 27
- 28 if _debug:
- global text = <function text>
- pagename = u'J\xe4rjestelm\xe4Tiedot'
- request = <MoinMoin.request.request_cgi.Request object>
- params = 'page=J%C3%A4rjestelm%C3%A4Tiedot'
/srv/moin_tw/moin-test17/MoinMoin/stats/hitcounts.py in text (pagename=u'J\xe4rjestelm\xe4Tiedot', request=<MoinMoin.request.request_cgi.Request object>, params='J%C3%A4rjestelm%C3%A4Tiedot')
- 181 table = DataBrowserWidget(request)
- 182 table.setData(hits)
- 183 return table.toHTML()
- 184
- 185
- table = <MoinMoin.widget.browser.DataBrowserWidget instance>
- table.toHTML = <bound method DataBrowserWidget.format of <MoinMoin.widget.browser.DataBrowserWidget instance>>
/srv/moin_tw/moin-1.7-main/MoinMoin/widget/browser.py in format (self=<MoinMoin.widget.browser.DataBrowserWidget instance>)
- 122 self.data.reset()
- 123 row = self.data.next()
- 124 filters = [None] * len(row)
- 125
- 126 if havefilters:
- filters undefined
- builtin None = None
- builtin len = <built-in function len>
- row = None
TypeError
len() of unsized object
- args = ('len() of unsized object',)
System Details
- Date: Mon, 03 Sep 2007 15:38:36 +0000
- Platform: Linux web.thinkmo.de 2.6.20-thinkmo-1 #1 SMP Sat Feb 17 13:11:11 UTC 2007 x86_64
- Python: Python 2.4.4 (/usr/bin/python)
- MoinMoin: Release 1.7.0alpha (release)
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.You are not allowed to attach a file to this page.