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