[google-appengine] Re: Django 1.0

2009-05-09 Thread Waldemar Kornewald
On 8 Mai, 01:41, little_pea evgeny.demche...@gmail.com wrote: Does enybody know id Django 1.0 support is planned for App Engine? If you want an easy way to use Django 1.0 (and 1.1) you can use app- engine-patch: http://code.google.com/p/app-engine-patch/ Bye, Waldemar Kornewald

[google-appengine] iPhone cannot log in any more, system-wide issue, Google pls help

2009-05-09 Thread tijer
To reproduce the problem go to the google-developed app shell.appspot.com and try to login with an iphone. It not having an iphone then spoof the useragent to the iphone (like with Safari 4's debug menu) and try logging in then. It fails with a 500-error page. What to do? This has been going on

[google-appengine] Re: iPhone cannot log in any more, system-wide issue, Google pls help

2009-05-09 Thread Matt Trinneer
Hello, I can confirm that I am also encountering this issue. Best, Matt On May 9, 7:14 am, tijer troels...@gmail.com wrote: To reproduce the problem go to the google-developed app shell.appspot.com and try to login with an iphone. It not having an iphone then spoof the useragent to the

[google-appengine] Re: Show processing message to user while Urlfetch works

2009-05-09 Thread Jim
Thanks very much for the suggestion! I found a solution along the lines of what you were suggesting here: http://www.netmechanic.com/news/vol8/javascript_no2.htm This: a href=http://www.netmechanic.com/promote.htm; onClick=javascript:return confirm('Would you like to increase your search engine

[google-appengine] Re: Cann't deploy my app to another domain after enable billing

2009-05-09 Thread Abner Jacobsen
Hi all, In my case the problem was that I created the app using auth from an Google Apps hosted domain. An app using auth from an Google Apps domain can only deployed to this domain, I think. On May 6, 3:55 pm, Jacob Wright jacwri...@gmail.com wrote: I have an application that doesn't have

[google-appengine] Re: Are all ListProperties implicitly indexed?

2009-05-09 Thread Ben
Also, in sdk 1.2.2: Datastore indexes on single properties can now be disabled by setting indexed=False on the property constructor. http://googleappengine.blogspot.com/2009/05/python-sdk-version-122-released.html On Mar 23, 3:08 am, an0 an0...@gmail.com wrote: If so, can I explicitly mark a

[google-appengine] Webinar 5/12 - Building Enterprise Applications Using Google App Engine for Java and Google Apps

2009-05-09 Thread Iein GV
Hi folks, I wanted to invite you to a webinar this coming Tuesday (5/12). You'll see a cool demo and learn about how App Engine apps complement and extend Google Apps. We'll also have some fun twittering going on during the webinar. Below is the abstract and link to sign up. Thanks... -Iein

[google-appengine] Sign In: Server Error - when using Android/T-Mobile G1

2009-05-09 Thread mckoss
When I try to sign in to an AppEngine application OR even sign into Dashboard for my AppEngine app I get a 500 error. This seems to be specific to mobile browsers (it is NOT happening using desktop browsers). The error page after entering your Google credentials says: Error: Server Error The

[google-appengine] BadArgumentError all of a sudden

2009-05-09 Thread kiren
My app has been deployed for some time and was working just fine. Now I am getting the following error: Exception Type: BadArgumentError Exception Value: First ordering property must be the same as inequality filter property, if specified for this query; received date, expected user_to

[google-appengine] Re: BadArgumentError all of a sudden

2009-05-09 Thread kiren
FWIW, the offending query (which worked previously) looks like this: Debt.all().filter(user_from =, user.key()).filter(user_to !=, user.key()).order(-date) On May 9, 10:43 am, kiren kirense...@gmail.com wrote: My app has been deployed for some time and was working just fine.  Now I am getting

[google-appengine] Re: BadArgumentError all of a sudden

2009-05-09 Thread kiren
OK, problem solved. My query was actually illegal, per the documentation (Properties In Inequality Filters Must Be Sorted Before Other Sort Orders). However, it worked just fine before the latest push of the API code. Perhaps that requirement previously wasn't being strictly checked, so the

[google-appengine] Re: BadArgumentError all of a sudden

2009-05-09 Thread ryan
apologies for the breakage, kiren. :/ On May 9, 12:48 pm, kiren kirense...@gmail.com wrote: OK, problem solved.  My query was actually illegal, per the documentation (Properties In Inequality Filters Must Be Sorted Before Other Sort Orders).  However, it worked just fine before the latest

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-05-09 Thread Kugutsumen
Two weeks ago, I've sent my applications ID to both you and Nick and I haven't heard from you since then. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-09 Thread Kwame
I just upgraded to version 1.2.2 and I'm getting a similar error: Exception exceptions.SystemError: 'error return without exception set' in generator object at 0x3033300 ignored ERROR2009-05-10 00:04:36,585 __init__.py:385] __init__() got an unexpected keyword argument 'keys_only' Traceback