On Mon, 01 Nov 2010 01:14:09 -0700, charu gangal wrote:
> 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_appengin
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
In message
<0b6f704c-e108-4fb9-afc2-3616d92d6...@t13g2000yqm.googlegroups.com>, charu
gangal wrote:
> This is the python code I was trying to access the cell information
> from a google spreadsheet but the issue is that i am able to make it
> work on Eclipse but when i deploy it, it is not showin
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