>
 
 
查找異常: 編碼不詳
Python 2.1.1

A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call first. The exception attributes are:
      args = ('編碼不詳',)
      參數 = ('編碼不詳',)

/home/cp/moinmoin/lib/python2.1/site-packages/MoinMoin/cgimain.py in run(properties={})
  225         else:
  226             try:
  227                 cgitb.handler()
       cgitb = <模組 'MoinMoin.support.cgitb' 來自 '/home/cp/mo...hon2.1/site-packages/MoinMoin/support/cgitb.pyc'>, handler = undefined
  228             except:
  229                 apply(cgi.print_exception, saved_exc)