--> -->

UnicodeDecodeError

'ascii' codec can't decode byte 0xc3 in position 306: 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. /usr/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_fcgi.Request object>)

    1. 1281 self.page.send_page(msg=msg)
    2. 1282 else:
    3. 1283 handler(self.page.page_name, self)
    4. 1284
    5. 1285 # every action that didn't use to raise MoinMoinNoFooter must call this now:
    • handler = <function do_show>
    • self = <MoinMoin.request.request_fcgi.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'Versi\xf3nXslt'
  2. /usr/lib/python2.4/site-packages/MoinMoin/action/__init__.py in do_show (pagename=u'Versi\xf3nXslt', request=<MoinMoin.request.request_fcgi.Request object>, content_only=0, count_hit=1, cacheable=1, print_mode=0)

    1. 239 count_hit=count_hit,
    2. 240 print_mode=print_mode,
    3. 241 content_only=content_only,
    4. 242 )
    5. 243
    • content_only = 0
  3. /usr/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, msg='', **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})

    1. 1179 format_args=pi['formatargs'],
    2. 1180 do_cache=do_cache,
    3. 1181 start_line=pi['lines'])
    4. 1182
    5. 1183 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': u'wiki', 'formatargs': u'', 'language': u'es', 'lines': 7}
  4. /usr/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_fcgi.Request object>, body=u'{{{#!xslt\n<?xml version="1.0"?>\n\n<?xml-styleshee...n\')"/>\n </xsl:template>\n\n</xsl:stylesheet>\n}}}\n', format=u'wiki', format_args=u'', do_cache=1, **kw={'start_line': 7})

    1. 1272 raise
    2. 1273 try:
    3. 1274 code = self.makeCache(request, parser)
    4. 1275 self.execute(request, parser, code)
    5. 1276 except Exception, e:
    • code undefined
    • self = <MoinMoin.Page.Page object>
    • self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page object>>
    • request = <MoinMoin.request.request_fcgi.Request object>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
  5. /usr/lib/python2.4/site-packages/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_fcgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>)

    1. 1332 saved_current_lang = request.current_lang
    2. 1333 try:
    3. 1334 text = request.redirectedOutput(parser.format, formatter)
    4. 1335 finally:
    5. 1336 request.current_lang = saved_current_lang
    • text undefined
    • request = <MoinMoin.request.request_fcgi.Request object>
    • request.redirectedOutput = <bound method Request.redirectedOutput of <MoinMoin.request.request_fcgi.Request object>>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
    • parser.format = <bound method Parser.format of <MoinMoin.parser.text_moin_wiki.Parser instance>>
    • formatter = <MoinMoin.formatter.text_python.Formatter instance>
  6. /usr/lib/python2.4/site-packages/MoinMoin/request/__init__.py in redirectedOutput (self=<MoinMoin.request.request_fcgi.Request object>, function=<bound method Parser.format of <MoinMoin.parser.text_moin_wiki.Parser instance>>, *args=(<MoinMoin.formatter.text_python.Formatter instance>,), **kw={})

    1. 825 finally:
    2. 826 self.redirect()
    3. 827 text = buf.getvalue()
    4. 828 buf.close()
    5. 829 return text
    • text undefined
    • buf = <StringIO.StringIO instance>
    • buf.getvalue = <bound method StringIO.getvalue of <StringIO.StringIO instance>>
  7. /u02/eldirectorio/cgi-bin/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 = ['<span class="anchor" id="line-8"></span>', u'<p class="line867">', '<span class="anchor" id="line-9"></span>', '<span class="anchor" id="line-10"></span>', '<span class="anchor" id="line-11"></span>', '<span class="anchor" id="line-12"></span>', '<span class="anchor" id="line-13"></span>', '<span class="anchor" id="line-14"></span>', '<span class="anchor" id="line-15"></span>', '<span class="anchor" id="line-16"></span>', '<span class="anchor" id="line-17"></span>', '<span class="anchor" id="line-18"></span>', '<span class="anchor" id="line-19"></span>', '<span class="anchor" id="line-20"></span>', '<span class="anchor" id="line-21"></span>', '<span class="anchor" id="line-22"></span>', '<span class="anchor" id="line-23"></span>', '<span class="anchor" id="line-24"></span>', '<span class="anchor" id="line-25"></span>', u'<div class="message">XSLT option disabled, pleas...lpOnConfiguration">HelpOnConfiguration</a>.</div>', ...]

UnicodeDecodeError

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

  • args = ('ascii', '&lt;?xml version="1.0"?&gt;\n\n&lt;?xml-stylesheet... &lt;/xsl:template&gt;\n\n&lt;/xsl:stylesheet&gt;', 306, 307, 'ordinal not in range(128)')
  • encoding = 'ascii'
  • end = 307
  • object = '&lt;?xml version="1.0"?&gt;\n\n&lt;?xml-stylesheet... &lt;/xsl:template&gt;\n\n&lt;/xsl:stylesheet&gt;'
  • reason = 'ordinal not in range(128)'
  • start = 306

System Details

  • Date: Fri, 25 May 2012 21:17:01 +0000
  • Platform: Linux www3 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686
  • Python: Python 2.4.4 (/u02/eldirectorio/cgi-bin/)
  • MoinMoin: Release 1.6.3 (release)