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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to