epic christ
2018-11-16 15:25:05 UTC
(myvenv) epiczed00s-MacBook-Air:mysite epiczed00$ python3 manage.py
runserver
Traceback (most recent call last):
File "manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "manage.py", line 14, in <module>
) from exc
ImportError: Couldn't import Django. Are you sure it's installed and
available on your PYTHONPATH environment variable? Did you forget to
activate a virtual environment?
(myvenv) epiczed00s-MacBook-Air:mysite epiczed00$
I get this error, and as you can see I already have virtual enviroment.
Django worked before but recently this appeared to me. I don't know what
this means, I testted everything.
runserver
Traceback (most recent call last):
File "manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "manage.py", line 14, in <module>
) from exc
ImportError: Couldn't import Django. Are you sure it's installed and
available on your PYTHONPATH environment variable? Did you forget to
activate a virtual environment?
(myvenv) epiczed00s-MacBook-Air:mysite epiczed00$
I get this error, and as you can see I already have virtual enviroment.
Django worked before but recently this appeared to me. I don't know what
this means, I testted everything.
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4188fd59-c008-4915-8386-bbe701de3e98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4188fd59-c008-4915-8386-bbe701de3e98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.