Changes between Initial Version and Version 1 of Ticket #1858


Ignore:
Timestamp:
Jul 25, 2007, 1:41:16 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

You need to set the PYTHON_EGG_CACHE environment variable, just like the error message says. This is explained in the TracPlugins page.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1858

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #1858 – Description

    initial v1  
    66
    77Here is the error:
    8 
     8{{{
     9#!pytb
    910Traceback (most recent call last):
    1011  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
     
    4142change the cache directory by setting the PYTHON_EGG_CACHE environment
    4243variable to point to an accessible directory.
    43 
     44}}}
    4445
    4546I have tried many options but without success.