[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-22 Thread kawai
I'm getting 500 errors in the response of appcfg.py now. I don't know what triggers this. Does anybody know? Scanning files on local disk. Initiating update. Cloning 7 static files. Cloning 68 application files. Uploading 2 files. Deploying new version. Checking if new version is ready to serve.

[google-appengine] Re: How to create image dynamically using python APPengine?

2009-06-18 Thread kawai
Hi, I'm using pngcanvas for that purpose. http://the.taoofmac.com/space/Projects/PNGCanvas On Jun 17, 7:30 pm, chinki wrote: > Hi, > Is there any sample application for creating image dynamically using > python APPengine? > I have tried a lot by using PIL in python AppEngine. But not able to >

[google-appengine] Re: Use of Main/Log

2009-06-18 Thread kawai
You can download the log by appcfg.py request_logs --severity $LEVEL - n $DAYS $APPNAME $LOGNAME. On Jun 18, 1:38 pm, NealWalters wrote: > Is there anyway to see the log on the local machine? > > Thanks, > Neal --~--~-~--~~~---~--~~ You received this message beca

[google-appengine] vacuum_index won't delete indexes

2009-06-18 Thread kawai
I ran appcfg.py vacuum_index, but the indexes page shows the indexes are in Error state (not Deleting) and this doesn't change for over one and half hour. My appid is kwiapp. Does anybody have suggestions? My app won't work without indexes. --~--~-~--~~~---~--~~ Yo