ModuleNotFoundError: No module named 'usersDjangoUeditor'
来源:1-1 课程导学

慕沐5455470
2021-06-26
Exception in thread django-main-thread:
Traceback (most recent call last):
File “/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py”, line 917, in _bootstrap_inner
self.run()
File “/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py”, line 865, in run
self._target(*self._args, **self._kwargs)
File “/Volumes/Transcend/Coding/Python/python_virtualenv/VueShop/lib/python3.7/site-packages/django/utils/autoreload.py”, line 64, in wrapper
fn(*args, **kwargs)
File “/Volumes/Transcend/Coding/Python/python_virtualenv/VueShop/lib/python3.7/site-packages/django/core/management/commands/runserver.py”, line 110, in inner_run
autoreload.raise_last_exception()
File “/Volumes/Transcend/Coding/Python/python_virtualenv/VueShop/lib/python3.7/site-packages/django/utils/autoreload.py”, line 87, in raise_last_exception
raise _exception[1]
File “/Volumes/Transcend/Coding/Python/python_virtualenv/VueShop/lib/python3.7/site-packages/django/core/management/init.py”, line 375, in execute
autoreload.check_errors(django.setup)()
File “/Volumes/Transcend/Coding/Python/python_virtualenv/VueShop/lib/python3.7/site-packages/django/utils/autoreload.py”, line 64, in wrapper
fn(*args, **kwargs)
File “/Volumes/Transcend/Coding/Python/python_virtualenv/VueShop/lib/python3.7/site-packages/django/init.py”, line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File “/Volumes/Transcend/Coding/Python/python_virtualenv/VueShop/lib/python3.7/site-packages/django/apps/registry.py”, line 91, in populate
app_config = AppConfig.create(entry)
File “/Volumes/Transcend/Coding/Python/python_virtualenv/VueShop/lib/python3.7/site-packages/django/apps/config.py”, line 224, in create
import_module(entry)
File “/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “
请问这个是什么问题啊?
1回答
-
慕沐5455470
提问者
2021-06-26
已解决
012021-06-29
Python前后端分离开发Vue+Django REST framework实战
2891 学习 · 2481 问题
相似问题