http://code.google.com/apis/chart/docs/post_requests.html

Google will return a chart in your browser from a URL that you have built. If 
your URL is bigger then 2K characters it will allow you to submit POST requests.

They gives examples of HTML, JavaScript, and PHP POST requests. Is there a way 
I can submit a request with Python? Or possibly submit the HTML, JavaScript or 
PHP using python?(That was a long shot thought). If I do that I would need to 
find out what to do with the .PNG it gives me.

Am I headed in the right direction, is the above paragraph about submitting an 
HTML form from my program even logical?

I have read several examples on python post requests but I'm not sure mine 
needs to be that complicated.


Thank You,
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to