turning python-cgi into an html output

Gerard Flanagan grflanagan at yahoo.co.uk
Wed Apr 12 03:53:12 EDT 2006


Kun wrote:
> i have a python cgi script that displays tables from a mysql database in
> html.
>
> the problem is, i want to use excel's web query to pull this data and
> the web query doesn't read .py files.
>
> thus i am wondering what is the easiest way to just turn my .py html
> output into a .html output.
> 

Have you tried using GET instead of POST in your form?

Gerard




More information about the Python-list mailing list