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 [email protected] http://lists.edgewall.com/mailman/listinfo/trac
