Hi Bill,
           Let m,e tell you the problem..

I have take the sample program from the link below.

http://www.mattcutts.com/blog/write-google-spreadsheet-from-python/

its failing at the code "spr_client =
gdata.spreadsheet.service.SpreadsheetsService()"

and yes I running the program in appengine with all the necessary
details.

sksk

On Jul 21, 9:44 pm, "Bill H." <bhaye...@gmail.com> wrote:
> From the error message it appear that you are passing
> in an argument, like 27, that needs to be in quotes, "27".
> What line in your program caused the error?
> /bill
>
> On Jul 20, 5:44 am, Sk <sksk...@gmail.com> wrote:
>
>
>
> > Hi,
> >       I am trying to connect google spreadsheet with python script.But
> > its giving error.
>
> > The program is a simple program I have taken from google data api.And
> > I have done all the things as stated in that document like extracting
> > the gdata and all.But I m still getting error as below..
>
> > <type 'exceptions.TypeError'>: sequence item 0: expected string, int
> > found
> >       args = ('sequence item 0: expected string, int found',)
> >       message = 'sequence item 0: expected string, int found'
>
> > Kindly tell the problem and the solution to resolve this.
>
> > Thanks in advance..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to