[google-appengine] Re: SDK Upgrade 1.5.2: --datastore_path ignored?

2011-07-22 Thread oakmad
+1 for me. I have tried deleting the application plist as detailed in this issue http://code.google.com/p/googleappengine/issues/detail?id=1187&q=datastore_path&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log but no joy. -- You received this message be

[google-appengine] Re: Dev: Blobstore with get_serving_url images resulting in error 500

2010-11-22 Thread oakmad
On Nov 22, 4:24 pm, Ilya Petrov wrote: > try to check your PIL build for images format support: > > >>> import _imaging > >>> hasattr(_imaging, "jpeg_decoder") That appears to be the issue: >>> import _imaging >>> hasattr(_imaging, "jpeg_decoder") False I installed libjpeg and reinstalled PIL

[google-appengine] Dev: Blobstore with get_serving_url images resulting in error 500

2010-11-22 Thread oakmad
I'm currently working on some code to handle images with the blobstore. When I try and retrieve an image using the url provided by get_serving_url I get the following written to the dev console: INFO 2010-11-22 22:10:27,593 dev_appserver.py:3283] "GET /_ah/img/ DMtbipK-0_5P2Jm45tH7BA===s1600 H

[google-appengine] Task Queue Development

2009-09-24 Thread oakmad
How are people handling task queue execution in their development environment? My processing is using task queues to handle a lot of offline processing and I'm getting sick of clicking run next to each task. I'm thinking I will write a simple script to replicate the queue by polling my datastore a