On Tuesday 11 April 2006 17:53, Todd Nine wrote: > 2. I set the trac.log output to error and here is the output I received. > [...] > File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 176, in > process_request > raise TracError, 'File not found' > TracError: File not found
Here's a guess: You have to add something like the following line to your apache config file, in the <location> section for your trac project (near the line containing "PythonOption TracEnv ..."): SetEnv PYTHON_EGG_CACHE /var/www/.python-eggs and make sure that apache can write to the .python-eggs dir. - Thomas _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
