On Oct 17, 12:18 pm, Wiley <[EMAIL PROTECTED]> wrote:
> > 1. Why are you using:
>
> > PythonPath "['/usr/lib/python2.5/site-packages/django'] + sys.path"
>
> > It seems awfully odd that you would be adding django package directory
> > to sys.path explicitly.
>
> A friend of mine set it up this way for me, at the time I was only
> using a single
> virtual host and it Just Worked(tm)

Is that Microsoft 'Just Worked' or Apple 'Just Worked'. ;-)

> so I didn't mess with it.  Is
> there something
> more standard I should be doing?

It simply shouldn't be necessary to be adding 'django' package
explicitly like that. Just comment out the whole PythonPath line and
it should still work. I would be highly surprised if that solved your
problem though, as can't see how it would cause this specific issue.

Graham


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to