On Sat, 2006-06-10 at 03:35 -0700, PythonistL wrote:
> Simon,
> On Apache
> I use
> Apache/2.0.55 (Trustix Secure Linux/Linux)
> mod_python/3.2.8
> Python/2.3.5
> PHP/5.0.5
> mod_perl/2.0.0 Perl/v5.8.7

Since you are using mod_python 3.2.8, have you tried looking at the
output of the helper described on the troubleshooting page in the
mod_python documentation:
http://www.modpython.org/live/current/doc-html/inst-trouble.html

Temporarily replace you django.core.handlers.modpython Handler with
mod_python.testhandler and look at the result of retrieving your front
page. See if the python path is what you expect and if all the variables
that are set in the environment are what you expect. Read the output
very carefully, because you are looking for a subtle difference here,
apparently.

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