On Thu, Feb 5, 2009 at 7:15 PM, djandrow <andrewkenyon...@gmail.com> wrote:

>
> Thank you, i will try creating a symlink.  I'm a bit confused about
> the PythonPath though, is the python path an environment variable or
> is it defined in the httpd conf or a 3rd place?
>
> I know I have:
>
>  PythonPath "['C:/Program Files/Apache2.2/htdocs/myproject'] +
> sys.path"
>
> in the conf. But how does this specify where python is located and how
> can I change it?
>
> Regards,
>
> Andrew
>
> > The best solution(IMO), is to put it in some neutral location and to
> either
> > symlink it to both 2.5 and 2.6 or just add that location to your
> > PYTHONPATH(which is version neutral).
> >
> > Alex
> >
>
PythonPath is an enviromental variable that tells the python interpretter
where to look to load modules.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

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