问题描述
拜托,有什么帮助吗? 我正在尝试为我的项目设置 wagtailtrans。 按照这个https://wagtailtrans.readthedocs.io/en/2.1/getting_started.html 添加中间类后,应用程序不起作用
'wagtail.core.middleware.SiteMiddleware','wagtailtrans.middleware.TranslationMiddleware',
输出日志:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/django/core/servers/basehttp.py",line 45,in get_internal_wsgi_application
return import_string(app_path)
File "/usr/local/lib/python3.8/site-packages/django/utils/module_loading.py",line 17,in import_string
module = import_module(module_path)
File "/usr/local/lib/python3.8/importlib/__init__.py",line 127,in import_module
return _bootstrap._gcd_import(name[level:],package,level)
File "<frozen importlib._bootstrap>",line 1014,in _gcd_import
File "<frozen importlib._bootstrap>",line 991,in _find_and_load
File "<frozen importlib._bootstrap>",line 975,in _find_and_load_unlocked
File "<frozen importlib._bootstrap>",line 671,in _load_unlocked
File "<frozen importlib._bootstrap_external>",line 783,in exec_module
File "<frozen importlib._bootstrap>",line 219,in _call_with_frames_removed
File "/bpvApp/bpvApp/wsgi.py",line 16,in <module>
application = get_wsgi_application()
File "/usr/local/lib/python3.8/site-packages/django/core/wsgi.py",line 13,in get_wsgi_application
return WsgiHandler()
File "/usr/local/lib/python3.8/site-packages/django/core/handlers/wsgi.py",in __init__
self.load_middleware()
File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py",line 40,in load_middleware
middleware = import_string(middleware_path)
File "/usr/local/lib/python3.8/site-packages/django/utils/module_loading.py",line 961,in _call_with_frames_removed
File "<frozen importlib._bootstrap>",line 973,in _find_and_load_unlocked
ModuleNotFoundError: No module named 'wagtail.wagtailcore'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/threading.py",line 932,in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.8/threading.py",line 870,in run
self._target(*self._args,**self._kwargs)
File "/usr/local/lib/python3.8/site-packages/django/utils/autoreload.py",line 53,in wrapper
fn(*args,**kwargs)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/runserver.py",line 138,in inner_run
handler = self.get_handler(*args,**options)
File "/usr/local/lib/python3.8/site-packages/django/contrib/staticfiles/management/commands/runserver.py",line 27,in get_handler
handler = super().get_handler(*args,**options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/runserver.py",line 65,in get_handler
return get_internal_wsgi_application()
File "/usr/local/lib/python3.8/site-packages/django/core/servers/basehttp.py",line 47,in get_internal_wsgi_application
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Wsgi application 'bpvApp.wsgi.application' Could not be loaded; Error importing module.
请问,我该如何解决?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)