Django / Apache / mod_wsgi: No module named importlib
After working with django's dev server for the past two months, the time finally came to move to apache + mod_wsgi. The problem is when I go to my site (let's call it junux), to the URL mapped to the django app, things do not seem to work. When running the dev server on the server things work properly. The bottom-line of the error is given to me in the apache error_log: ImportError: Could not import settings 'junux_site.settings' (Is it on sys.path?): No module named importlib I'm aware this is similar to many other questions on the matter (there are so many that I won't even quote them here),