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 404 error.

i'm running
Apache/1.3.33 (Unix) mod_python/2.7.11 Python/2.2.3




-Scott Oertel

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to