On Wed, Jan 28, 2009 at 3:39 PM, saturdayplace <saturdaypl...@gmail.com>wrote:

>
> Ahh.  OK, so I installed django in /home/thunsaker/python_modules/
> django-trunk.  And then did:
>    ln -s /home/thunsaker/python_modules/django-trunk/django /usr/lib/
> python2.5/site-packages
> so that django's on the pythonpath.  I'm unsure of how to add it to
> sys.path.
>

site-packages is automatically on sys.path.  It's likely you need to change
the permissions for your /home/..../django-trunk directory tree so that
Apache can read the files there.  Generally by default Apache won't have
access to anything under a user's home directory.

Karen

--~--~---------~--~----~------------~-------~--~----~
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