[google-appengine] Re: SDK 1.1.6 Released

2008-11-21 Thread Paul Kinlan
Hi, Its excellent that this update looks like a lot of work has gone in to. Can I just clarify what Datastore fetch max results and max query offset match production limits means? This may sounds stupid, is it that the SDK will error when you query past 1000 records, or is it what another

[google-appengine] counting referencecollection

2008-11-21 Thread niklasr
django equilavent of the mako % if matched_images.count() 1: is what i want django to do however the obvious isn't {% if matched_images.count 1 %} What can it be? The reference is defined as reference=db.ReferenceProperty(announcement, collection_name = 'matched_images') Thank you NR

[google-appengine] Re: counting referencecollection

2008-11-21 Thread David Symonds
On Fri, Nov 21, 2008 at 7:47 PM, niklasr [EMAIL PROTECTED] wrote: django equilavent of the mako % if matched_images.count() 1: is what i want django to do however the obvious isn't {% if matched_images.count 1 %} What can it be? The reference is defined as

[google-appengine] Re: Destroyed a whole site

2008-11-21 Thread oli
start from scratch, work 10x faster than normal or find some very convincing excuse. On 21 Nov., 02:21, danny [EMAIL PROTECTED] wrote: Hello dear developers, i badly need your help. Yesterday my pc's hard drive got damaged, and i lost all source code of my website, which i was getting paid

[google-appengine] Re: Destroyed a whole site

2008-11-21 Thread Jesaja Everling
Hello Danny, unfortunately, I have no idea how you could get your sources back. I would suggest, however, that you start to use version control especially for projects that you get paid for. It saves you from accidentially deleting files, and lets you revert to prior versions of your sources when

[google-appengine] Re: Surprisingly consistent timeouts on a simple query

2008-11-21 Thread Waldemar Kornewald
Hi Rob! On Nov 21, 7:09 am, Rob [EMAIL PROTECTED] wrote:   So, my questions are:  Am I forming my query badly or doing something else obviously wrong?  Or, is there perhaps a datamodel bug or performance issue that I'm consistently tickling? Do the timeouts still happen if you use fetch()

[google-appengine] Data Source Python Library (gviz api)

2008-11-21 Thread herbie
I would like to use Google Visualization charts etc in my GAE web app. Can I use the Google Data Source Python Library within GAE? Is it pure Python? Is the process of adding it to my GAE app straight forward (I'm new to this stuff!) Thanks

[google-appengine] Re: App Engine installation problem on Windows ME

2008-11-21 Thread Elvis
Of'couse no, this is not a joke. I can't install WinXP on my machine. And i need Windows ME for some reasons. And need to run appengine here for develop my app. On 21 нояб, 00:28, Adam [EMAIL PROTECTED] wrote: This is a joke, right? On Nov 20, 3:27 pm, Elvis [EMAIL PROTECTED] wrote: I

[google-appengine] Re: Surprisingly consistent timeouts on a simple query

2008-11-21 Thread Rob
Do the timeouts still happen if you use fetch() when iterating over queries? for curplayer in query.fetch(100): Thanks for writing. I can give that a try. I expected having to fetch all of the players at the same time (even if there are only a few) would initially take longer than finding

[google-appengine] Re: Destroyed a whole site

2008-11-21 Thread Adam Fisk
You can also just have your script prompt for a version control commit each time you update via appcfg. To me, handling the backups on the server side clearly makes the most sense. Amazon's Elastic Block Store and snapshots are godsend for this. -Adam On Nov 21, 2:46 am, Sylvain [EMAIL

[google-appengine] failed to connect to localhost

2008-11-21 Thread Brian
Ok, this is driving me crazy. I've been trying to get hello world to work in GAE for a couple of days now. Enough is enough. I can get helloworld.py to run at the command prompt, but I cannot get it to run at localhost. Is there some other setting I need to adjust to get localhost working? I

[google-appengine] Re: App Engine installation problem on Windows ME

2008-11-21 Thread evoratec
One reason, please. Only one. On 21 nov, 15:04, Elvis [EMAIL PROTECTED] wrote: Of'couse no, this is not a joke. I can't install WinXP on my machine. And i need Windows ME for some reasons. And need to run appengine here for develop my app. On 21 нояб, 00:28, Adam [EMAIL PROTECTED] wrote:

[google-appengine] Failure at every turn trying to register...

2008-11-21 Thread Kevin Moore
SMS verification failed. Now my number has been flagged as being used too many times. I tried to fill out the SMS error form (http://appengine.google.com/ waitlist/sms_issues), but I constantly get errors saying the comment and carrier section are blank (they are not). Help?

[google-appengine] Unsubscribe

2008-11-21 Thread Robert Goetsch-SIB
Please remove, unsubscribe, me from the google-appengine group. Thank you Robert Goetsch, President Be A Mentor, Inc. (510) 795-6488 ext 6172 (510) 795-6498 (fax) (510) 415-0696 (cell) [EMAIL PROTECTED] Confidentialty Notice: This email, including any attached files, may contain

[google-appengine] Re: mac osx python is now 2.6 -- sdk launcher cannot find it

2008-11-21 Thread thebrianschott
Sorry. I have not maintained this thread because I could not find a way to get replies via email. In the meanwhile I have just downloaded Python 2.5 because I read somewhere either in the discussions or in issues that gae is not compatible with 2.6. A confusion for me was that the directory

[google-appengine] Re: mac osx python is now 2.6 -- sdk launcher cannot find it

2008-11-21 Thread thebrianschott
Oops, I mean MacPython, not MyPython. --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from this group,

[google-appengine] My harddisk was damage, Where can I download my App Engine Code

2008-11-21 Thread zht....@gmail.com
My harddisk was damage, So my cade in the disk was lost. I want to know Where can I download my App Engine Code back? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

[google-appengine] Re: Alternate way to receive verification code than SMS?

2008-11-21 Thread Marzia Niccolai
Hi Robert, I can help you get your account manually activated, I will follow up offline. But what is the browser/OS you are using when you get the error you described? I have not been able to get that message when testing on my Mac. -Marzia On Fri, Nov 21, 2008 at 5:00 AM, roschler [EMAIL

[google-appengine] Creating unique key names

2008-11-21 Thread Andy Freeman
I'd need to create a unique name to use to name an entity group without using any datastore operations. Yes, time.time() and datetime.datetime.now() are both pretty good, but humor me. Is os.getpid() available? Is there any way to get the hostname, IP, or MAC address where the GAE app is

[google-appengine] Re: My harddisk was damage, Where can I download my App Engine Code

2008-11-21 Thread Barry Hunter
No, there isn't anyway to download reliably, there are various tricks that might be able to recover some data, but its dangorous. http://groups.google.com/group/google-appengine/search?hl=engroup=google-appengineq=download+code+qt_g=Search+this+group 2008/11/21 [EMAIL PROTECTED] [EMAIL

[google-appengine] Re: Alternate way to receive verification code than SMS?

2008-11-21 Thread Faber Fedor
Marzia, You're a Mac guy? Do you have Appengine running on a Mac (Tiger)? If so, how? On mine I keep getting Can't find module _md5. The only advice I found was to reinstall GoogleAppEngineLauncher but that didn't help. :-( On Fri, Nov 21, 2008 at 12:46 PM, Marzia Niccolai [EMAIL PROTECTED]

[google-appengine] Re: SDK 1.1.6 Released

2008-11-21 Thread Joel Odom
When will it appear on the download page? Thanks. On Fri, Nov 21, 2008 at 1:27 PM, Marce (Google) [EMAIL PROTECTED] wrote: Today we released the 1.1.7 SDK in order to fix the following issue that occurred in 1.1.6: http://code.google.com/p/googleappengine/issues/detail?id=877 -Marzia

[google-appengine] Re: Deleting stuff

2008-11-21 Thread Chris Marasti-Georg
How long are you waiting between requests? I add a 2 second delay in the non-gae loop code when I do things like this. On Fri, Nov 21, 2008 at 12:10 PM, Ben Nevile [EMAIL PROTECTED] wrote: Greetings fellow GAE dorks, So I'm trying to clean up an existing app. I want to delete all the

[google-appengine] Re: SDK 1.1.6 Released

2008-11-21 Thread Marzia Niccolai
It will appear soon. But it's already available here: http://code.google.com/p/googleappengine/ -Marzia On Fri, Nov 21, 2008 at 11:07 AM, Joel Odom [EMAIL PROTECTED] wrote: When will it appear on the download page? Thanks. On Fri, Nov 21, 2008 at 1:27 PM, Marce (Google) [EMAIL PROTECTED]

[google-appengine] Re: Alternate way to receive verification code than SMS?

2008-11-21 Thread Brian Clapper
On 11/21/08 1:51 PM, Faber Fedor wrote: Marzia, You're a Mac guy? Do you have Appengine running on a Mac (Tiger)? If so, how? On mine I keep getting Can't find module _md5. The only advice I found was to reinstall GoogleAppEngineLauncher but that didn't help. :-( I'm running it on

[google-appengine] filtering does not seem to work

2008-11-21 Thread Ujj
hi, Im running an app, cricroar.appspot.com wherein the community updates scores and comments after logging in. My Updates model is as below class Updates(db.Model): matchid = db.IntegerProperty() updateid = db.IntegerProperty() user = db.StringProperty() score = db.StringProperty()

[google-appengine] Re: Alternate way to receive verification code than SMS?

2008-11-21 Thread Faber Fedor
On Fri, Nov 21, 2008 at 3:24 PM, Brian Clapper [EMAIL PROTECTED]wrote: On 11/21/08 3:11 PM, Faber Fedor wrote: On Fri, Nov 21, 2008 at 2:06 PM, Brian Clapper [EMAIL PROTECTED] wrote: I'm running it on Tiger just fine. What version of Python are you using? MacPorts Python 2.5

[google-appengine] 1.1.6 urlfetch with largish payload fails with ApplicationError: 2 (35, 'Resource temporarily unavailable')

2008-11-21 Thread Gijsbert
Hi, Since upgrading to 1.1.6 I get ApplicationError: 2 (35, 'Resource temporarily unavailable') on doing urlfetch operations with 'larger' payloads (in my case a PUT to Amazon S3) on my dev server. Larger is 68KB in this case, so not really large and should be able to be delivered within the 5

[google-appengine] Inspired by Gmail looks

2008-11-21 Thread pran__
Hello GAE Team, One of the web applications that has always managed to keep my attention is Gmail. I am in love with it. I am designing my application with the look inspired from gMail. It is not a complete copy, however, anyone looking at my app, can say Oo. i have sen this kind of layout, i

[google-appengine] Re: Deleting stuff

2008-11-21 Thread Ben Nevile
Hi Chris - thanks for your response. A 2 second delay? Really? I don't think that would help. 1. Another of my apps is serving 100k req / sec. 2. if I delete 100 entities every two seconds it would take me a few months to get through them all. Ben On Nov 21, 11:11 am, Chris Marasti-Georg

[google-appengine] Re: Setting the Status bars

2008-11-21 Thread Barry Hunter
Not sure this is AppEngine related, perhaps a search engine would be better: http://www.google.com/search?q=javascript+window+status (Many browsers disable changing the text - for security reasons - unless the user specificially enables it) 2008/11/21 Nora [EMAIL PROTECTED]: Hello, I know

[google-appengine] Re: Storing references to other objects..?

2008-11-21 Thread Jeff S
Hi jago, On Nov 20, 5:34 am, jago [EMAIL PROTECTED] wrote: Hi, Each GalleryObject can be a 'root' without any parent or it has a parent, which is another GalleryObject it is based on. This means each GalleryObject may have a history of parents, grandparents, etc. How should I store this

[google-appengine] Re: failed to connect to localhost

2008-11-21 Thread Marzia Niccolai
Hi Brian, This is really strange, it seems like everything should work. Maybe if you try installing PIL to get the import to work (it should fail gracefully, I'm not sure why it isn't...). PIL installation instructions are here:

[google-appengine] Re: 1.1.6 urlfetch with largish payload fails with ApplicationError: 2 (35, 'Resource temporarily unavailable')

2008-11-21 Thread Marzia Niccolai
Hi, Would it be possible for you to provide the code you are using that fails with this error? Does increasing the time out allow the request to go through? -Marzia On Fri, Nov 21, 2008 at 1:13 PM, Gijsbert [EMAIL PROTECTED]wrote: Hi, Since upgrading to 1.1.6 I get ApplicationError: 2

[google-appengine] Re: aecmd error

2008-11-21 Thread Marzia Niccolai
Since you are modifying the sys.path, what I suspect is that this is caused by the underlying problem in this issue: http://code.google.com/p/googleappengine/issues/detail?id=772 Which is the interpreter may reset the sys.path after it loads. See this comment for information on how to fix it:

[google-appengine] Re: Return file with app.yaml, fetch() or redirect?

2008-11-21 Thread Jeff S
Hi jago, If I understand correctly, it sounds like you are trying to mirror the jar file and serve it from your app. I think the easiest way to do this is to upload the jar file, save it as a blob in the datstore, then create a request handler which will set the response headers to the desired

[google-appengine] Re: SDK 1.1.6 Released

2008-11-21 Thread Anthony
URLFetch calls made in the SDK now have a 5 second timeout, matching production Is it possible to turn the timeout off in the SDK? We have some scripts that run locally to do batch updates fixes that hit external API's, they take longer than 5 seconds which is why we run them locally through

[google-appengine] Re: SDK 1.1.6 Released

2008-11-21 Thread Marzia Niccolai
Hi Sachin, If you could grab the Monitor out put when the hangs happen, that would really help us troubleshoot why this could be happening: Open /Applications/Utilities/Activity Monitor.app Cmd-1 for Activity Monitor window When Launcher hangs, select it in Activity Monitor, then click Sample

[google-appengine] Re: SDK 1.1.6 Released

2008-11-21 Thread David Symonds
On Sat, Nov 22, 2008 at 12:14 PM, Anthony [EMAIL PROTECTED] wrote: URLFetch calls made in the SDK now have a 5 second timeout, matching production Is it possible to turn the timeout off in the SDK? We have some scripts that run locally to do batch updates fixes that hit external API's,

[google-appengine] Re: Creating unique key names

2008-11-21 Thread David Symonds
On Sat, Nov 22, 2008 at 5:01 AM, Andy Freeman [EMAIL PROTECTED] wrote: I'd need to create a unique name to use to name an entity group without using any datastore operations. I don't understand what you're trying to do. Entity groups don't have names. Dave.

[google-appengine] Re: Creating unique key names

2008-11-21 Thread Andy Freeman
Entity groups are named by the key of the root, which can be constructed from a kind and a key name. From http://code.google.com/appengine/docs/datastore/keysandentitygroups.html You can create an entity with an ancestor path without first creating the parent entity. To do so, you create a Key

[google-appengine] Re: Surprisingly consistent timeouts on a simple query

2008-11-21 Thread Rob
So, I changed the function to fetch instead of iterating over the results. I just did about 30 minutes of testing and I didn't have any errors in the logs. However, I don't think this proves that it's working better because I've had hours under load before where I haven't gotten the errors, and

[google-appengine] Re: Creating unique key names

2008-11-21 Thread David Symonds
On Sat, Nov 22, 2008 at 1:10 PM, Andy Freeman [EMAIL PROTECTED] wrote: Entity groups are named by the key of the root, which can be constructed from a kind and a key name. Okay, that's not really the entity group being named, but the root entity being named. Suppose that I want to

[google-appengine] Re: 1.1.6 urlfetch with largish payload fails with ApplicationError: 2 (35, 'Resource temporarily unavailable')

2008-11-21 Thread Gijsbert
Hi Marzia, The code is nothing special, it boils down to this: urlfetch.fetch(amazonurl, payload=jpegfile, urlfetch.PUT, headers=amazonheaders, allow_truncated=false) (I'm using s3fetch() from this thread: http://groups.google.com/group/google-appengine/browse_thread/thread/83bae2a7f93a476b).