[mod_python] publisher the requested URL /python/GetMonth.py was not found on this server.

Clodoaldo Pinto Neto clodoaldo.pinto at gmail.com
Thu Nov 9 05:42:18 EST 2006


2006/11/9, Néstor Chacón Manzano <nchacon at caton.es>:
> Hello, i' am newer in mod_python.
> I try to probe this example:

If you want to mantain this:

   <form method='POST' action='python/getMonth'>

You will have to rename getMonth.py to index.py or rename the function
getMonth() to index()

Otherwise you will have to use:

   <form method='POST' action='python/getMonth/getMonth'>

Regards, Clodoaldo Pinto Neto



More information about the Mod_python mailing list