[google-appengine] Re: remote_api

2010-01-18 Thread cabhishek
hi, i am not able to use remote_api for access data store locally on windows.. any pointers about how to start using remote_api ? -abhishek On Dec 17 2009, 4:53 am, alf wrote: > At the end i can access to remote_api after configure all stuff.  We I > can get entities with db.get ok. but now whe

[google-appengine] Re: Upload data to development server

2009-11-01 Thread cabhishek
I get this error when i follow the link above Abhishek-Kapatkars-MacBook-Pro:helloworld cabhishek$ appcfg.py upload_data --config_file=content_loader.py --filename=data2.csv --kind=Album --url=http://localhost:8080/remote_api /Users/cabhishek/Documents/ workspace/helloworld Application

[google-appengine] Re: Snow Leopard Compatibility

2009-09-12 Thread cabhishek
Hi All, i tried migrating my google engine code for my website from windows vista to snow leopard.. and it doesnt work.. i think it is the same issue of python 2.6 .. coz snow leopard as u all know comes with 2.6.. i did download 2.5 but still google launcher is unable to take 2.5 ??? any pointer

[google-appengine] stuck with sitemap issue

2009-04-20 Thread cabhishek
Hi all, i am stuck with the same problem .. i hand the static handler in app.yaml file as follows - url: /sitemap.xml static_files: XML/sitemap.xml upload: sitemap.xml source folder structure is as follows -helloworld -src -XML -sitemap.xml i deployed the application and t

[google-appengine] Re: The sitemap file

2009-04-20 Thread cabhishek
Hi, I am stuck with same problem.. i created a static handler - url: /sitemap.xml static_files: XML/sitemap.xml upload: sitemap.xml my project source folder structure is helloworld -src - XML - sitemap.xml i deployed my application... and then i went to google webma