turning python-cgi into an html output

K

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 check the query here:
http://opimx.wharton.upenn.edu/~fengk/getfinances.html

just click 'submit'

any help would be appreciated.
 
G

Gerard Flanagan

Kun said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,292
Messages
2,571,494
Members
48,183
Latest member
GarfieldBa

Latest Threads

Top