Version as of 2003-05-10 14:43:32
Clear message
KenialÀÌ ÃÖ±Ù¿¡ µè°í ÀÖ´Â À½¾Ç.
>
IndexError | Python 2.4.1 /usr/local/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.
171 try:
172 from MoinMoin.support import cgitb
cgitb = <module 'MoinMoin.support.cgitb' from '/home1/kenial/public_html/MoinMoin/support/cgitb.py'>, handler = <function do_recall>
174 except:
175 cgi.print_exception()
313
314 def do_recall(pagename, form):
315 Page(pagename, date=form['date'].value).send_page(form)
|
global Page = <class MoinMoin.Page.Page>, pagename = 'RecentMusics', global date = undefined, form = FieldStorage(None, None, [MiniFieldStorage('acti...ecall'), MiniFieldStorage('date', '1052545412')]), global value = undefined, global send_page = undefined
316
317
/home1/kenial/public_html/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, form=FieldStorage(None, None, [MiniFieldStorage('acti...ecall'), MiniFieldStorage('date', '1052545412')]), msg='Version as of 2003-05-10 14:43:32 ', **keywords={}) |
288 # parse the text and send the page content
289 #sys.stdout.write("!!!%s<br>"%Parser) #TEST
290 Parser(body).format(self.formatter, form)
|
Parser = <class MoinMoin.parser.wiki.Parser>, body = '[Kenial]\xc0\xcc \xc3\xd6\xb1\xd9\xbf\xa1 \xb5\...d0\xb7\xf9] [\xc0\xbd\xbe\xc7\xba\xd0\xb7\xf9]\n', global format = undefined, self = <MoinMoin.Page.Page instance>, global formatter = undefined, form = FieldStorage(None, None, [MiniFieldStorage('acti...ecall'), MiniFieldStorage('date', '1052545412')])
291
292 # end document output
/home1/kenial/public_html/MoinMoin/parser/wiki.py in format(self=<MoinMoin.parser.wiki.Parser instance>, formatter=<MoinMoin.formatter.text_html.Formatter instance>, form=FieldStorage(None, None, [MiniFieldStorage('acti...ecall'), MiniFieldStorage('date', '1052545412')])) |
499 _toPrint=re.sub(self.__class__.scan_re, self.replace, line + " ")
500 if config.auto_line_break and not self.in_pre and _toPrint: #when auto_line_break is on and not in pre mode
501 _isEndingHTML=string.rstrip(_toPrint)[-1] in ('>','\n') and \
|
_isEndingHTML = False, global string = <module 'string' from '/usr/local/lib/python2.4/string.pyo'>, global rstrip = undefined, _toPrint = ' '
502 not string.rstrip(_toPrint)[-2] == 'a' #or\
503 #string.lstrip(_toPrint)[:3] == '<li'
IndexError: string index out of range
__doc__ = 'Sequence index out of range.'
__getitem__ = <bound method IndexError.__getitem__ of <exceptions.IndexError instance at 0x4041138c>>
__init__ = <bound method IndexError.__init__ of <exceptions.IndexError instance at 0x4041138c>>
__module__ = 'exceptions'
__str__ = <bound method IndexError.__str__ of <exceptions.IndexError instance at 0x4041138c>>
args = ('string index out of range',)