[google-appengine] Re: ListProperty substring matching and filtering

2009-07-04 Thread Bill
I think the answer is in the documentation for ListProperty: http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#ListProperty In particular: "list_property < value tests if any of the members of the list are less than the given value,..." So your inequality filter

[google-appengine] Re: ListProperty substring matching and filtering

2009-07-04 Thread Bill
You could use your approach if each keyword were in a separate child entity where the parent is BlogPage. The child entity would be like the Relation index described by Slatkin in his Google I/O talk, but in your case, you'd have a single StringProperty instead of a StringListProperty so you coul

[google-appengine] Debugging in Eclipse with Java SDK

2009-07-04 Thread SH
Hi, I am not able to debug in Eclipse version 3.4.2 with the GWT and GAE installed: C:\Eclipse Ganymede\eclipse\\plugins \org.eclipse.platform_3.3.101.v200902111700\splash.bmp -launcher C:\Eclipse Ganymede\eclipse\eclipse.exe com.google.appengine.eclipse.core (1.0.1.v200905131143) "Goo

[google-appengine] Re: ListProperty substring matching and filtering

2009-07-04 Thread Phil Peters
Cerea, This may help - I was doing something similiar and noticed different behaviour between the dev server and live server. Specifically, the dev server seemed to funciton as documented (however not as you desire) and return everything that has a record either < or >, however live seemed to ope

[google-appengine] Re: Can't get Django 1.0 to work with App Engine Helper

2009-07-04 Thread yamandu
Try App Engine Patch http://code.google.com/p/app-engine-patch/ It's more complete and active, it worked finer and easier for me. On Jul 3, 3:56 pm, elsigh wrote: > Are you using a zip of the django you want to use and placing it in > your top-level dir naming it django.zip? That should work. >

[google-appengine] Need help with Email, getting an odd error

2009-07-04 Thread Ray Malone
message.send() File "/base/python_lib/versions/1/google/appengine/api/mail.py", line 513, in send raise e ApplicationError: ApplicationError: 1 I'm sending out several hundred emails to people that have signed up to announcements, but after 70 or so go I get this error. --~--~-~--~-

[google-appengine] Resizing Image with Stretching

2009-07-04 Thread Joel Odom
I'm using the Image class to work with an image. When I call image.resize(width = new_width, height = new_height), it seems to honor either height or width, but not both. That is, the method maintains the original aspect ratio without stretching. Is there a way to stretch an image? Thanks. --

[google-appengine] Re: GQL problem

2009-07-04 Thread looking
yes, it is what I want. thank you. On Jul 4, 1:04 am, "Nick Johnson (Google)" wrote: > Hi Looking, > > The __key__ property must be a Key object, not an integer. You > probably want "SELECT * FROM Postings WHERE __key__ > KEY('Postings', > 1)". > > -Nick Johnson > > On Fri, Jul 3, 2009 at 3:24

[google-appengine] Re: how can I use the "ID/Name" property?

2009-07-04 Thread looking
fixed. because ID is not a property of the 'Postings' kind. I should use KEY function in the GQL. On Jul 3, 10:28 pm, looking wrote: > SELECT * FROM Postings WHERE ID = 1 > there is no result. > > SELECT * FROM Postings WHERE ID > 1 > there is no result. > > SELECT * FROM Postings WHERE ID <

[google-appengine] Problem with "Verify Your Account by SMS"

2009-07-04 Thread vico.ar
I have a problem with "Verify Your Account by SMS" page. Does anyone know how to verify one's account if you are living in Argentina? I entered my number in the format required by the verificator but it always gives "Mobile Number or Username" error. Regards, Víctor --~--~-~--~~---

[google-appengine] Re: how to do reverse full-text search on GAE?

2009-07-04 Thread Mr Shore
Do you really get me right? Here is an example to get rid of the pain of abstraction. If the document contains these words:'oracle', 'java', 'microsoft', 'ccna' and then search these keywords respectively: 1.java 2.oracle 3.notmatch then obviously,the 1st and 2nd search will match with the doc

[google-appengine] Can't log in

2009-07-04 Thread Richard
I created an account and uploaded an app today, but now I cannot log in. When I go to http://appengine.google.com/ I get this message: The page isn't redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete. I hav

[google-appengine] Using Google Apps and App Engine

2009-07-04 Thread andrewljohnson
Good Afternoon, I created a website on my Google App Engine account: http://pghmetal.appspot.com I set this up for a friend, and now I would like to show this website at www.pittsburghmetalworks.com PittsburghMetalWorks.com is set up as a Google Apps domain, but it's linked to my friend's accou

[google-appengine] Re: CRON, big bug today

2009-07-04 Thread Peter
That was caused by a bug in the Cron scheduling code. I've updated the Cron backends with a fix, so please try redeploying your Cron jobs. thanks, Peter On Jul 3, 7:49 pm, Sylvain wrote: > Sorry to insist but there is no reason for what happened two days > ago ? > > Regards > > On 2 juil, 09:

[google-appengine] Unable to add domain name to app

2009-07-04 Thread Richard
I have an app running at http://dancingapp.appspot.com/ I want it on its own domain http://www.dancebrighton.com/ This domain is registered with Google Apps. When I try to add the domain to my app it says: An error occurred while trying to install this application. Please try again later What am

[google-appengine] Re: Error reading objects that have been written

2009-07-04 Thread hawkett
I'll have to take my medicine on this one - my fault. Nothing wrong with the code, no race conditions, and my indexes don't get created with non-existent parents etc. However, I'm currently clearing and restoring my datastore with remote_api, and failed to add the Index entity to the process. C

[google-appengine] Bulk Uploading using lot of CPU

2009-07-04 Thread ravindra
Hi, I was using bulk upload to upload some 35K entries. The CPU usages were almost completely used in uploading 5k records. Records have just 7 fields. Any idea why CPU resource time is almost full ? Is there any way to optimize this ? Thanks in advance, Ravindra --~--~-~--~~

[google-appengine] Re: how to do reverse full-text search on GAE?

2009-07-04 Thread Wooble
If I was implementing this, I'd probably have an Entity with a reference to the document and a list of keywords, so if I want the list of keywords I just have it already. Clearly this is not how you're storing your keywords, but you don't tell us how you are storing them, just that they exist. W

[google-appengine] Uploading New Version Really Slow

2009-07-04 Thread Koen Bok
Since the outage of 2 July, updating for all our instance has become really slow. It used to take about 15 seconds, and now more then 3 minutes. Anyone else noticed this too or is it just us? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: Can't log in

2009-07-04 Thread Wooble
Richard, If the account you're using with App Engine is the one you're posting from, you'll need to go to http://appengine.google.com/a/dancebrighton.com On Jul 3, 5:21 pm, Richard wrote: > I created  an account and uploaded an app today, but now I cannot log > in.  When I go tohttp://appengine

[google-appengine] Re: Using Google Apps and App Engine

2009-07-04 Thread Wooble
Andrew, You'll have to have the owner of the domain create a CNAME record (probably at GoDaddy, unless they're using a DNS service from someone else) pointing from www to ghs.google.com. Then, from the Google Apps cpanel for the domain, have them add your application to the domain mapped to the

[google-appengine] Re: Can't log in

2009-07-04 Thread Richard
On Jul 3, 10:21 pm, Richard wrote: > I created  an account and uploaded an app today, but now I cannot log > in.  When I go tohttp://appengine.google.com/I get this message: > > The page isn't redirecting properly.  Firefox has detected that the > server is redirecting the request for this addres

[google-appengine] Being asked to confirm again...

2009-07-04 Thread b...@themorphicgroup.com
For some reason I'm being asked to confirm my account again when I go to create a new application. I try re-entering my cell phone number but it tells me it's already been used. Is there anyway to reset my account? --~--~-~--~~~---~--~~ You received this message be

[google-appengine] Re: Problem installing PIL 1.1.6, on Windows Vista 64 development machine

2009-07-04 Thread dn1010
I had the same problem so I restart my windows vista 32 in safe mode with networking and then i had no problem to install the PIL 1.1.6. On Jun 24, 2:10 pm, Scott wrote: > Hi All, > > I've scoured the internet looking for info to help resolve this > issue.  I've also tried a number of things on

[google-appengine] Trying to get my compiled gwt code to work on appengine-python

2009-07-04 Thread bucaro
The code works fine locally but as soon as I upload the directory and url mappings I get a 500 error. I use a static mapping to map the directory where the gwt code is to a URL path but for some reason appengine doesn't like it. Any ideas? --~--~-~--~~~---~--~~

[google-appengine] Re: Bulk Uploading using lot of CPU

2009-07-04 Thread ravindra
okay, after some time i found out i had some 10 indexes defined on the database. after deleting them, the uploading data took cpu down by almost 100% from previous case. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups