I've seen this question two times in the list archives, but no one got any help. I'm hoping my luck is better. Can anyone tell me how to fix this, or show me where to look so that I might find helpful information there?
I upgraded to the development version (a la svn checkout), and now when I run index.wsgi I get this error in the apache error log: mod_wsgi (pid=21935): Exception occurred within WSGI script '/usr/ share/trac/htdocs/index.wsgi'., referer: http://10.10.10.2/ Traceback (most recent call last):, referer: http://10.10.10.2/ File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 440, in dispatch_request, referer: http://10.10.10.2/ req.send_error(sys.exc_info(), status=500), referer: http://10.10.10.2/ File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 380, in send_error, referer: http://10.10.10.2/ data = self.hdf.render(template), referer: http://10.10.10.2/ File "/usr/lib/python2.4/site-packages/trac/web/clearsilver.py", line 290, in render, referer: http://10.10.10.2/ template.parseFile(filename), referer: http://10.10.10.2/ Error: Traceback (innermost last):, referer: http://10.10.10.2/ File "csparse.c", line 327, in cs_parse_file(), referer: http://10.10.10.2/ File "neo_hdf.c", line 1801, in hdf_search_path(), referer: http://10.10.10.2/ NotFoundError: Path error.cs not found, referer: http://10.10.10.2/, referer: http://10.10.10.2/ Here is the code for index.wsgi import os os.environ['TRAC_ENV'] = '/usr/share/trac' os.environ['PYTHON_EGG_CACHE'] = '/usr/share/trac/eggs' import trac.web.main application = trac.web.main.dispatch_request #end code I am running Debian. Here is the output of python -V Python 2.4.4 -- Tommy Butler --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
