2👍
✅
See:
From memory numpy is affected by a variant of that issue. Ensure you force the WSGI application to run in the main interpreter context.
2👍
Building from @Graham Dumpleton answer, just adding this line:
WSGIApplicationGroup %{GLOBAL}
to my application’s apache config file fixed the issue for me.
- [Django]-Cannot solve an AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF' conundrum after doing a lot of research
- [Django]-Add CSS class to django RadioSelect label
- [Django]-Django – 'module' object is not callable
- [Django]-Django South vs Migratory
- [Django]-I have a TemplateDoesNotExist error. I can update my models but not delete them?
Source:stackexchange.com