On 24 June 2010 14:37, commonzenpython <[email protected]> wrote: > ok, i have set the template, so now the apache error logs are not > reporting anything, but now i get the 500 error template if i try to > go to www.ashtangayogavideo.com/ash, and i also get the template if i > go to www.ashtangayogavideo.com/ash/hello, so i guess theres an > internal error still, so i set the django DEBUG settings to True and > this is the error i got : > > ExtractionError at / > 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: '/.python-eggs'
Read: http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Access_Rights_Of_Apache_User and do what it says to do, setting the path of the egg cache to something appropriate for your system. Graham > The Python egg cache directory is currently set to: > > /.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. > Request Method: GET > Request URL: http://www.ashtangayogavideo.com/ash/ > Django Version: 1.2.1 > Exception Type: ExtractionError > Exception Value: > 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: '/.python-eggs' > > The Python egg cache directory is currently set to: > > /.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. > Exception Location: /usr/local/lib/python2.4/site-packages/ > setuptools-0.6c8-py2.4.egg/pkg_resources.py in extraction_error, line > 887 > Python Executable: /usr/bin/python > Python Version: 2.4.3 > Python Path: ['/usr/local/lib/python2.4/site-packages/setuptools-0.6c8- > py2.4.egg', '/usr/local/lib/python2.4/site-packages/ > MySQL_python-1.2.3c1-py2.4-linux-i686.egg', '/usr/local/lib/ > python24.zip', '/usr/local/lib/python2.4', '/usr/local/lib/python2.4/ > plat-linux2', '/usr/local/lib/python2.4/lib-tk', '/usr/local/lib/ > python2.4/lib-dynload', '/usr/local/lib/python2.4/site-packages', '/ > home/ashtanga/public_html', '/home/ashtanga/public_html/ash'] > Server time: Wed, 23 Jun 2010 23:19:06 -0500 > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" 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/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
