| SystemInfo |
Logga in! |
| Hörnan | HörnansStartsida | StoraHörnan | SenasteNytt |
|
> |
| ValueError: empty string for float() | Python 2.2 /usr/bin/python2 |
A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call first. The exception attributes are:
__doc__ = 'Inappropriate argument value (of correct type).'
__getitem__ = <bound method ValueError.__getitem__ of <exceptions.ValueError instance at 0x83362f4>>
__init__ = <bound method ValueError.__init__ of <exceptions.ValueError instance at 0x83362f4>>
__module__ = 'exceptions'
__str__ = <bound method ValueError.__str__ of <exceptions.ValueError instance at 0x83362f4>>
args = ('empty string for float()',)
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/eventlog.py in read(self=<MoinMoin.eventlog.EventLogger instance>, filter=None) |
| 72 data.append((float(time), eventtype, util.parseQueryString(kvpairs))) |
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/wikimacro.py in _macro_SystemInfo(self=<MoinMoin.wikimacro.Macro instance>, args=None) |
| 249 row(_('Entries in event log'), _("%(logcount)s (%(logsize)s bytes)") % |
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance>, macro_name='SystemInfo', args=None) |
| 77 return apply(builtins['_macro_' + macro_name], (self, args)) |
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/parser/wiki.py in _macro_repl(self=<MoinMoin.parser.wiki.Parser instance>, word='[[SystemInfo]]') |
| 638 return self.macro.execute(macro_name, args) |
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/parser/wiki.py in replace(self=<MoinMoin.parser.wiki.Parser instance>, match=<_sre.SRE_Match object>) |
| 748 return apply(getattr(self, '_' + type + '_repl'), (hit,)) |
| <file is None - probably inside eval or exec> in subn(pattern=<_sre.SRE_Pattern object>, repl=<bound method Parser.replace of <MoinMoin.parser.wiki.Parser instance at 0x8297074>>, string='[[SystemInfo]] ', count=0) |
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/parser/wiki.py in format(self=<MoinMoin.parser.wiki.Parser instance>, formatter=<MoinMoin.formatter.text_html.Formatter instance>, form=FieldStorage(None, None, [])) |
| 865 line, count = re.subn(scan_re, self.replace, line + " ") |
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.Request instance>, msg='', **keywords={'count_hit': 1}) |
| 380 Parser(body, request).format(self.formatter, form) |
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/cgimain.py in run(properties={}) |
| 235 cgitb.handler() |