I installed Trac in Windows 7, by following Exactly the instructions
given in
http://trac.edgewall.org/wiki/CookBook/Installation/TracOnWindowsWithAccountManager
However, when come till stage
"Configure Trac environment"
d. Type http://localhost:8000
I was stucked. I get the error.
C:\Python26\Scripts> tracd --port 8000 C:\trac
Server starting in PID 10968.
Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/
Using HTTP/1.1 protocol version
----------------------------------------
Exception happened during processing of request from ('127.0.0.1',
52488)
Traceback (most recent call last):
File "C:\Python26\lib\SocketServer.py", line 558, in
process_request_thread
self.finish_request(request, client_address)
File "C:\Python26\lib\SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python26\lib\SocketServer.py", line 615, in __init__
self.handle()
File "C:\Python26\lib\BaseHTTPServer.py", line 329, in handle
self.handle_one_request()
File "c:\users\yan-ch~1.che\appdata\local\temp\easy_install-mdnkos
\Trac-0.12.2
-py2.6-win32.egg.tmp\trac\web\wsgi.py", line 189, in
handle_one_request
gateway.run(self.server.application)
File "c:\users\yan-ch~1.che\appdata\local\temp\easy_install-mdnkos
\Trac-0.12.2
-py2.6-win32.egg.tmp\trac\web\wsgi.py", line 89, in run
response = application(self.environ, self._start_response)
File "c:\users\yan-ch~1.che\appdata\local\temp\easy_install-mdnkos
\Trac-0.12.2
-py2.6-win32.egg.tmp\trac\web\standalone.py", line 90, in __call__
return self.application(environ, start_response)
File "c:\users\yan-ch~1.che\appdata\local\temp\easy_install-mdnkos
\Trac-0.12.2
-py2.6-win32.egg.tmp\trac\web\main.py", line 411, in dispatch_request
env_paths)
File "c:\users\yan-ch~1.che\appdata\local\temp\easy_install-mdnkos
\Trac-0.12.2
-py2.6-win32.egg.tmp\trac\web\main.py", line 703, in
send_project_index
req.send(output, 'text/html')
File "c:\users\yan-ch~1.che\appdata\local\temp\easy_install-mdnkos
\Trac-0.12.2
-py2.6-win32.egg.tmp\trac\web\api.py", line 416, in send
self.write(content)
File "c:\users\yan-ch~1.che\appdata\local\temp\easy_install-mdnkos
\Trac-0.12.2
-py2.6-win32.egg.tmp\trac\web\api.py", line 534, in write
raise ValueError("Can't send unicode content")
ValueError: Can't send unicode content
----------------------------------------
Is there any way I can resolve this problem?
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.