UnicodeDecodeError
'ascii' codec can't decode byte 0xe6 in position 309: ordinal not in range(128)
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.
/home/bavdaz/app/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)
- 1152 # Visit pagename
- 1153 self.page = Page(self, pagename)
- 1154 self.page.send_page(self, count_hit=1)
- 1155
- 1156 # generate page footer (actions that do not want this footer
- self = <MoinMoin.request.RequestCGI object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
- count_hit undefined
/home/bavdaz/app/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1})
- 1234 format_args=pi_formatargs,
- 1235 do_cache=do_cache,
- 1236 start_line=pi_lines)
- 1237
- 1238 # check for pending footnotes
- start_line undefined
- pi_lines = 8
/home/bavdaz/app/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, Parser=<class MoinMoin.parser.xslt.Parser>, body=u'<?xml version="1.0" encoding="UTF-8"?>\n\n<?xml-st...on\')"/> \u7248.\n </xsl:template>\n\n</xsl:stylesheet>\n', format_args=u'', do_cache=1, **kw={'start_line': 8})
- 1320 except 'CacheNeedsUpdate':
- 1321 try:
- 1322 code = self.makeCache(request, parser)
- 1323 self.execute(request, parser, code)
- 1324 except 'CacheNeedsUpdate':
- code undefined
- self = <MoinMoin.Page.Page instance>
- self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page instance>>
- request = <MoinMoin.request.RequestCGI object>
- parser = <MoinMoin.parser.xslt.Parser instance>
/home/bavdaz/app/lib/python2.4/site-packages/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, parser=<MoinMoin.parser.xslt.Parser instance>)
- 1371 saved_current_lang = request.current_lang
- 1372 try:
- 1373 text = request.redirectedOutput(parser.format, formatter)
- 1374 finally:
- 1375 request.current_lang = saved_current_lang
- text undefined
- request = <MoinMoin.request.RequestCGI object>
- request.redirectedOutput = <bound method RequestCGI.redirectedOutput of <MoinMoin.request.RequestCGI object>>
- parser = <MoinMoin.parser.xslt.Parser instance>
- parser.format = <bound method Parser.format of <MoinMoin.parser.xslt.Parser instance>>
- formatter = <MoinMoin.formatter.text_python.Formatter instance>
/home/bavdaz/app/lib/python2.4/site-packages/MoinMoin/request.py in redirectedOutput (self=<MoinMoin.request.RequestCGI object>, function=<bound method Parser.format of <MoinMoin.parser.xslt.Parser instance>>, *args=(<MoinMoin.formatter.text_python.Formatter instance>,), **kw={})
- 719 finally:
- 720 self.redirect()
- 721 text = buffer.getvalue()
- 722 buffer.close()
- 723 return text
- text undefined
- buffer = <StringIO.StringIO instance>
- buffer.getvalue = <bound method StringIO.getvalue of <StringIO.StringIO instance>>
/home/bavdaz/bin/python/lib/python2.4/StringIO.py in getvalue (self=<StringIO.StringIO instance>)
- 269 """
- 270 if self.buflist:
- 271 self.buf += ''.join(self.buflist)
- 272 self.buflist = []
- 273 return self.buf
- self = <StringIO.StringIO instance>
- self.buf = ''
- ''.join = <built-in method join of str object>
- self.buflist = [u'<div class="message">Opcija XSLT je izklopljena,...lpOnConfiguration">HelpOnConfiguration</a>.</div>', '<pre>', '<?xml version="1.0" encoding="UTF-8"?>\n\n&l... </xsl:template>\n\n</xsl:stylesheet>\n', '</pre>']
UnicodeDecodeError
'ascii' codec can't decode byte 0xe6 in position 309: ordinal not in range(128)
- args = ('ascii', '<?xml version="1.0" encoding="UTF-8"?>\n\n&l... </xsl:template>\n\n</xsl:stylesheet>\n', 309, 310, 'ordinal not in range(128)')
- encoding = 'ascii'
- end = 310
- object = '<?xml version="1.0" encoding="UTF-8"?>\n\n&l... </xsl:template>\n\n</xsl:stylesheet>\n'
- reason = 'ordinal not in range(128)'
- start = 309
System Details
- Date: Thu, 24 May 2012 01:01:20 +0000
- Platform: Linux centos 2.6.18-238.19.1.el5 #1 SMP Fri Jul 15 07:31:24 EDT 2011 x86_64
- Python: Python 2.4.2 (/home/bavdaz/app/bin/python)
- MoinMoin: Release 1.5.3 (release)