On 11/06/2014 3:40 PM, David Moya wrote:
So i supposedly installed Django because on the terminal, after going through the whole process of installation, it says "Successfully installed Django". However, when i try to run the command: python -c "import django; print(django.get_version())"I get:ImportError: No module named django. What should I do?
Start python >>> import django >>> django.get_version() '1.5.8' >>> ... in my case Mike
-- 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 <mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto:django-users@googlegroups.com>. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b32fee81-8061-49bd-b66e-433f5480eb13%40googlegroups.com <https://groups.google.com/d/msgid/django-users/b32fee81-8061-49bd-b66e-433f5480eb13%40googlegroups.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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/53980347.5080709%40dewhirst.com.au. For more options, visit https://groups.google.com/d/optout.