Re: turning python-cgi into an html output

2006-04-12 Thread Gerard Flanagan
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 .

turning python-cgi into an html output

2006-04-11 Thread Kun
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. you can c