Hey ShivKumar,
ShivKumar Anand wrote:
> *I am getting this error message:*
>
> Traceback (most recent call last):
> File "C:\Python24\exp\Web\SoapTest.py", line 1, in ?
> from mod_python import apache
> File "C:\Python24\lib\site-packages\mod_python\apache.py", line 28, in ?
> import
dear all,
I am trying to implement a text from mod_python manual. the code is:
from mod_python import apache
def handler(req):req.content_type ="text/plain\n\n"
req.send_http_header()req.write("Hello World!!!")return apache.ok
and the conf file of apache is having
AddHa