Getting Python to mimic a CGI form submission using GET method

Alex Martelli aleaxit at yahoo.com
Wed Nov 1 16:08:17 EST 2000


"Colin Meeks" <colin at programmedintegration.com> wrote in message
news:p%XL5.9430$78.2894604 at news3.rdc1.on.home.com...
> Does anybody know how I can do a CGI form submission using a get method
and
> that allows me to process the results all in Python.  I can do one using a
> POST no problems.  If I replace the POST with a GET I don't get anything.

Are you using the cgi module on the Python side...?


Alex






More information about the Python-list mailing list