Thursday, July 24, 2014

Please help:ImportError: No module named django

Hi, I have problems with Django in windows 7.

I installed Django using Windows Powershell: 

PS C:\Python27> pip install django
Requirement already satisfied (use --upgrade to upgrade): django in c:\anaconda\lib\site-package.

However, when I run "import django" in Python 2.7.6 shell, it showed the following error message:

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    import django
ImportError: No module named django

I searched over the internet and did not find useful information. 

Please help.

Many thanks in advance.


--
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+unsubscribe@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/b30d3b18-c728-4bd5-8a72-874dd5a065b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment