On Feb 8, 4:25 pm, Jeff <[email protected]> wrote:
> I actually got it to work by changing the PYTHONPATH from '/var/www/
> django/legend' to just '/var/www/django'.  Not sure if this is only
> due to my version of python or what.  But thank you for the help.

It's because Python tries to look inside the directories/modules in
PYTHONPATH. So it was actually looking for:

/var/www/django/legend/legend

which obviously doesn't exist.

Glad it's working though.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to