On Wed, Apr 11, 2007 at 09:31:38AM -0400, Brian McCann wrote: > [Errno 13] Permission denied: '/root/.python-eggs'
Here you have the error. > > The Python egg cache directory is currently set to: > > /root/.python-eggs > > Perhaps your account does not have write access to this directory? You can > change the cache directory by setting the PYTHON_EGG_CACHE environment > variable to point to an accessible directory. And here a solution. You can use SetEnv PYTHON_EGG_CACHE /path/to/a/directory/where/the/apacheuser/has/write/permissions in your httpd.conf HTH, Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
