Matt,

If I typed python in Windows Powershell, I got the following:

Python 2.7.6 | Anaconda 1.9.1 (32-bit)| (default, Nov 11 2013, 10:50:31) 
[MSC v.1500 32 bit (Intel)] on win 32
Type "help", "copyright", "credits" or "license" for more information.

Thanks.

Xuan  


On Thursday, July 24, 2014 4:07:26 PM UTC-4, Matt Gushee wrote:
>
> 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 <liux...@gmail.com 
> <javascript:>> 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...@googlegroups.com <javascript:>. 
> > To post to this group, send email to django...@googlegroups.com 
> <javascript:>. 
> > 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+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/2c7930d2-1e34-42c9-b9ad-3fefcf97c8a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to