Enter code here...
I have Django Oscar 1.6.7 installed in my environment.
(project_clue-lN_VOCeI) c:\git\project_clue>py web\manage.py runserverUnhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x038BF978>Traceback (most recent call last): File "C:\Users\Ayo Paul\.virtualenvs\project_clue-lN_VOCeI\lib\site-packages\django\utils\autoreload.py", line 225, in wrapper fn(*args, **kwargs) File "C:\Users\Ayo Paul\.virtualenvs\project_clue-lN_VOCeI\lib\site-packages\django\core\management\commands\runserver.py", line 109, in inner_run autoreload.raise_last_exception() File "C:\Users\Ayo Paul\.virtualenvs\project_clue-lN_VOCeI\lib\site-packages\django\utils\autoreload.py", line 248, in raise_last_exception raise _exception[1] File "C:\Users\Ayo Paul\.virtualenvs\project_clue-lN_VOCeI\lib\site-packages\django\core\management\__init__.py", line 337, in execute autoreload.check_errors(django.setup)() File "C:\Users\Ayo Paul\.virtualenvs\project_clue-lN_VOCeI\lib\site-packages\django\utils\autoreload.py", line 225, in wrapper fn(*args, **kwargs) File "C:\Users\Ayo Paul\.virtualenvs\project_clue-lN_VOCeI\lib\site-packages\django\__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "C:\Users\Ayo Paul\.virtualenvs\project_clue-lN_VOCeI\lib\site-packages\django\apps\registry.py", line 89, in populate app_config = AppConfig.create(entry) File "C:\Users\Ayo Paul\.virtualenvs\project_clue-lN_VOCeI\lib\site-packages\django\apps\config.py", line 116, in create mod = import_module(mod_path) File "C:\Users\Ayo Paul\.virtualenvs\project_clue-lN_VOCeI\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlockedModuleNotFoundError: No module named 'apps'.
Django is failing to find the module you reference in `clud.apps.catalogue` - I guess that import path isn't correct. You can try importing it from the shell, and if it doesn't work you need to specify a path that does depending on where your module is located.
--
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit https://groups.google.com/d/msgid/django-oscar/2acb23fc-6aab-4724-90a7-72482b7484d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit https://groups.google.com/d/msgid/django-oscar/5c0c91af-b6af-4740-88f9-3ce47e233093%40googlegroups.com.
I am not 100% sure, but think it's highly likely that the reason you're having to do this is because you're on Windows which handles file paths differently. Oscar doesn't officially support Windows, and I suspect you will run into more issues further down the line.
--
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit https://groups.google.com/d/msgid/django-oscar/321d31a9-a209-4878-aca9-ac1abfeb1216%40googlegroups.com.