I\'m trying to deploy a django application for production on apache mod-wsgi. I have a third party python application called freecad which packages python module in an FreeC
Set:
WSGIApplicationGroup %{GLOBAL}
See the application issues document on mod_wsgi wiki.
Most likely you have an extension module not designed to work in sub interpreter. The above forces it to run in main interpreter.