Skip to content Skip to sidebar Skip to footer

Django Deployment. Error Loading Mysqldb Module. Trouble Reading/writing From /tmp Directory

I'm deploying my Django app to another host/server using mod_wsgi and MySQLdb. Right now, I'm getting a 500 error with the following log: ImproperlyConfigured: Error loading MySQLd

Solution 1:

Point the WSGIPythonEggs directive to a writable, executable path.


Post a Comment for "Django Deployment. Error Loading Mysqldb Module. Trouble Reading/writing From /tmp Directory"