On Wed, Oct 26, 2011 at 5:14 PM, sakthi <[email protected]> wrote: >.... i installed mod_python and....
that's where you got it wrong. mod_python is obsolete and deprecated. the supported way to deploy python apps with apache is mod_wsgi. check https://docs.djangoproject.com/en/1.3/howto/deployment/modwsgi/ -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

