![]() | Daily Quote | UserPreferences |
IndexError | Python 2.2.1 /home/bin/python |
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 last.
/home/hosting_users/jsbin/www/MoinMoin/cgimain.py in run(_cgiform=<class cgi.FieldStorage>) |
173 cgitb.handler() |
/home/hosting_users/jsbin/www/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, form=FieldStorage(None, None, []), msg='', **keywords={}) |
290 Parser(body).format(self.formatter, form) |
/home/hosting_users/jsbin/www/MoinMoin/parser/wiki.py in format(self=<MoinMoin.parser.wiki.Parser instance>, formatter=<MoinMoin.formatter.text_html.Formatter instance>, form=FieldStorage(None, None, [])) |
499 _toPrint=re.sub(self.__class__.scan_re, self.replace, line + " ") |
/usr/local/python-2.2.1/lib/python2.2/sre.py in sub(pattern=<_sre.SRE_Pattern object>, repl=<bound method Parser.replace of <MoinMoin.parser.wiki.Parser instance at 0x81c6604>>, string=' * [[QuoteFortune("\xb8\xed\xbe\xf0","(?m)^\\s*\\*\\s*(.*)$"))]] ', count=0) |
143 return _compile(pattern, 0).sub(repl, string, count) |
/home/hosting_users/jsbin/www/MoinMoin/parser/wiki.py in replace(self=<MoinMoin.parser.wiki.Parser instance>, match=<_sre.SRE_Match object>) |
416 return apply(getattr(self, '_' + type + '_repl'), (hit,)) |
/home/hosting_users/jsbin/www/MoinMoin/parser/wiki.py in _macro_repl(self=<MoinMoin.parser.wiki.Parser instance>, word='[[QuoteFortune("\xb8\xed\xbe\xf0","(?m)^\\s*\\*\\s*(.*)$"))]]') |
313 return self.macro.execute(macro_name, args) |
/home/hosting_users/jsbin/www/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance>, macro_name='QuoteFortune', args='"\xb8\xed\xbe\xf0","(?m)^\\s*\\*\\s*(.*)$")') |
79 return apply(execute, (self, args)) |
/home/hosting_users/jsbin/www/MoinMoin/macro/QuoteFortune.py in execute(macro=<MoinMoin.wikimacro.Macro instance>, args='"\xb8\xed\xbe\xf0","(?m)^\\s*\\*\\s*(.*)$")', args_p=<_sre.SRE_Pattern object>) |
46 quoteString=getaQuoteFromaWikiPage(m['pagename'],m['regex'])
|
/home/hosting_users/jsbin/www/MoinMoin/macro/QuoteFortune.py in getaQuoteFromaWikiPage(aPageName='\xb8\xed\xbe\xf0', aPattern='(?m)^\\s*\\*\\s*(.*)$') |
70 return getaQuote(Page(aPageName).get_raw_body(),aPattern)
|
/home/hosting_users/jsbin/www/MoinMoin/macro/QuoteFortune.py in getaQuote(aString='.\n', aPattern='(?m)^\\s*\\*\\s*(.*)$') |
67 return whrandom.choice(getQuoteList(aString,aPattern) )
|
/usr/local/python-2.2.1/lib/python2.2/whrandom.py in choice(self=<whrandom.whrandom instance>, seq=[]) |
93 return seq[int(self.random() * len(seq))] |
IndexError: list index out of range
__doc__ = 'Sequence index out of range.'
__getitem__ = <bound method IndexError.__getitem__ of <exceptions.IndexError instance at 0x8224b64>>
__init__ = <bound method IndexError.__init__ of <exceptions.IndexError instance at 0x8224b64>>
__module__ = 'exceptions'
__str__ = <bound method IndexError.__str__ of <exceptions.IndexError instance at 0x8224b64>>
args = ('list index out of range',)