Mod_python error

hello,

i follow this tutorial to install mod_python in my cpanel box
http://www.eth0.us/node/110

but i get this error , any advice?

"Mod_python error: "PythonHandler testingpython"

Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 181, in Dispatch
module = import_module(module_name, _req)

File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 335, in import_module
module = imp.load_module(mname, f, p, d)

IndentationError: expected an indented block (testingpython.py, line 4)"

 

 

 

 

Top