On Mon, 2006-07-17 at 07:45 -0700, markguy wrote:
> So, what you were *really* suggesting was that PYTHONPATH should
> include the project directory, not the django_src directory? I saw that
> while skimming through the docs.
> 
> I changed PYTHONPATH to reflect that (apparently, adding both
> directories in a fit of crankiness doesn't help matters):

I would have thought you needed both in there. How are you adding both?
The syntax here is a python list so

"[ '/home/mark/django_projects', '/home/mark/djagno_src' ] + sys.path"

should have come close, I would have thought.

Regards,
Malcolm


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

Reply via email to