Hi, I'm trying to set up the following configuration in Docker python: 3.6.4 Django: 2.0.2 Apache/2.4.10 (Debian)
First, I was getting the error ImportError: No module named django.core.wsgi Then I added Django to PYTHONPATH export PYTHONPATH="/usr/local/lib/python3.6/site-packages" the previous problem has gone away but now there is another one AttributeError: 'module' object has no attribute 'lru_cache' Apache configs contains the following line WSGIScriptAlias / /www/settings/wsgi.py where /www/settings/wsgi.py is actual path to wsgi.py file. What could be wrong? Thanks, Greng -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/02803efb-92a9-4958-9a52-f77bee7de89b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

