Wondering if anyone may be able to shed some light on this...I've cloned 
the latest dev. version of Django from Git, and though I'm a bit of a 
newbie here, and this might sound totally dumb to the professionals (I'm 
unsure), I also tried     pip install django.utils    as a last ditch 
effort. It seemed to download a package successfully, but still I'm 
receiving the same error.

I've made it about halfway though the "Getting Started with Python" 
tutorial on the Heroku Dev Center (
https://devcenter.heroku.com/articles/getting-started-with-python#run-the-app-locally),
 
and I get the following error when attempting to run collectstatic:


python manage.py collectstatic

Traceback (most recent call last):
  File "manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
  File 
"C:\Users\jakem\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\django\__init__.py",
 line 1, in <module>
    from django.utils.version import get_version
ModuleNotFoundError: No module named 'django.utils'

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1be60359-eb10-4def-90dc-762d1315e66a%40googlegroups.com.

Reply via email to