For some reason, after upgrading Trac to 0.11 (and many of its dependencies, but excluding at least Apache and Python), the PYTHON_EGG_CACHE is not working properly.
This exact config worked with 0.10, and did actually put files in /var/python-egg-cache, but now the code insists on /var/www/.python-eggs, regardless of what I try. My configuration is below -- any suggestions? Currently Apache is writing to /var/www/.python-eggs; I have confirmed this since Genshi and pysqlite are in there. Jason <Location /trac> SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnvParentDir /srv/trac PythonOption TracUriRoot /trac SetEnv PYTHON_EGG_CACHE /var/python-egg-cache AuthType Basic AuthName "Trac_SMS" AuthUserFile /srv/sms-auth-file Require valid-user </Location> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
