Hello all. im tinkering with some beginner cgi stuff in python. (form processing) i have a basic html document with a form and some inputs and i have a cgi.py file to process the form.
how does one serve html and python cgi through the BaseHTTPServer included with python 2.6 ? i have tried to go to http://localhost:8000/index.html but no go. i get a Error response 501 Unsupported method ('GET'). /mads
-- http://mail.python.org/mailman/listinfo/python-list