python - Django: PYTHON_EGG_CACHE, access denied error -
I am deploying my own demo application on a server, and in the previous steps I am getting this error:
ExtractionError at / admin / The file can not be extracted in the egg cache The following error occurred while attempting to extract the file (files) in the Python egg cache: [Erro 13] Permission denied: '/.python - The 'egg' python egg cache directory is currently set to: /.python-eggs probably in your account Do not have write access to the directory? You can change the cache directory by setting the PYTHON_EGG_CACHE environment variable to point to a directory. Request method: Get Request URL: http://go-ban.org/admin/ Exception type: Extraction error exception value: The file can not be extracted in the egg cache The following error occurred while attempting to extract the file Python Undo Cache : [Errö 13] Permission denied: '/ support / thon-eggs' The Pygmy Egg Cache directory is currently set to: /.python-eggs Perhaps your account does not have permission to write to this directory? You can change the cache directory by setting the PYTHON_EGG_CACHE environment variable to point to a directory. Exception Location: / extraction_error in line /usr/lib/python2.5/site-packages/pkg_resources.py, line 887 Python executable: / usr / bin / python Python version: 2.5.2 Python Path: ['/ home / oleg / Sites / goan ',' /usr/lib/python2.5/site-packages/PIL-1.1.7-py2.5-linux-i686.egg ',' /usr/lib/python2.5/site-packages/ PyamF-0.5.1-P-2.5-Linux-I686.GG, UTR / Lib / Python 2.5, / URL / Lib / Python-2.5 / Plat -Lind2, / USR / Lib / Python 2 5 / lib-tk ',' /usr/lib/python2.5/lib-dynload ',' /usr/local/lib/python2.5/site-packages ',' /usr/lib/python2.5/site -Package ',' /usr/lib/python2.5/site-packages/PIL ',' /var/lib/python-support/python2.5 '] Server Timing: Sun, 6 December 2009 14:05:47 + 0200
Maybe someone came to the same issue?
The most striking thing here is that I am using any other demo site on this host that does not have any such error. (
related questions
< P> OK, you are using some weird setup tools-enabled libraries.
But anyway, do you have any user-friendly PYTHON_EGG_CACHE environment variable setup for any application directory written for ?
Comments
Post a Comment