I am trying to setup Django to use MySQL. I am getting the following error when I type in localhost/mysite
ExtractionError at /
Can\'t extract f
Also might try to set the egg cache directory in the wsgi script,
import os
os.environ['PYTHON_EGG_CACHE'] = '/usr/local/pylons/python-eggs'
as can be found from here http://code.google.com/p/modwsgi/wiki/ApplicationIssues
Based on your previous question, you're using WSGI. You want WSGIPythonEggs or the python-eggs
option for WSGIDaemonProcess.