[google-appengine] image operations... sharpen, blur, etc

2010-07-19 Thread Robert S
Can anyone recommend an API (either Java or Python) that can accomplish more advanced Image ops? Of course it should be able to run with the minimal JDK classes that are whitelisted for the GAE runtime :) thanks! -- You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] what is: Custom Admin Console pages?

2010-03-08 Thread Robert S
i can't find any documentation for "Custom Admin Console pages!" need help. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email

[google-appengine] unable to add new .com domain to GAE

2009-07-07 Thread Robert S
For the past few days when I attempt to link my domain name at: https://www.google.com:443/a/cpanel/XX.com/AddAppEngineService i get the following error "An error occurred while trying to install this application. Please try again later." very vague, but it's been happening since Sunday (w

[google-appengine] WSGIApplication last byte downloaded

2008-12-14 Thread Robert S
Hi GAE users, Is there a way to test if the last byte of the blob has been transferred to the client? self.response.out.write(model.blob) This would be useful for digital asset order fulfillment applications which shouldn't necessarily charge you for a download until the app can safely assu