On Feb 1, 11:09 am, Brett Parker <[EMAIL PROTECTED]> wrote:
> On 01 Feb 08:00, bobhaugen wrote:
>
>
> > On Feb 1, 7:45 am, Brett Parker <[EMAIL PROTECTED]> wrote:
> PYTHONPATH is just an environmental variable, often if you're not
> already using it it'll be empty ;) You can check it's current value
> with:
> echo $PYTHONPATH
>
> If it's empty then you can just do:
> export PYTHONPATH=/path/to/django/trunk/checkout
>
> Otherwise:
> export PYTHONPATH=$PYTHONPATH:/path/to/django/trunk/checkout
>
> That should give you enough to be able to run the development server
> etc... For apache2 and mod_python you can just add it in the
> PythonPath.
Thanks again for your patience, Brett. That at least got me to the
point where import django works.
If I run into other problems down the road, I'll start another
thread. We're way off topic in this one, altho I'm happy with the
results so far.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---