The question is, is django inside one of those directories? It should probably be installed to C:\Python27\lib\site-packages so there would be a C:\Python27\lib\site-packages\django directory. Is it there?
On Sun, Sep 9, 2012 at 3:41 PM, Shayan Afridi <[email protected]>wrote: > Interesting. I'm doing it on my PC now, and still getting the same problem. > > Then I saw your email: > > Here's what I get when I print sys.path. (django's not there) > > >>> print sys.path > ['', 'C:\\Windows\\system32\\python27.zip', 'C:\\Python27\\DLLs', > 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C > :\\Python27\\lib\\lib-tk', 'C:\\Python27', > 'C:\\Python27\\lib\\site-packages', 'C:\\Python27\\lib\\site-packages'] > > the ln line doesn't work for me > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

