Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run issue #1

Open
PalakMunet opened this issue Oct 5, 2019 · 0 comments
Open

Run issue #1

PalakMunet opened this issue Oct 5, 2019 · 0 comments

Comments

@PalakMunet
Copy link

Hi, I am trying to run your application.
I have downloaded the zip file of your code project and want to further extend it.
But i am facing issues while running it.
Can you share with me the steps to run your project.
Currently I am simply running --> python manage.py runserver

Exception in thread django-main-thread:
Traceback (most recent call last):
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\threading.py", line 864, in run
self._target(*self.args, **self.kwargs)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 54, in wrapper
fn(*args, **kwargs)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\management\commands\runserver.py", line 109
, in inner_run
autoreload.raise_last_exception()
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 77, in raise_last_exc
eption
raise exception[1]
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\management_init
.py", line 337, in execu
te
autoreload.check_errors(django.setup)()
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 54, in wrapper
fn(*args, **kwargs)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django_init
.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\apps\registry.py", line 91, in populate
app_config = AppConfig.create(entry)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\apps\config.py", line 90, in create
module = import_module(entry)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\importlib_init
.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 978, in _gcd_import
File "", line 961, in _find_and_load
File "", line 948, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'import_export'

Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\management_init_.py", line 381, in execu
te_from_command_line
utility.execute()
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\management_init_.py", line 375, in execu
te
self.fetch_command(subcommand).run_from_argv(self.argv)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\management\base.py", line 323, in run_from_
argv
self.execute(*args, **cmd_options)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\management\commands\runserver.py", line 60,
in execute
super().execute(*args, **options)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\management\base.py", line 364, in execute
output = self.handle(*args, **options)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\management\commands\runserver.py", line 95,
in handle
self.run(**options)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\core\management\commands\runserver.py", line 102
, in run
autoreload.run_with_reloader(self.inner_run, **options)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 598, in run_with_relo
ader
start_django(reloader, main_func, *args, **kwargs)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 583, in start_django
reloader.run(django_main_thread)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 301, in run
self.run_loop()
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 307, in run_loop
next(ticker)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 347, in tick
for filepath, mtime in self.snapshot_files():
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 363, in snapshot_file
s
for file in self.watched_files():
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 262, in watched_files

yield from iter_all_python_module_files()

File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 103, in iter_all_pyth
on_module_files
return iter_modules_and_files(modules, frozenset(error_files))
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\django\utils\autoreload.py", line 139, in iter_modules

and_files
if not path.exists():
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\pathlib.py", line 1317, in exists
self.stat()
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\pathlib.py", line 1137, in stat
return self._accessor.stat(self)
File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\pathlib.py", line 388, in wrapped
return strfunc(str(pathobj), *args)
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant