--> -->

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.

  1. /home/bavdaz/app/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1152 # Visit pagename
    2. 1153 self.page = Page(self, pagename)
    3. 1154 self.page.send_page(self, count_hit=1)
    4. 1155
    5. 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
  2. /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})

    1. 1234 format_args=pi_formatargs,
    2. 1235 do_cache=do_cache,
    3. 1236 start_line=pi_lines)
    4. 1237
    5. 1238 # check for pending footnotes
    • start_line undefined
    • pi_lines = 8
  3. /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})

    1. 1320 except 'CacheNeedsUpdate':
    2. 1321 try:
    3. 1322 code = self.makeCache(request, parser)
    4. 1323 self.execute(request, parser, code)
    5. 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>
  4. /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>)

    1. 1371 saved_current_lang = request.current_lang
    2. 1372 try:
    3. 1373 text = request.redirectedOutput(parser.format, formatter)
    4. 1374 finally:
    5. 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>
  5. /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={})

    1. 719 finally:
    2. 720 self.redirect()
    3. 721 text = buffer.getvalue()
    4. 722 buffer.close()
    5. 723 return text
    • text undefined
    • buffer = <StringIO.StringIO instance>
    • buffer.getvalue = <bound method StringIO.getvalue of <StringIO.StringIO instance>>
  6. /home/bavdaz/bin/python/lib/python2.4/StringIO.py in getvalue (self=<StringIO.StringIO instance>)

    1. 269 """
    2. 270 if self.buflist:
    3. 271 self.buf += ''.join(self.buflist)
    4. 272 self.buflist = []
    5. 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>', '&lt;?xml version="1.0" encoding="UTF-8"?&gt;\n\n&l... &lt;/xsl:template&gt;\n\n&lt;/xsl:stylesheet&gt;\n', '</pre>']

UnicodeDecodeError

'ascii' codec can't decode byte 0xe6 in position 309: ordinal not in range(128)

  • args = ('ascii', '&lt;?xml version="1.0" encoding="UTF-8"?&gt;\n\n&l... &lt;/xsl:template&gt;\n\n&lt;/xsl:stylesheet&gt;\n', 309, 310, 'ordinal not in range(128)')
  • encoding = 'ascii'
  • end = 310
  • object = '&lt;?xml version="1.0" encoding="UTF-8"?&gt;\n\n&l... &lt;/xsl:template&gt;\n\n&lt;/xsl:stylesheet&gt;\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)