Hi, I just upgraded my trac from 0.10b1 to 0.10.4 by setuptools. But
after that, I couldn't load trac page anymore, the server log shows
following message, any idea? I use Gentoo linux, thanks.

Exception happened during processing of request from ('127.0.0.1',
43795)
Traceback (most recent call last):
  File "/usr/lib64/python2.4/SocketServer.py", line 463, in
process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib64/python2.4/SocketServer.py", line 254, in
finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib64/python2.4/SocketServer.py", line 521, in __init__
    self.handle()
  File "/usr/lib64/python2.4/BaseHTTPServer.py", line 316, in handle
    self.handle_one_request()
  File "/usr/lib64/python2.4/site-packages/trac-0.10.4-py2.4.egg/trac/
web/wsgi.py", line 174, in handle_one_request
    gateway.run(self.server.application)
  File "/usr/lib64/python2.4/site-packages/trac-0.10.4-py2.4.egg/trac/
web/wsgi.py", line 87, in run
    response = application(self.environ, self._start_response)
  File "/usr/lib64/python2.4/site-packages/trac-0.10.4-py2.4.egg/trac/
web/standalone.py", line 56, in __call__
    return self.application(environ, start_response)
  File "/usr/lib64/python2.4/site-packages/trac-0.10.4-py2.4.egg/trac/
web/standalone.py", line 88, in __call__
    return self.application(environ, start_response)
  File "/usr/lib64/python2.4/site-packages/trac-0.10.4-py2.4.egg/trac/
web/main.py", line 363, in dispatch_request
    env_paths)
  File "/usr/lib64/python2.4/site-packages/trac-0.10.4-py2.4.egg/trac/
web/main.py", line 486, in send_project_index
    req.display(template)
  File "/usr/lib64/python2.4/site-packages/trac-0.10.4-py2.4.egg/trac/
web/api.py", line 358, in display
    data = self.hdf.render(template, form_token)
  File "/usr/lib64/python2.4/site-packages/trac-0.10.4-py2.4.egg/trac/
web/clearsilver.py", line 290, in render
    template.parseFile(filename)
Error: Traceback (innermost last):
  File "csparse.c", line 294, in cs_parse_file()
  File "neo_hdf.c", line 1982, in hdf_search_path()
NotFoundError: Path index.cs not found


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to