Re: Please help:ImportError: No module named django

2014-08-04 Thread Collin Anderson
in the python shell try running: import sys sys.path -- 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

Re: Please help:ImportError: No module named django

2014-08-03 Thread New Django User
Matt, This is what I got in Windows PowerShell: C:\Anaconda\python.exe: can't open file '2.7.6': [Errno 2] No such file or directory. 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? > > Pyt

Re: Please help:ImportError: No module named django

2014-08-03 Thread New Django User
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

Re: Please help:ImportError: No module named django

2014-07-24 Thread Matt Gushee
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 wrote: > Hi, I have problems with Django in windows 7. > > I installed Django using Windows Powershell: > > PS C:\Python27> pip install dja

Please help:ImportError: No module named django

2014-07-24 Thread New Django User
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 t