My server is running Apache+Django with MySQLdb
I'm getting an error with my eggs! Please help!
I tried creating a /var/www/.python-eggs directory that my user was allowed to access, but it didn't remove the error.
I then tried to make a symbolic link as follows (while in /var/www/):
sudo ln -s /var/tmp/.python-eggs .python-eggs
but that also didn't remove the error...
So I'm really out of ideas. I heard something about fixing my httpd.conf by adding a PythonImport, but I had trouble understanding how to do that.
So please Linux masters, what is the easiest way to remove this problem?
_______________________________________________________
Can't extract file(s) to egg cache
The following error occurred while trying to extract file(s) to the Python egg
cache:
[Errno 13] Permission denied: '/var/www/.python-eggs/MySQL_python-1.2.3-py2.6-linux-x86_64.egg-tmp'
The Python egg cache directory is currently set to:
/var/www/.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