On Feb 7, 12:13 am, BrianE <stypo...@gmail.com> wrote:
> how can I get mod_python, which is needed by apache, to load in the
> python 25 directoty and not in the 24 directory?

If no prebuilt binary of mod_python is available that was compiled
against Python 2.5 then you must build mod_python from source code
yourself against Python 2.5.

This is because you cannot dynamically switch which version of Python
mod_python uses at run time, it is dictated at compile time.

If having to recompile, you might want to look at mod_wsgi instead,
which will give a better experience.

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