There are a few things you can try to identify the problem:
    ./httpd -X
    <Location /mpinfo>
      SetHandler mod_python
      PythonHandler mod_python.testhandler
    </Location>
Now point your browser to the /mpinfo URL (e.g. http://localhost/mpinfo) and note down the information given. This will help you reporting your problem to the mod_python list.