Traceback (most recent call last):
File "/home/amalgam/wwwhome/MoinMoin/cgimain.py", line 178, in _run
handler(pagename or config.front_page, form)
File "/home/amalgam/wwwhome/MoinMoin/wikiaction.py", line 162, in do_highlight
Page(pagename).send_page(form, hilite_re=needle_re)
File "/home/amalgam/wwwhome/MoinMoin/Page.py", line 307, in send_page
Parser(body).format(self.formatter, form)
File "/home/amalgam/wwwhome/MoinMoin/parser/wiki.py", line 512, in format
sys.stdout.write(self.highlight_scan(self.__class__.scan_re, line + " "))
File "/home/amalgam/wwwhome/MoinMoin/parser/wiki.py", line 415, in highlight_scan
result.append(self.replace(match))
File "/home/amalgam/wwwhome/MoinMoin/parser/wiki.py", line 433, in replace
return apply(getattr(self, '_' + type + '_repl'), (hit,))
File "/home/amalgam/wwwhome/MoinMoin/parser/wiki.py", line 328, in _macro_repl
return self.macro.execute(macro_name, args)
File "/home/amalgam/wwwhome/MoinMoin/wikimacro.py", line 79, in execute
return apply(execute, (self, args))
File "/home/amalgam/wwwhome/MoinMoin/macro/UploadedFiles.py", line 19, in execute
locale.setlocale(locale.LC_ALL,"korean")
File "/usr/lib64/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
File "/usr/lib64/python2.4/locale.py", line 73, in setlocale
raise Error, '_locale emulation only supports "C" locale'
ValueError: _locale emulation only supports "C" locale