using google app through python

2010-11-01 Thread charu gangal
Hey! Can anyone help me with python script for reading google spreadsheets? what all packages do i need to import to make the code run successfully after deploying it on google environment..thnx in advance -- http://mail.python.org/mailman/listinfo/python-list

Re: python script to read google spreadsheet

2010-11-01 Thread charu gangal
This is the page i am getting on localhost 8080. The code is showing me thr result only in Eclipse but not through google app engine launcher. Traceback (most recent call last): File "C:\Program Files (x86)\Google\google_appengine\google\appengine \tools\dev_appserver.py", line 3211, in _HandleR

python script to read google spreadsheet

2010-10-31 Thread charu gangal
import gdata.spreadsheet.service username= 'prakhil.purch...@gmail.com' passwd = 'purchase' doc_name= 'googleapps_spreadsheet' gd_client = gdata.spreadsheet.service.SpreadsheetsService() gd_client.email = username gd_client.password =passwd #gd_client.source = 'pythonsample