do a " pip list " and a python -V to see if Django and python are there.
On Fri, Mar 22, 2019 at 10:20 AM fazal rehman <[email protected]> wrote: > Thanks it works 😊 > > On Fri, Mar 22, 2019, 8:43 PM Scheck David <[email protected] wrote: > >> activate your virtual env or pip install Django >> >> Le ven. 22 mars 2019 à 16:04, fazal rehman <[email protected]> a >> écrit : >> >>> (myvenv) C:\cdedjango\src\trydjango>python 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? >>> >>> -- >>> 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 [email protected]. >>> To post to this group, send email to [email protected]. >>> 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/442fe84e-783b-46bd-82d1-23231766bb25%40googlegroups.com >>> <https://groups.google.com/d/msgid/django-users/442fe84e-783b-46bd-82d1-23231766bb25%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> -- >> >> With kindest regards, >> >> >> *David SCHECK* >> >> PRESIDENT/DEVELOPER >> >> [image: Signature Logo Sphax Bleu-01.png] >> >> Phone: +32 4 87 86 70 12 >> Visit our website ! https://www.sphax.org >> >> -- >> 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 [email protected]. >> To post to this group, send email to [email protected]. >> 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/CAOPG6seXUnePtwP9JzNEMVoKjJ14OSQcX3Nquwm4dZ-8t3Lrgw%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAOPG6seXUnePtwP9JzNEMVoKjJ14OSQcX3Nquwm4dZ-8t3Lrgw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> 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 [email protected]. > To post to this group, send email to [email protected]. > 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/CAG9Y3D8NVAY8muwpOCmZvHqVb7z_FjLg%3DG8BqPgjFk7UjjJhdw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAG9Y3D8NVAY8muwpOCmZvHqVb7z_FjLg%3DG8BqPgjFk7UjjJhdw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > 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 [email protected]. To post to this group, send email to [email protected]. 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/CAA8xcEt8E4a46e8cvod0KRF3cRBcwBSqKzCYkaO06e2moB8ndw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

