ImportError: No module named 'config.settings'; 'config' is not a package
问题 I'm trying to get my cookiecutter-django app running under Apache with mod_wsgi installed via pip. python3 manager.py runserver works. But after running it in Apache, I got an error saying Module config not found. So I pip install config . (It is not installed on my development system.) That put a config.py file in my /usr/local/pulseenv/lib/python3.5/site-packages. That file had various syntax errors which I fixed. The errors were due to changes between python 2.7 and 3.5 as far as I can