[mod_python] Simple Problem in using mod_python

Tadeusz Andrzej Kadłubowski yess at hell.org.pl
Tue May 16 13:54:14 EDT 2006


Thus wrote Prashant Chari:
> Hi,
> 
> 	I've just installed mod_python successfully, and seem to be having 
> some problems in getting it to work . I've followed the instructions on 
> the site but the code given in the 'Tutorial' section in the site does not 
> seem to do what it is suppossed to .Attached is the mpinfo file. I am 
> using the program 'mptest.py' given in 2.4 on the  site. The output when
> i run a normal '.py' program in the browser is
> 
> Mod_python error: "PythonHandler mptest.py"

Maybe:

	PythonHandler mptest
	
in your configuration will work better?

The mod_python looks for a submodule named py in a module named mptest.

Good luck,

-- 
tadeusz andrzej kadłubowski


More information about the Mod_python mailing list