On Fri, 2 Sep 2005, Scott Oertel wrote:
> Scott Oertel wrote:
>
> > I'm having an issue with mod_python.publisher,
> >
> > supposedly i should be able to just place this code
> >
> > def index():
> >return "This is only a test."
> >
> > into test.py and when placed into my browser it should
Scott Oertel wrote:
I'm having an issue with mod_python.publisher,
supposedly i should be able to just place this code
def index():
return "This is only a test."
into test.py and when placed into my browser it should run the index
function by default, but instead i get a