Thursday, July 24, 2014

Re: Please help:ImportError: No module named django

Hi, Liu Xuan--

What result do you get when you do the following?

Python 2.7.6

>>> import sys
>>> sys.path

On Thu, Jul 24, 2014 at 1:23 PM, New Django User <liuxuan72@gmail.com> wrote:
> 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.

--
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/CABrD0efC05zFMNOgTKDX%3D0YcCV5tAnW6JDUbamOosRTRqGQLxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment