Re: [Web-SIG] passing data to python script to generate chart dynamically...

2008-08-10 Thread Robert Brewer
[EMAIL PROTECTED] wrote: > Is it possible to pass data from an html command to a python script as > an argument, to create a chart from the provided data? http://en.wikipedia.org/wiki/Query_string is a good overview of how to do this via GET in the URL, with a mention of how to do it in the reque

[Web-SIG] passing data to python script to generate cha rt dynamically...

2008-08-10 Thread anartz
Hi, Is it possible to pass data from an html command to a python script as an argument, to create a chart from the provided data? My best try so far could be the following lines, which as you probably guessed, don't work: [CODE] #!c:/Python24/python.exe -u import sys, os, cgi, urllib import cg

Re: [Web-SIG] [issue1432] Strange behavior of urlparse.urljoin

2008-08-10 Thread O.R.Senthil Kumaran
* scriptor James Y Knight, explico > > In this case, however, Safari and Firefox seem to follow your two tests at > least, so that probably means RFC3986 is good to follow. I'd actually bet > that common web browsers have /always/ had this behavior, and that the > previous RFCs were buggy,