[Answered ]-Django + Apache with mod_wsgi. Unable to load MySQLdb

2👍

Set PYTHON_EGG_CACHE in WSGI script to a location that user that Apache runs your code as can write to.

http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Access_Rights_Of_Apache_User

The application can’t unpack the Python egg file anywhere.

Leave a comment