setting PYTHON_EGG_CACHE doesn't do anything
- From: "Jeremy Herbison" <herbie (at) autobotcity.net>
- Date: Sun, 19 Feb 2006 00:01:01 -0700
I get the following error using mod_python and SQLite (latest stable
versions of everything:
PythonHandler trac.web.modpython_frontend: OSError: [Errno 13] Permission
denied: '/root/.python-eggs'
The recommended solution, setting:
SetEnv PYTHON_EGG_CACHE /tmp
in httpd.conf fixes the problem if I use CGI, but I'd rather use mod_python
for obvious reasons. It doesn't seem like adding the SetEnv does anything at
all since the error log always says "/root/.pything.eggs".
What's the deal??
Thanks,
Jeremy
_______________________________________________
Trac mailing list
Trac (at) lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac