[google-appengine] Re: ordering of db.get([list of keys])

2010-05-16 Thread Herbert
ah, corresponding. wonderful. thanks djidjadji! On May 17, 2:34 pm, djidjadji wrote: > Have a look at > > http://code.google.com/appengine/docs/python/datastore/functions.html > > 2010/5/16 Herbert : > > > > > > > hi all, > > > I have a list of keys to feed in db.get() to return multiple entities

Re: [google-appengine] ordering of db.get([list of keys])

2010-05-16 Thread djidjadji
Have a look at http://code.google.com/appengine/docs/python/datastore/functions.html 2010/5/16 Herbert : > hi all, > > I have a list of keys to feed in db.get() to return multiple entities, > and I'm wondering if the order of the returned results = order of the > keys. This seems to be the case s

Re: [google-appengine] Access through custom Domain fails

2010-05-16 Thread Tom Wu
Use 8.8.8.8 or 8.8.4.4 as your DNS Server. 2010/5/16 Flips > Hi if I try to access my app through the custom Domain I do not get > any response. It affects all my apps. > > For example: > Custom Domain: http://de.driggle.com/ > Appspot Domain: http://driggle-news.appspot.com/ > > The issue occu

[google-appengine] [ANN] appenginepeople.net stats

2010-05-16 Thread sserrano
Hi I just add some simple stats to http://www.appenginepeople.net/stats/ Cheers, Sebastian http://www.livemade.com PS: hope to see many appengine folks at the Google IO -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this gro

[google-appengine] Re: Got a new phone number and can not proceed to account checking by sms

2010-05-16 Thread n...@oj
Hi, Thank you Fredrick and Nick. I've filling the form and I'm now waiting. I should deepen FAQ, sorry. On May 12, 12:23 am, "Nick Johnson (Google)" wrote: > Hi, > > If you are having trouble with SMS verification, or want an additional > account activated, please fill out the following form

Re: [google-appengine] Re: Prerelease 1.3.4 SDK ready for download

2010-05-16 Thread Ross M Karchner
Question 3: How will "admin" status work on OpenID apps-- will it simply be passed through transparently when an admin logs in with the http://www.google.com/accounts/o8/id provider? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post

[google-appengine] Re: App Engine application name for open source project already taken

2010-05-16 Thread Geoffrey Spear
The fact that it's not available doesn't necessarily mean it's registered as an application; the namespace is shared with Gmail accounts; it's possible a Gmail account with the same name (or even a fuzzily similar one) exists. On May 15, 11:40 pm, Tom wrote: > I'm the maintainer for an open sourc

[google-appengine] Entity change caused app failure. Need to identify source of change.

2010-05-16 Thread deto
I had an entity field change. This entity is used for settings and so it caused application to stop working. Problem is I can't figure out how it got changed. Looking at the admin logs the date of last change is one week before all of our clients stopped working. The current wrong value was a test

[google-appengine] contains clause with guest-book full text search

2010-05-16 Thread sri
Hi, SELECT FROM bookshelf.ItemDesc WHERE fts == param0 && :strList.contains(userName). I have a list of users and want to be selective with the search. Provide result that contain the userName in the list provided (strList). My resulting query looks like the one above. Will this work ? I am using

[google-appengine] Access through custom Domain fails

2010-05-16 Thread Flips
Hi if I try to access my app through the custom Domain I do not get any response. It affects all my apps. For example: Custom Domain: http://de.driggle.com/ Appspot Domain: http://driggle-news.appspot.com/ The issue occurs since ~10 minutes. My BlackBerry which uses a british proxy server is not

[google-appengine] can I run a hosting project executable from google engine app?

2010-05-16 Thread FernandoN
Hi I'm new in this comunity and I'm developing a Python application that needs to run one of the google hosting project executables can I do that? thanks in advance Fernando -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this

[google-appengine] App Engine application name for open source project already taken

2010-05-16 Thread Tom
I'm the maintainer for an open source project with a well-known project name. For some reason, that name isn't available on Google App Engine. It appears someone else has registered it but is not doing anything with it (if they did, it would be even more confusing). Who can I contact about that

[google-appengine] contains clause with guest-book full text search

2010-05-16 Thread sri
SELECT FROM bookshelf.ItemDesc WHERE fts == param0 && :strList.contains(userName) -- 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 e

[google-appengine] contains clause with guest-book full text search

2010-05-16 Thread sri
Hi I modified the guestbook full text search to use executeWithMap() and it works fine. However, I would like to add a contains clause to the hashmap (on a different column). I am not getting the result as expected... Can you please let me know if contains clause (basically a list of strings) can

[google-appengine] Latency for Published Applications

2010-05-16 Thread Lex
Hello, I've been developing a couple of projects on GAE and I notice there is a certain latency after publishing modifications and getting them to actually display on the live site. After publish is done, I usually get served old versions of my project for a while before changes appear. Is there a

[google-appengine] selecionar classe

2010-05-16 Thread Gleidson - MG - Brasil
help ... How do I retrieve a User and the Company that it Work? and a company with all Users? My classes: @PersistenceCapable(detachable = "true") public class User implements Serializable { public Usuario() { } @PrimaryKey @Persistent(valueStrategy = IdGener

[google-appengine] Re: Prerelease: New Appengine Bulkloader

2010-05-16 Thread Ryan
I have another issue: I'm using GeoModel which stores a list of strings. However, when uploading vales the string list is instead set to a sinlge string (e.g. "[ u'8', u'82, ...]" ). Is there a yaml field I'm missing to tell the bulk loader that a coulmn in my CDC is actually a list? Thanks! Ryan

[google-appengine] Can't add new application

2010-05-16 Thread bsb
I already have 6 apps so far, but when I tried to create a new app today I was told to activate my account through SMS again. Luckily, I have a spare mobile, so I activated through this other number. Now, I tried to add a new app, but whatever I use as the identifier, it tells me it's not valid. I

[google-appengine] Re: Changing datastore_path in Ubuntu

2010-05-16 Thread ketter
Thanks Tim, just now i have configured all for run in python 2.5, but when the error appear in the eclipse console i go into firefox: http://localhost: but nothing works. I think the program execution stops on the error for some reason I run the application without --datastore_path and it work

[google-appengine] Re: BlobstoreService serve method

2010-05-16 Thread Guss
are you using resp.setHeader or resp.setContentLength ? Thanks for all the help!!! On May 16, 12:48 am, Jaroslav Záruba wrote: > Works for > me:http://jzaruba-1.appspot.com/blob?key=AMIfv97ojheagz9LYcvrv86ROmXLdu4... > Are you sure you send actual number in your header? > > > > > > On Sat, May

[google-appengine] Re: Prerelease 1.3.4 SDK ready for download

2010-05-16 Thread George Moschovitis
> PS Of course I expect to hear about many more features next week :-) > I am dying to hear about this > one:http://code.google.com/events/io/2010/sessions/next-gen-queries-appen... yeah, I would expect more from a release just before Google I/O. -g. -- You received this message because you ar

[google-appengine] ordering of db.get([list of keys])

2010-05-16 Thread Herbert
hi all, I have a list of keys to feed in db.get() to return multiple entities, and I'm wondering if the order of the returned results = order of the keys. This seems to be the case so far but i'm not sure if i could rely on it? I could of course sort the returned results in memory but i'm just cu