I think the mod_python's Publisher Handler is expecting to find index
function in test.py.
You can call any function inside test.py by putting it in the end of URL, e.g. http://localhost/test.py/any_func
, the default function being index
if none given.
jholster
2010-03-29 19:05:22