| Kristendomen |
Logga in! |
| Hörnan | HörnansStartsida | StoraHörnan | SenasteNytt |
|
> |
| IndexError: string index out of range | 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__ = 'Sequence index out of range.'
__getitem__ = <bound method IndexError.__getitem__ of <exceptions.IndexError instance at 0x82af2f4>>
__init__ = <bound method IndexError.__init__ of <exceptions.IndexError instance at 0x82af2f4>>
__module__ = 'exceptions'
__str__ = <bound method IndexError.__str__ of <exceptions.IndexError instance at 0x82af2f4>>
args = ('string index out of range',)
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/parser/wiki.py in _word_repl(self=<MoinMoin.parser.wiki.Parser instance>, word='', text='') |
| 311 if config.allow_subpages and word[0] == '/': |
| /home/simon/local/moin-fippel/lib/python2.2/site-packages/MoinMoin/parser/wiki.py in _wikiname_bracket_repl(self=<MoinMoin.parser.wiki.Parser instance>, word='[""]') |
| 345 return self._word_repl(word[2:-2]) |
| /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 0x81de3d4>>, string='En j\xe4ttestor []. Har sitt ursprung i [""], ... att man tror att JesusKristus var ["Messias"]. ', 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() |