I have a Django app with the RESTFull service provided by Tastypie. I used easy_install to install lxml and defusedxml so that I can use xml instead of json. If I run run.py runningerver, it all works, but if I run it through apache and mod_wsgi on the same computer, I get an error message with the wrong configuration from Django saying
Usage of the xml aspects requires lxml and defusedxml
I suppose this should be the way, but I cannot find anything to point me in the right direction. Any ideas?
source share