On 2011-01-06, Chris Rebert wrote:
> On Wed, Jan 5, 2011 at 11:21 PM, Garland Fulton wrote:
>> On Wed, Jan 5, 2011 at 7:26 PM, Tim Harig wrote:
>>> Python 3.1.2 (r312:79147, Oct 9 2010, 00:16:06)
>>> [GCC 4.4.4] on linux2
>>> Type "help", "copyright", "credits" or "license" for more in
On Wed, Jan 5, 2011 at 11:21 PM, Garland Fulton wrote:
> On Wed, Jan 5, 2011 at 7:26 PM, Tim Harig wrote:
>>
>> On 2011-01-06, Slie wrote:
>> [reformated to <80 columns per RFC 1855 guidelines]
>> > I have read several examples on python post requests but I'm not sure
>> > mine needs to be that
On Wed, Jan 5, 2011 at 7:26 PM, Tim Harig wrote:
> On 2011-01-06, Slie wrote:
> [reformated to <80 columns per RFC 1855 guidelines]
> > I have read several examples on python post requests but I'm not sure
> > mine needs to be that complicated.
>
> >From the HTML example on the page you posted:
On Wed, Jan 5, 2011 at 7:52 PM, Chris Rebert wrote:
> On Wed, Jan 5, 2011 at 7:36 PM, Slie wrote:
> >
> > 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 wil
> On Wed, Jan 5, 2011 at 7:52 PM, Chris Rebert wrote:
>> On Wed, Jan 5, 2011 at 7:36 PM, Slie wrote:
>> >
>> > 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 characte
On 01/06/2011 12:16 AM, Garland Fulton wrote:
> I tried to use "pygooglechart.py" and I have been trying to get it set
> up all day actually along with several other graphing API's.
>
> I just found out that there is a problem with numpy and python 3.1 that
> is why I moved from the API's. Should
Thank you for showing me the POST request, I will defiantly learn a lot from
that.
On Wed, Jan 5, 2011 at 7:26 PM, Tim Harig wrote:
> On 2011-01-06, Slie wrote:
> [reformated to <80 columns per RFC 1855 guidelines]
> > I have read several examples on python post requests but I'm not sure
> > mi
I tried to use "pygooglechart.py" and I have been trying to get it set up
all day actually along with several other graphing API's.
I just found out that there is a problem with numpy and python 3.1 that is
why I moved from the API's. Should I change version just for
these library's?
Should I be
On Wed, Jan 5, 2011 at 7:36 PM, Slie wrote:
>
> 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
On 2011-01-06, Slie wrote:
[reformated to <80 columns per RFC 1855 guidelines]
> I have read several examples on python post requests but I'm not sure
> mine needs to be that complicated.
>From the HTML example on the page you posted:
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
On May 12, 6:13 am, Kushal Kumaran
wrote:
> On Tue, May 11, 2010 at 3:59 PM, kak...@gmail.com wrote:
> > On May 11, 10:56 am, "kak...@gmail.com" wrote:
> >> On May 11, 5:06 am, Kushal Kumaran
> >> wrote:
>
> >> > On Mon, May 10, 2010 at 8:26 PM, kak...@gmail.com
> >> > wrote:
> >> > > On May
On Tue, May 11, 2010 at 3:59 PM, kak...@gmail.com wrote:
> On May 11, 10:56 am, "kak...@gmail.com" wrote:
>> On May 11, 5:06 am, Kushal Kumaran
>> wrote:
>>
>>
>>
>> > On Mon, May 10, 2010 at 8:26 PM, kak...@gmail.com wrote:
>> > > On May 10, 10:22 am, Kushal Kumaran
>> > > wrote:
>> > >> On M
On May 11, 10:56 am, "kak...@gmail.com" wrote:
> On May 11, 5:06 am, Kushal Kumaran
> wrote:
>
>
>
> > On Mon, May 10, 2010 at 8:26 PM, kak...@gmail.com wrote:
> > > On May 10, 10:22 am, Kushal Kumaran
> > > wrote:
> > >> On Mon, May 10, 2010 at 7:30 PM, kak...@gmail.com
> > >> wrote:
> > >>
On May 11, 5:06 am, Kushal Kumaran
wrote:
> On Mon, May 10, 2010 at 8:26 PM, kak...@gmail.com wrote:
> > On May 10, 10:22 am, Kushal Kumaran
> > wrote:
> >> On Mon, May 10, 2010 at 7:30 PM, kak...@gmail.com wrote:
> >> > Hi to all, i want to ask you a question, concerning the best way to do
> >
On Mon, May 10, 2010 at 8:26 PM, kak...@gmail.com wrote:
> On May 10, 10:22 am, Kushal Kumaran
> wrote:
>> On Mon, May 10, 2010 at 7:30 PM, kak...@gmail.com wrote:
>> > Hi to all, i want to ask you a question, concerning the best way to do
>> > the following as a POST request:
>> > There is serv
On May 10, 10:22 am, Kushal Kumaran
wrote:
> On Mon, May 10, 2010 at 7:30 PM, kak...@gmail.com wrote:
> > Hi to all, i want to ask you a question, concerning the best way to do
> > the following as a POST request:
> > There is server-servlet that accepts xml commands
> > It had the following HTTP
On Mon, May 10, 2010 at 7:30 PM, kak...@gmail.com wrote:
> Hi to all, i want to ask you a question, concerning the best way to do
> the following as a POST request:
> There is server-servlet that accepts xml commands
> It had the following HTTP request headers:
>
> Host: somehost.com
>
Hi to all, i want to ask you a question, concerning the best way to do
the following as a POST request:
There is server-servlet that accepts xml commands
It had the following HTTP request headers:
Host: somehost.com
User-Agent: Jakarta Commons-HttpClient
Content
19 matches
Mail list logo