Re: [Tutor] mod_python.publisher

2005-09-02 Thread Danny Yoo
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

Re: [Tutor] mod_python.publisher

2005-09-02 Thread Scott Oertel
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