好友
阅读权限10
听众
最后登录1970-1-1
|
E:\antd-demo\untitled>python manage.py runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
File "E:\Python35\lib\threading.py", line 914, in _bootstrap_inner
self.run()
File "E:\Python35\lib\threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 54, in w
rapper
fn(*args, **kwargs)
File "E:\Python35\lib\site-packages\django\core\management\commands\runserver.
py", line 109, in inner_run
autoreload.raise_last_exception()
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 77, in r
aise_last_exception
raise _exception[1]
File "E:\Python35\lib\site-packages\django\core\management\__init__.py", line
337, in execute
autoreload.check_errors(django.setup)()
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 54, in w
rapper
fn(*args, **kwargs)
File "E:\Python35\lib\site-packages\django\__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "E:\Python35\lib\site-packages\django\apps\registry.py", line 91, in popu
late
app_config = AppConfig.create(entry)
File "E:\Python35\lib\site-packages\django\apps\config.py", line 90, in create
module = import_module(entry)
File "E:\Python35\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 986, in _gcd_import
File "<frozen importlib._bootstrap>", line 969, in _find_and_load
File "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked
ImportError: No module named 'corsheaders'
Traceback (most recent call last):
File "manage.py", line 21, in <module>
main()
File "manage.py", line 17, in main
execute_from_command_line(sys.argv)
File "E:\Python35\lib\site-packages\django\core\management\__init__.py", line
381, in execute_from_command_line
utility.execute()
File "E:\Python35\lib\site-packages\django\core\management\__init__.py", line
375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "E:\Python35\lib\site-packages\django\core\management\base.py", line 323,
in run_from_argv
self.execute(*args, **cmd_options)
File "E:\Python35\lib\site-packages\django\core\management\commands\runserver.
py", line 60, in execute
super().execute(*args, **options)
File "E:\Python35\lib\site-packages\django\core\management\base.py", line 364,
in execute
output = self.handle(*args, **options)
File "E:\Python35\lib\site-packages\django\core\management\commands\runserver.
py", line 95, in handle
self.run(**options)
File "E:\Python35\lib\site-packages\django\core\management\commands\runserver.
py", line 102, in run
autoreload.run_with_reloader(self.inner_run, **options)
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 598, in
run_with_reloader
start_django(reloader, main_func, *args, **kwargs)
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 583, in
start_django
reloader.run(django_main_thread)
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 301, in
run
self.run_loop()
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 307, in
run_loop
next(ticker)
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 347, in
tick
for filepath, mtime in self.snapshot_files():
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 363, in
snapshot_files
for file in self.watched_files():
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 262, in
watched_files
yield from iter_all_python_module_files()
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 103, in
iter_all_python_module_files
return iter_modules_and_files(modules, frozenset(_error_files))
File "E:\Python35\lib\site-packages\django\utils\autoreload.py", line 139, in
iter_modules_and_files
if not path.exists():
File "E:\Python35\lib\pathlib.py", line 1306, in exists
self.stat()
File "E:\Python35\lib\pathlib.py", line 1126, in stat
return self._accessor.stat(self)
File "E:\Python35\lib\pathlib.py", line 371, in wrapped
return strfunc(str(pathobj), *args)
OSError: [WinError 123] 文件名、目录名或卷标语法不正确。: '<frozen importlib._bo
otstrap>'
E:\antd-demo\untitled>
win7 python3 manage.py runserver 运行这句出错!!!! |
|