Configuration problems with django and mod_wsgi
- by Jimbo
Hi, I've got problems on getting django to work on apache 2.2 with mod_wsgi.
Django is installed and mod_wsgi too.
I can even see a 404 page when accessing the path and I can login to django admin.
But if I want to install the tagging module I get the following error:
Traceback (most recent call last):
File "setup.py", line 49, in…