Malcom.
Thank you for help.
I followed
http://www.modpython.org/live/current/doc-html/inst-trouble.html
so i added to my httpd.conf

<Location /mpinfo>
      SetHandler mod_python
      PythonHandler mod_python.testhandler
    </Location>


but when I
point my  browser to the /mpinfo URL
I will get
############
Mod_python error: "PythonHandler mod_python.testhandler"

Traceback (most recent call last):

  File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line
287, in HandlerDispatch

  File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line
461, in import_module

ImportError: No module named testhandler
##########
but when I check the directory there is testhandler.py file .

Also when I test mod_python installation as described
at http://www.modpython.org/live/current/doc-html/inst-testing.html

 it seem to be OK and working

Any further idea where can be a problem?
Thank you
L.


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