Traceback (most recent call last):
File “C:\Python39\lib\threading.py”, line 954, in _bootstrap_inner
self.run()
File “C:\Python39\lib\threading.py”, line 892, in run
self._target(*self.args, **self.kwargs)
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 64, in wrapper
fn(*args, **kwargs)
File “C:\Python39\lib\site-packages\django\core\management\commands\runserver.py”, line 110, in inner_run
autoreload.raise_last_exception()
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 87, in raise_last_exception
raise exception[1]
File "C:\Python39\lib\site-packages\django\core\management_init.py", line 375, in execute
autoreload.check_errors(django.setup)()
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 64, in wrapper
fn(*args, **kwargs)
File "C:\Python39\lib\site-packages\django_init.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File “C:\Python39\lib\site-packages\django\apps\registry.py”, line 91, in populate
app_config = AppConfig.create(entry)
File “C:\Python39\lib\site-packages\django\apps\config.py”, line 224, in create
import_module(entry)
File "C:\Python39\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1030, in _gcd_import
File “”, line 1007, in find_and_load
File “”, line 984, in find_and_load_unlocked
ModuleNotFoundError: No module named ‘fontawesome-free’
Traceback (most recent call last):
File “E:\Projects\ezyzip\utihoo\manage.py”, line 49, in
main()
File “E:\Projects\ezyzip\utihoo\manage.py”, line 44, in main
execute_from_command_line(sys.argv)
File "C:\Python39\lib\site-packages\django\core\management_init.py", line 419, in execute_from_command_line
utility.execute()
File "C:\Python39\lib\site-packages\django\core\management_init.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “C:\Python39\lib\site-packages\django\core\management\base.py”, line 354, in run_from_argv
self.execute(*args, **cmd_options)
File “C:\Python39\lib\site-packages\django\core\management\commands\runserver.py”, line 61, in execute
super().execute(*args, **options)
File “C:\Python39\lib\site-packages\django\core\management\base.py”, line 398, in execute
output = self.handle(*args, **options)
File “C:\Python39\lib\site-packages\django\core\management\commands\runserver.py”, line 96, in handle
self.run(**options)
File “C:\Python39\lib\site-packages\django\core\management\commands\runserver.py”, line 103, in run
autoreload.run_with_reloader(self.inner_run, **options)
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 638, in run_with_reloader
start_django(reloader, main_func, *args, **kwargs)
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 623, in start_django
reloader.run(django_main_thread)
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 329, in run
self.run_loop()
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 335, in run_loop
next(ticker)
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 375, in tick
for filepath, mtime in self.snapshot_files():
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 391, in snapshot_files
for file in self.watched_files():
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 289, in watched_files
yield from iter_all_python_module_files()
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 116, in iter_all_python_module_files
return iter_modules_and_files(modules, frozenset(_error_files))
File “C:\Python39\lib\site-packages\django\utils\autoreload.py”, line 152, in iter_modules_and_files
if not path.exists():
File “C:\Python39\lib\pathlib.py”, line 1407, in exists
self.stat()
File “C:\Python39\lib\pathlib.py”, line 1221, in stat
return self._accessor.stat(self)
OSError: [WinError 123] La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte: ‘’
Please start with reading How do I ask a good question? - Help Center - Stack Overflow
- Provide a subject line that actually describes the problem
- Describe the problem. What did you do that created this error message?
- Describe your environment in which this is running.
- Are you just getting started?
- If so, are you following a tutorial?
- If so, which one?
- If not, what have you done before getting to this point?
- If so, are you following a tutorial?
When I run the py manage.py runserver command, I have this error in the terminal I don’t know why,
It’s a group job and I received the source code for the rest of the modifications I don’t know if it’s my version of django that does this
Within the traceback you posted is a line indicating an error. (Not the OSError at the end, before that, within the traceback.)
What is that error? What do you think the error is telling you?
I think it’s because of my operating system
I am on a windows, with the writing _ at the beginning of the file it is refused