Stodge wrote: > > I'm having problems with PYTHON_EGG_CACHE on Centos 5.2 with Trac 0.11 > and 0.11.1. > > No matter what I set PYTHON_EGG_CACHE to, and no matter where I set > it, it's always ignored and the cache is always in /root/. > > I noticed that the TracPython page states that mod_python 3.3 is > required for the cache to work properly, but Centos 5.2 only includes > 3.2. Could someone verify that mod_python v3.3 IS absolutely required > for Trac to work without egg cache errors?
No, mod_python 3.2 should work just fine. 3.3 was required for a few days during the 0.11.1 development but we've switched to a different approach. I've removed that from the wiki page. Do you setting the variable using PythonOption or SetEnv? Both are supposed to work but I'm sure PythonOption works. / Jonas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
