Hi Tim,

Thank you for responding.
When I run:
import sys
for p in sys.path:
    print p

It does not print anything.

The path is to the django site packages is /Library/Python/2.6/site-
packages/Django-1.1.1-py2.6.egg/django


On Apr 8, 12:26 pm, Tim Shaffer <t...@tim-shaffer.com> wrote:
> What is the absolute path to the django site-packages folder?
>
> What does the following code output when you run it in the python
> interpreter?
>
> import sys
> for p in sys.path:
>     print p

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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