<<명사-이름-정체불명의동물(?)>>

<<명사-이름-남자>>

<<명사-이름-남자-고스트>>

<<명사-이름-여자>>

<<명사-이름-여자-고스트>>

<<명사-이름-한국가수>>

<<명사-축제·대회>>

<<명사-직업>>

<<명사-물건(또는 무기물)>>

<<명사-물건-음식>>

<<명사-물건-음식-금단의 음식(...)>>

<<명사-물건-음식-굽기음식(?)>>

<<명사-물건-게임>>

<<명사-물건-애니메이션>>

<<명사-물건-잡지>>

<<명사-필살기>>

<<명사-필살기-문제의 발언>>

<<명사-회사>>

<<명사-지명>>

<<명사-지명-상점>>

<<명사-지명-도시>>

<<명사-지명-건물류>>

<<말버릇-어미>>

--> -->

UnicodeEncodeError

'ascii' codec can't encode characters in position 6-8: 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/hosting_users/sanori/lib/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)

    1. 1306 self.page.send_page()
    2. 1307 else:
    3. 1308 handler(self.page.page_name, self)
    4. 1309
    5. 1310 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function do_show>
    • self = <MoinMoin.request.request_cgi.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'\ud55c\uae00\uace0\uc2a4\ud2b8\ub2e8\uc5b4\ucc38\uace0\uc0ac\uc804'
  2. /home/hosting_users/sanori/lib/MoinMoin/action/__init__.py in do_show (pagename=u'\ud55c\uae00\uace0\uc2a4\ud2b8\ub2e8\uc5b4\ucc38\uace0\uc0ac\uc804', request=<MoinMoin.request.request_cgi.Request object>, content_only=0, count_hit=1, cacheable=1, print_mode=0)

    1. 251 count_hit=count_hit,
    2. 252 print_mode=print_mode,
    3. 253 content_only=content_only,
    4. 254 )
    5. 255
    • content_only = 0
  3. /home/hosting_users/sanori/lib/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})

    1. 1195 format_args=pi['formatargs'],
    2. 1196 do_cache=do_cache,
    3. 1197 start_line=pi['lines'])
    4. 1198
    5. 1199 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 0}
  4. /home/hosting_users/sanori/lib/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, body=u'<<\uba85\uc0ac-\uc774\ub984-\uc815\uccb4\ubd88\uba85\uc758\ub3d9\ubb3c(?)>>\n \ubaa8\ub85c, \ubcd1\uc544\ub9ac, \uc6b0\ub274, \ud1a0\ub9c8, \uc544\uc778, \ud0c0\ub808\ud32c\ub354...\uc090-, \ub0e5, \uc2a4, \ub2e4\uc694\ubabd~, \uc6c3\uc2a4\n\n<<\ub9d0\ubc84\ub987>>\n \uc6b0\uadf8\uc73c~, \uac00\uff0c\uac00\uc624..., \uc6b0\ub274!\n', format='wiki', format_args='', do_cache=1, **kw={'start_line': 0})

    1. 1283 try:
    2. 1284 code = self.loadCache(request)
    3. 1285 self.execute(request, parser, code)
    4. 1286 except Exception, e:
    5. 1287 if not is_cache_exception(e):
    • self = <MoinMoin.Page.Page object>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page object>>
    • request = <MoinMoin.request.request_cgi.Request object>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
    • code = <code object ? at 0xf24ece0, file "한글고스트단어참고사전", line 2>
  5. /home/hosting_users/sanori/lib/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object ? at 0xf24ece0, file "한글고스트단어참고사전", line 2>)

    1. 1314 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1315 try:
    3. 1316 exec code
    4. 1317 except "CacheNeedsUpdate": # convert the exception
    5. 1318 raise Exception("CacheNeedsUpdate")
    • code = <code object ? at 0xf24ece0, file "한글고스트단어참고사전", line 2>
  6. /home/hosting_users/sanori/www/wiki/한글고스트단어참고사전 in ?

  7. /home/hosting_users/sanori/lib/MoinMoin/formatter/__init__.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.macro.Macro instance>, name=u'\ub9d0\ubc84\ub987', args=None, markup=u'<<\ub9d0\ubc84\ub987>>')

    1. 312 # call the macro
    2. 313 try:
    3. 314 return macro_obj.execute(name, args)
    4. 315 except ImportError, err:
    5. 316 errmsg = unicode(err)
    • macro_obj = <MoinMoin.macro.Macro instance>
    • macro_obj.execute = <bound method Macro.execute of <MoinMoin.macro.Macro instance>>
    • name = u'\ub9d0\ubc84\ub987'
    • args = None
  8. /home/hosting_users/sanori/lib/MoinMoin/macro/__init__.py in execute (self=<MoinMoin.macro.Macro instance>, macro_name=u'\ub9d0\ubc84\ub987', args=None)

    1. 119 except wikiutil.PluginMissingError:
    2. 120 try:
    3. 121 call = getattr(self, 'macro_%s' % macro_name)
    4. 122 execute = lambda _self, _args: _self._wrap(call, _args)
    5. 123 except AttributeError:
    • call undefined
    • builtin getattr = <built-in function getattr>
    • self = <MoinMoin.macro.Macro instance>
    • macro_name = u'\ub9d0\ubc84\ub987'

UnicodeEncodeError

'ascii' codec can't encode characters in position 6-8: ordinal not in range(128)

  • args = ('ascii', u'macro_\ub9d0\ubc84\ub987', 6, 9, 'ordinal not in range(128)')
  • encoding = 'ascii'
  • end = 9
  • object = u'macro_\ub9d0\ubc84\ub987'
  • reason = 'ordinal not in range(128)'
  • start = 6

System Details

  • Date: Mon, 06 Feb 2012 05:32:08 +0000
  • Platform: Linux uwa64-056.cafe24.com 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64
  • Python: Python 2.4.3 (/usr/bin/python)
  • MoinMoin: Release 1.7.3 (release)