질문 올릴만한 게시판이 없어서 여기에 올립니다.
SVN하고 TRAC깔아서 프로젝트 만들고 쓰다보면..
처음에 잘나오는 TRAC 화면이
며칠뒤에는 아래와 같은 오류 메시지가 뜨면서 모든 TRAC 화면 들이 제대로 안나옵니다.
현상을 보면.. 새로 만든 프로젝트는 확실히 화면이 정상적으로 나오는것 같습니다.
내가 파이썬을 아는것도 아니고...
이거 어째야 할지 난감하네요..
한글 문자 코든 관련된 것 때문에 그런거 같은데요..
SVN 1.4.4 와 TRAC 10.4 설치하고
TRAC 한글화 프로젝트에서 한글 TRAC을 설치한 상태입니다.
이 문제 해결할 방법 아시는분??
-----------------------------------------------------------
Oops…
Trac detected an internal error: If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.
Go to
http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.
TracGuide — Trac의 사용자와 관리자 가이드
Python Traceback
Traceback (most recent call last):
File "D:\ICT_Server\Python24\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "D:\ICT_Server\Python24\Lib\site-packages\trac\web\main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "D:\ICT_Server\Python24\Lib\site-packages\trac\wiki\web_ui.py", line 97, in process_request
page = WikiPage(self.env, pagename, version, db)
File "D:\ICT_Server\Python24\Lib\site-packages\trac\wiki\model.py", line 32, in __init__
self._fetch(name, version, db)
File "D:\ICT_Server\Python24\Lib\site-packages\trac\wiki\model.py", line 53, in _fetch
(name,))
File "D:\ICT_Server\Python24\Lib\site-packages\trac\db\util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "D:\ICT_Server\Python24\Lib\site-packages\trac\db\util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "D:\ICT_Server\Python24\Lib\site-packages\MySQLdb\cursors.py", line 163, in execute
self.errorhandler(self, exc, value)
File "D:\ICT_Server\Python24\Lib\site-packages\MySQLdb\connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
UnicodeDecodeError: 'utf8' codec can't decode byte 0xb9 in position 17: unexpected code byte