WSGI script cannot be loaded as Python module: Django server with ApacheApache Django mod_wsig - no modules named urls errorConfiguring Apache Server with Django 1.6.5Django & WSGI - Import Error Can't find module djangoDjango cannot load .wsgi as Python modulemod_wsgi psycopg2 importerror datetime initialization errorApache Wsgi virtualHost, Django virtual env “no module named django.core.wsgi”Apache/2.4.18 (Ubuntu) mod_wsgi/4.3.0 Python/3.5.2 configured — resuming normal operationsDjango raising ValueError: invalid literal for int() with base 10 on POSTAttributeError: 'module' object has no attribute 'lru_cache'Target WSGI script cannot be loaded as a python module and ImportError: No module named 'django'
What kind of SATA connector is this?
How do employ ' ("prime") in math mode at the correct depth?
Is taking modulus on both sides of an equation valid?
Non-deterministic Finite Automata | Sipser Example 1.16
Why was Thor doubtful about his worthiness to Mjolnir?
Does SQL Server allow (make visible) DDL inside a transaction to the transaction prior to commit?
Safety when modifying old electrical work
Developers demotivated due to working on same project for more than 2 years
Formal Definition of Dot Product
Wireless headphones interfere with Wi-Fi signal on laptop
Why does my circuit work on a breadboard, but not on a perfboard? I am new to soldering
Conditional probability - sum of dice is even given that at least one is a five
Why is a set not a partition of itself?
What's the difference between "за ... от" and "в ... от"?
correct spelling of "carruffel" (fuzz, hustle, all that jazz)
Jesus' words on the Jews
How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?
What are the holes in files created with fallocate?
Area under the curve - Integrals (Antiderivatives)
Was this character’s old age look CGI or make-up?
Anatomically Correct Carnivorous Tree
Help in identifying a mystery wall socket
Ito`s Lemma problem
Can someone explain homicide-related death rates?
WSGI script cannot be loaded as Python module: Django server with Apache
Apache Django mod_wsig - no modules named urls errorConfiguring Apache Server with Django 1.6.5Django & WSGI - Import Error Can't find module djangoDjango cannot load .wsgi as Python modulemod_wsgi psycopg2 importerror datetime initialization errorApache Wsgi virtualHost, Django virtual env “no module named django.core.wsgi”Apache/2.4.18 (Ubuntu) mod_wsgi/4.3.0 Python/3.5.2 configured — resuming normal operationsDjango raising ValueError: invalid literal for int() with base 10 on POSTAttributeError: 'module' object has no attribute 'lru_cache'Target WSGI script cannot be loaded as a python module and ImportError: No module named 'django'
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm setting up a new server using Apache and Django, but i have problems with WSGI when trying to access server.
This is the apache log:
[Sat Mar 23 09:13:35.367639 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod_wsgi (pid=19535): Target WSGI script '/root/frontend/frontend/wsgi.py' cannot be loaded as Python module.
[Sat Mar 23 09:13:35.367773 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod_wsgi (pid=19535): Exception occurred processing WSGI script '/root/frontend/frontend/wsgi.py'.
[Sat Mar 23 09:13:35.367999 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] Traceback (most recent call last):
[Sat Mar 23 09:13:35.368076 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/root/frontend/frontend/wsgi.py", line 16, in <module>
[Sat Mar 23 09:13:35.368098 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] application = get_wsgi_application()
[Sat Mar 23 09:13:35.368127 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/core/wsgi.py", line 12, in get_wsgi_application
[Sat Mar 23 09:13:35.368145 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] django.setup(set_prefix=False)
[Sat Mar 23 09:13:35.368164 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/__init__.py", line 19, in setup
[Sat Mar 23 09:13:35.368181 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
[Sat Mar 23 09:13:35.368200 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 57, in __getattr__
[Sat Mar 23 09:13:35.368216 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] self._setup(name)
[Sat Mar 23 09:13:35.368235 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 44, in _setup
[Sat Mar 23 09:13:35.368251 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] self._wrapped = Settings(settings_module)
[Sat Mar 23 09:13:35.368270 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 107, in __init__
[Sat Mar 23 09:13:35.368286 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod = importlib.import_module(self.SETTINGS_MODULE)
[Sat Mar 23 09:13:35.368305 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
[Sat Mar 23 09:13:35.368321 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] return _bootstrap._gcd_import(name[level:], package, level)
[Sat Mar 23 09:13:35.368340 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 986, in _gcd_import
[Sat Mar 23 09:13:35.368377 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 969, in _find_and_load
[Sat Mar 23 09:13:35.368398 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 944, in _find_and_load_unlocked
[Sat Mar 23 09:13:35.368418 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
[Sat Mar 23 09:13:35.368438 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 986, in _gcd_import
[Sat Mar 23 09:13:35.368458 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 969, in _find_and_load
[Sat Mar 23 09:13:35.368478 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked
[Sat Mar 23 09:13:35.368512 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] ImportError: No module named 'frontend'
django python-3.x apache
add a comment |
I'm setting up a new server using Apache and Django, but i have problems with WSGI when trying to access server.
This is the apache log:
[Sat Mar 23 09:13:35.367639 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod_wsgi (pid=19535): Target WSGI script '/root/frontend/frontend/wsgi.py' cannot be loaded as Python module.
[Sat Mar 23 09:13:35.367773 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod_wsgi (pid=19535): Exception occurred processing WSGI script '/root/frontend/frontend/wsgi.py'.
[Sat Mar 23 09:13:35.367999 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] Traceback (most recent call last):
[Sat Mar 23 09:13:35.368076 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/root/frontend/frontend/wsgi.py", line 16, in <module>
[Sat Mar 23 09:13:35.368098 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] application = get_wsgi_application()
[Sat Mar 23 09:13:35.368127 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/core/wsgi.py", line 12, in get_wsgi_application
[Sat Mar 23 09:13:35.368145 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] django.setup(set_prefix=False)
[Sat Mar 23 09:13:35.368164 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/__init__.py", line 19, in setup
[Sat Mar 23 09:13:35.368181 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
[Sat Mar 23 09:13:35.368200 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 57, in __getattr__
[Sat Mar 23 09:13:35.368216 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] self._setup(name)
[Sat Mar 23 09:13:35.368235 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 44, in _setup
[Sat Mar 23 09:13:35.368251 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] self._wrapped = Settings(settings_module)
[Sat Mar 23 09:13:35.368270 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 107, in __init__
[Sat Mar 23 09:13:35.368286 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod = importlib.import_module(self.SETTINGS_MODULE)
[Sat Mar 23 09:13:35.368305 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
[Sat Mar 23 09:13:35.368321 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] return _bootstrap._gcd_import(name[level:], package, level)
[Sat Mar 23 09:13:35.368340 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 986, in _gcd_import
[Sat Mar 23 09:13:35.368377 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 969, in _find_and_load
[Sat Mar 23 09:13:35.368398 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 944, in _find_and_load_unlocked
[Sat Mar 23 09:13:35.368418 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
[Sat Mar 23 09:13:35.368438 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 986, in _gcd_import
[Sat Mar 23 09:13:35.368458 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 969, in _find_and_load
[Sat Mar 23 09:13:35.368478 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked
[Sat Mar 23 09:13:35.368512 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] ImportError: No module named 'frontend'
django python-3.x apache
add a comment |
I'm setting up a new server using Apache and Django, but i have problems with WSGI when trying to access server.
This is the apache log:
[Sat Mar 23 09:13:35.367639 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod_wsgi (pid=19535): Target WSGI script '/root/frontend/frontend/wsgi.py' cannot be loaded as Python module.
[Sat Mar 23 09:13:35.367773 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod_wsgi (pid=19535): Exception occurred processing WSGI script '/root/frontend/frontend/wsgi.py'.
[Sat Mar 23 09:13:35.367999 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] Traceback (most recent call last):
[Sat Mar 23 09:13:35.368076 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/root/frontend/frontend/wsgi.py", line 16, in <module>
[Sat Mar 23 09:13:35.368098 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] application = get_wsgi_application()
[Sat Mar 23 09:13:35.368127 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/core/wsgi.py", line 12, in get_wsgi_application
[Sat Mar 23 09:13:35.368145 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] django.setup(set_prefix=False)
[Sat Mar 23 09:13:35.368164 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/__init__.py", line 19, in setup
[Sat Mar 23 09:13:35.368181 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
[Sat Mar 23 09:13:35.368200 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 57, in __getattr__
[Sat Mar 23 09:13:35.368216 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] self._setup(name)
[Sat Mar 23 09:13:35.368235 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 44, in _setup
[Sat Mar 23 09:13:35.368251 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] self._wrapped = Settings(settings_module)
[Sat Mar 23 09:13:35.368270 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 107, in __init__
[Sat Mar 23 09:13:35.368286 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod = importlib.import_module(self.SETTINGS_MODULE)
[Sat Mar 23 09:13:35.368305 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
[Sat Mar 23 09:13:35.368321 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] return _bootstrap._gcd_import(name[level:], package, level)
[Sat Mar 23 09:13:35.368340 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 986, in _gcd_import
[Sat Mar 23 09:13:35.368377 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 969, in _find_and_load
[Sat Mar 23 09:13:35.368398 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 944, in _find_and_load_unlocked
[Sat Mar 23 09:13:35.368418 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
[Sat Mar 23 09:13:35.368438 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 986, in _gcd_import
[Sat Mar 23 09:13:35.368458 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 969, in _find_and_load
[Sat Mar 23 09:13:35.368478 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked
[Sat Mar 23 09:13:35.368512 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] ImportError: No module named 'frontend'
django python-3.x apache
I'm setting up a new server using Apache and Django, but i have problems with WSGI when trying to access server.
This is the apache log:
[Sat Mar 23 09:13:35.367639 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod_wsgi (pid=19535): Target WSGI script '/root/frontend/frontend/wsgi.py' cannot be loaded as Python module.
[Sat Mar 23 09:13:35.367773 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod_wsgi (pid=19535): Exception occurred processing WSGI script '/root/frontend/frontend/wsgi.py'.
[Sat Mar 23 09:13:35.367999 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] Traceback (most recent call last):
[Sat Mar 23 09:13:35.368076 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/root/frontend/frontend/wsgi.py", line 16, in <module>
[Sat Mar 23 09:13:35.368098 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] application = get_wsgi_application()
[Sat Mar 23 09:13:35.368127 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/core/wsgi.py", line 12, in get_wsgi_application
[Sat Mar 23 09:13:35.368145 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] django.setup(set_prefix=False)
[Sat Mar 23 09:13:35.368164 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/__init__.py", line 19, in setup
[Sat Mar 23 09:13:35.368181 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
[Sat Mar 23 09:13:35.368200 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 57, in __getattr__
[Sat Mar 23 09:13:35.368216 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] self._setup(name)
[Sat Mar 23 09:13:35.368235 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 44, in _setup
[Sat Mar 23 09:13:35.368251 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] self._wrapped = Settings(settings_module)
[Sat Mar 23 09:13:35.368270 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/local/lib/python3.5/dist-packages/django/conf/__init__.py", line 107, in __init__
[Sat Mar 23 09:13:35.368286 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] mod = importlib.import_module(self.SETTINGS_MODULE)
[Sat Mar 23 09:13:35.368305 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
[Sat Mar 23 09:13:35.368321 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] return _bootstrap._gcd_import(name[level:], package, level)
[Sat Mar 23 09:13:35.368340 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 986, in _gcd_import
[Sat Mar 23 09:13:35.368377 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 969, in _find_and_load
[Sat Mar 23 09:13:35.368398 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 944, in _find_and_load_unlocked
[Sat Mar 23 09:13:35.368418 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
[Sat Mar 23 09:13:35.368438 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 986, in _gcd_import
[Sat Mar 23 09:13:35.368458 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 969, in _find_and_load
[Sat Mar 23 09:13:35.368478 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] File "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked
[Sat Mar 23 09:13:35.368512 2019] [wsgi:error] [pid 19535:tid 140663217088256] [client 139.47.79.250:8469] ImportError: No module named 'frontend'
django python-3.x apache
django python-3.x apache
edited Mar 23 at 13:22
thebjorn
14.1k55389
14.1k55389
asked Mar 23 at 13:19
Daniel Sánchez CampillosDaniel Sánchez Campillos
11
11
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55314139%2fwsgi-script-cannot-be-loaded-as-python-module-django-server-with-apache%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55314139%2fwsgi-script-cannot-be-loaded-as-python-module-django-server-with-apache%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown