I can't speak authoritatively on this, since that's not how it installs in
Linux, but in my understanding the contents of the django.pth file should
be the directory django has been installed to. Check the contents of that
file to see if everything is in order.
An alternative to this is to update PYTHONPATH to point to the folder
django is installed to. A quick test on Mac OSX would look like:
PYTHONPATH=/location/of/django python -c "import django;
print(django.get_version())"
and you could make it more permanent by adding
PYTHONPATH=/location/of/django to your ~/.profile
In windows, you may need to look at your environment variable settings.

On Sun, Sep 9, 2012 at 3:53 PM, Shayan Afridi <palmtreetutor...@gmail.com>wrote:

> There is a django.pth there and a README
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to