[google-appengine] Re: Deleting CounterShards

2009-03-02 Thread Bill
You can count well over 1000 objects -- the limitation is in the fetching, but that's not the reason for sharded counters in Bloog. I wrote Bloog way back when App Engine was new and I was trying out different best practices for datastore ops. Sharded counters are a way to handle heavily-used

[google-appengine] Re: Print-friendly Google App Engine documentation

2009-03-02 Thread Aurimas
Nothing special here, just an old school copy/paste. On Mar 1, 4:11 pm, Ian Lewis ianmle...@gmail.com wrote: Aurimas, Pretty slick. How did you create the pdfs? I'd like to make a copy of the Japanese documentation in the same way. Ian On Sat, Feb 28, 2009 at 5:57 PM, Aurimas

[google-appengine] Re: Deleting CounterShards

2009-03-02 Thread Ian Lewis
Bill, The docs say otherwise. count() on a query object returns a maximum of 1000. http://code.google.com/appengine/docs/python/datastore/queryclass.html#Query_count Sharded counters are used to ease contention for highly updated objects but that doesn't downplay the need for counters. You need

[google-appengine] Re: Print-friendly Google App Engine documentation

2009-03-02 Thread Ian Lewis
Aha, I was hoping you had worked up an html scraper or something to build the pdfs. On Mon, Mar 2, 2009 at 5:41 PM, Aurimas aurimas.ri...@gmail.com wrote: Nothing special here, just an old school copy/paste. On Mar 1, 4:11 pm, Ian Lewis ianmle...@gmail.com wrote: Aurimas, Pretty slick.

[google-appengine] Re: BUG:Win 98 hard drive

2009-03-02 Thread Pratham
I use the Linux version (zip file) on Win 2000. You could try it on Win 98 as well. On Mar 2, 12:19 am, SiVi krzysztof.biele...@gmail.com wrote: Hi I tried to install latest msi (1.1.9) on win 98 se but when it ask for directory to be installed in it says that installation must be on loclal

[google-appengine] Re: Help regarding ajax on appengine

2009-03-02 Thread app engine dude
The requests are going on my local host.when i see my console they are visible.the classes are getting called.But when i use it live(firefox) requests are not made. plzz help me... On Feb 27, 4:28 pm, Brandon Thomson brandon.j.thom...@gmail.com wrote: Did you look in your error console? I can

[google-appengine] LinkProperty and Null/None values.

2009-03-02 Thread Ian Lewis
I have a model set up with a LinkProperty which is not required however when trying to save the entity with a value of None I get a BadValue error saying the Link cannot be empty. Is this by design and/or documented somewhere? ... class Profile(db.Model): ... homepage =

[google-appengine] Viewing a non default version log (appspot uri)

2009-03-02 Thread Ubaldo Huerta
Preliminaries: my deployment script gets svn version number (via svn info), sets the version in app.yml and does the upload via appcfg.py I increase version number to be able to test the app before going live using the uri in the admin dashboard. For example, if my default version is 200 and I

[google-appengine] Re: App Engine vs Amazon S3

2009-03-02 Thread julian.amaya
I've been using both for the last 8 months or so and they can work together Pricing for both services: S3 Pricing $0.150 per GB – first 50 TB / month of storage used $0.140 per GB – next 50 TB / month of storage used $0.100 per GB – all data transfer in $0.170 per GB – first 10 TB / month

[google-appengine] Re: about upload, I have a problem, who can help me

2009-03-02 Thread Wooble
On Mar 1, 7:18 am, ks72 k720...@gmail.com wrote: when I upload,  input appcfg.py update myapp/,then input email,all are correct,but I can not input password, any key can not input. may be is simple problem, but I  don't understand.   who can help me, thanks! Umm, your password isn't

[google-appengine] Django 1.1 updates need patch in App Engine Django helper

2009-03-02 Thread Robert
Found out this afternoon that when I checked out the latest Django, I needed to patch the appengine_django package, very slightly. Simply needed to move the lines that set the DJANGO_SETTINGS_MODULE a few lines up to before the line that force Django to reload its settings. Around line 459. Note

[google-appengine] Re: ImportError: No module named google

2009-03-02 Thread Gary Davis
Terribly sorry to mention this, but you reminded me of this classic old joke: Patient: Doctor, it hurts when I do this (poking himself in the eyeball) Doctor: Then don't do that. In your case, I'll recommend that you don't do that, and instead, do this: 1)start menu 2)cmd 3)C:\Program

[google-appengine] I got a problem with Appengine + Flex-HttpService

2009-03-02 Thread Legend Zhang
I can not access Appengine from flex using httpservice when I use IE6, using get and post. Did someone have this problem too? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: Can't deploy anymore?!

2009-03-02 Thread 张传奇
You should modify first line of app.yaml and change the application name to your own. I got same problem when upload my first test program. 2009/3/2 Brett Slatkin brett-appeng...@google.com Nick: Have you accepted the latest Terms of Service? A new one was released with our Billing launch

[google-appengine] what the app are sorted by?

2009-03-02 Thread duan wenhui
I find that the top apps are sorted, not by time or alpha-beta. by what? random? any body konw this? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

[google-appengine] Re: I got a problem with Appengine + Flex-HttpService

2009-03-02 Thread Andrew Badera
use a network sniffer or transparent proxy to figure out what the differences are, and address them. On Sun, Mar 1, 2009 at 11:09 PM, Legend Zhang 52openplatf...@gmail.com wrote: I can not access Appengine from flex using httpservice when I use IE6, using get and post. Did someone have

[google-appengine] Re: Error Trying To Create New Account

2009-03-02 Thread Marzia Niccolai
Hi, Please fill out the SMS issues form: http://appengine.google.com/waitlist/sms_issues This information can also be found in the FAQ: http://code.google.com/appengine/kb/sms.html -Marzia On Fri, Feb 27, 2009 at 8:58 PM, interactivecl...@gmail.com interactivecl...@gmail.com wrote: You

[google-appengine] Re: Will logging still work during scheduled maintenance?

2009-03-02 Thread Marzia Niccolai
Hi, Logging in and out should still work, this does not rely on the datastore. We use Google Accounts/ Google Apps for account authentication with App Engine. -Marzia On Sat, Feb 28, 2009 at 5:09 PM, Greg g.fawc...@gmail.com wrote: Can Google confirm that logging will still work during

[google-appengine] scheduled maintenance

2009-03-02 Thread Ben Nevile
Hi GAE team, I'm writing to express frustration about the scheduled maintenances of March 2 and March 9. I'm using GAE to host several time-dependent games being played by tens of thousands of people. Having datastore writes unavailable for 30 minutes during the peak traffic time is

[google-appengine] Re: gaedav - Use Google App Engine as WebDAV server

2009-03-02 Thread DukeOfWu
Congratulations. This is a great idea! -Tim On Mar 1, 3:30 am, KillIEbrowser davide.rogn...@gmail.com wrote: Thanks :-) On Feb 28, 2:39 pm, Haoyu Bai divine...@gmail.com wrote: Hi, I have ported Ho Chun Wei's PyFileServer [1] to Google App Engine, so we can use GAE's datastore as a

[google-appengine] Re: Deleting CounterShards

2009-03-02 Thread Bill
Ian, We're both in agreement. I was confused by what you meant by count and didn't realize you were talking about the count() method. Looking back, it's clear now how you meant fetch and count methods and my response could be misinterpreted if count meant count(). My first instinct now is to

[google-appengine] cost of running appengine_django

2009-03-02 Thread Nash-t
Does anyone have a rough estimate as to what it cost to run a site on appengine_django vs. running on the django 0.96 that comes with GAE? Perhaps you migrated your application one way or the other and could comment on what you saw? Higher CPU? Slower response times? Also: Does appengine_django

[google-appengine] Re: LinkProperty and Null/None values.

2009-03-02 Thread Bill
Ian, This is by design and one of my peeves at the moment. A number of the datastore properties will throw an exception when given None values, so it makes them useless for storing optional properties. I think I ran into the same problem with LinkProperty and EmailProperty. The general

[google-appengine] Re: scheduled maintenance

2009-03-02 Thread Bill
I agree with Ben. On the developer side, some programmatic access to downtime information would also be helpful. I've opened a feature request here: http://code.google.com/p/googleappengine/issues/detail?id=1116 -Bill On Mar 2, 9:53 am, Ben Nevile ben.nev...@gmail.com wrote: Hi GAE team,

[google-appengine] Re: What happened to minor version numbers?

2009-03-02 Thread Bender
Hi -- I have a follow up to this question. In the GAE documentation (http://code.google.com/appengine/docs/python/ tools/configuration.html), it says: On the Administration Console, the version number appears as a major version (version), and a minor version that corresponds to the number of

[google-appengine] Re: What happened to minor version numbers?

2009-03-02 Thread Dan Sanderson
Hi Bender - Yes, that paragraph needs to be updated. A long time ago the Admin Console displayed the number of times a given major version was uploaded as a minor version number. (And that last sentence should read, Only the latest *minor* version is retained for each major version.) As for

[google-appengine] Re: Will logging still work during scheduled maintenance?

2009-03-02 Thread Jon McAlister
Log messages emitted by your app will also continue to be collected and will appear in the admin console's log viewer. However, there may be a brief window in which not all of the logs will be available. However, they will all eventually show up. On Sat, Feb 28, 2009 at 5:09 PM, Greg

[google-appengine] Re: what is the budget to use google app engine for one year?

2009-03-02 Thread Marzia Niccolai
Hi, With out knowing more information on they type of application you plan to build, even with only 500 users, it's difficult to do this estimation. For instance, if the app was low traffic, each person only using it once or twice a day, it's certainly possible you could run the application for

[google-appengine] Re: App Engine geographic distribution

2009-03-02 Thread Jeffrey Rosen
Bump for Google On Feb 28, 5:23 pm, Jeffrey Rosen jef...@gmail.com wrote: Hello, I was just talking in IRC about this and would like some clarification from Google. I was under the impression that when you deployed an App Engine app, it was distributed over the world and wherever possible,

[google-appengine] Override request class

2009-03-02 Thread JoergA
Is there a possibility to override or extend the request class to support a PROPFIND method? I would like to use some WEBDAV methods that are currently not supported and I wonder if there is a way to do it by myself. Thanks Jörg --~--~-~--~~~---~--~~ You

[google-appengine] Re: Serving static files

2009-03-02 Thread Manuel Ignacio
hi, i had the same problem , when i type this application: laboratorio_puerto_real and i changed for this application: laboratoriopuertoreal and it worked i hope this help you regards On Jan 26, 5:41 am, James Ashley james.ash...@gmail.com wrote: I feel like a complete idiot. Here's my

[google-appengine] Clarification of Term 4.4

2009-03-02 Thread TAN KH
4.4. You may not develop multiple Applications to simulate or act as a single Application or otherwise access the Service in a manner intended to avoid incurring fees. Clarification I am currently developing my app to operate on 1 application instance per company/organisation. These

[google-appengine] Re: I have problem with Urllib2 commands..

2009-03-02 Thread Steve
Hi prasy, I got exactly the same thing in my local dev environment when I tried to open any URL with urllib2.urlopen(url) The same code worked fine when I uploaded it to the real AppEngine environment, but not locally. I was running the 1.1.5 SDK, but the problem was resolved using 1.1.9. I

[google-appengine] Brazil and Hong Kong now supported for Billing

2009-03-02 Thread Brett Slatkin
Hey there, At launch, Brazil and Hong Kong were not in our list of supported countries for billing. I'm happy to announce that application administrators in these countries may now purchase additional resources for App Engine. Thanks for your patience! -Brett Google App Engine Team

[google-appengine] Re: What happened to minor version numbers?

2009-03-02 Thread Bender
Hey Dan, Thanks for the quick response. I didn't realize the version number could be an arbitrary string. That's great information, and resolves my sense of being very limited. That would be great to see in the official documentation. That said, the documentation is for the most part,

[google-appengine] Re: Viewing a non default version log (appspot uri)

2009-03-02 Thread Nick Winter
In the upper lefthand corner of the admin dashboard, where the logs and everything else live, it should have your app id and your currently selected app version. Logs are for the currently selected version only, so select the new version and then click on the logs. (For some reason, for me, the

[google-appengine] Could I build a SEO application at GAE?

2009-03-02 Thread wahaha
To my knowledge, the solution is to send Http request to my GAE App, to collect data from WebSites. The disadvantage is that: (1) Not enough data space (2) GAE App need Http request to triggle. Is it suitable to do the SEO similar thing at GAE? Thanks a lot!

[google-appengine] 502 Server Errors after upgrade?

2009-03-02 Thread Bill
Anyone else having trouble with their apps? I'm getting 502 Server Errors and even looking at logs in the console are glacially slow. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Re: 502 Server Errors after upgrade?

2009-03-02 Thread Gee
me too app id: rotzy On Mar 2, 7:06 pm, Bill billk...@gmail.com wrote: Anyone else having trouble with their apps?  I'm getting 502 Server Errors and even looking at logs in the console are glacially slow. --~--~-~--~~~---~--~~ You received this message because

[google-appengine] Re: 502 Server Errors after upgrade?

2009-03-02 Thread Tony Arkles - home
Me too app id: steprep app id: steprep-demo On Mar 2, 9:09 pm, Gee geeh...@gmail.com wrote: me too app id: rotzy On Mar 2, 7:06 pm, Bill billk...@gmail.com wrote: Anyone else having trouble with their apps?  I'm getting 502 Server Errors and even looking at logs in the console are

[google-appengine] Re: 502 Server Errors after upgrade?

2009-03-02 Thread B.J.
me also On Mar 2, 9:12 pm, Tony Arkles - home t.ark...@gmail.com wrote: Me too app id: steprep app id: steprep-demo On Mar 2, 9:09 pm, Gee geeh...@gmail.com wrote: me too app id: rotzy On Mar 2, 7:06 pm, Bill billk...@gmail.com wrote: Anyone else having trouble with their

[google-appengine] Re: 502 Server Errors after upgrade?

2009-03-02 Thread Kuber
I'm running into this problem too. Is this related to the GAE scheduled maintenancea hour ago? http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/90c7fde1e5ccbd4b# On Mar 3, 11:06 am, Bill billk...@gmail.com wrote: Anyone else having trouble with their apps?  

[google-appengine] Has anybody noticed any serious performance degradation today?

2009-03-02 Thread Jillian
Everything on my app takes a long time. Simple database or url fetches that used to take no time, now takes more than 10 or 20 seconds. Or times out all together. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] Re: 502 Server Errors after upgrade?

2009-03-02 Thread Bill
Don't know, but the timing is suspect. My apps are up but were doggedly slow. Here are the ms/request charts: http://static.writertopia.com/chart.png http://static.writertopia.com/chart2.png These were pages that served reasonably fast before. So something is going on I think. On Mar 2, 7:28 

[google-appengine] Re: Has anybody noticed any serious performance degradation today?

2009-03-02 Thread Bill
See the 502 Server Error thread. My apps weren't working then started working but very slowly. I linked to a few of the millisecond/request charts showing how bad they're lagging. On Mar 2, 7:36 pm, Jillian luying@gmail.com wrote: Everything on my app takes a long time. Simple database or

[google-appengine] Re: 502 Server Errors after upgrade?

2009-03-02 Thread Bill
Here's the word: - cut from email -- For a period of 10 minutes after this maintenance completed all apps saw elevated latencies, and a very small number of apps saw an increase in error rates. This problem has been fixed, and apps are now serving normally. Pete Koomen, App Engine

[google-appengine] Re: scheduled maintenance

2009-03-02 Thread GregF
My rant about the same thing here... http://groups.google.com/group/google-appengine/browse_thread/thread/2ce6fdeb3fe58605 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: How do disable cache on urlfetch?

2009-03-02 Thread admin go2
You can add a random number after the url. For instance, url=http://yourapp.appspot.com/yourpath url=url+'?'+ random.random() Good luck. go2.appspot.com My app needs to get a fresh copy of a dynamic webpage page every few minutes. I am fetching date from a URL with this function: def

[google-appengine] Re: BUG:Win 98 hard drive

2009-03-02 Thread krz
Thank you bd and Pratham, i installed Linux version and it works. --~--~-~--~~~---~--~~ 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

[google-appengine] Re: LinkProperty and Null/None values.

2009-03-02 Thread Ian Lewis
Bill, Agreed. But if it's by design then is there a design that says so? like documentation? Otherwise I might consider it a bug. Ian On Tue, Mar 3, 2009 at 4:34 AM, Bill billk...@gmail.com wrote: Ian, This is by design and one of my peeves at the moment. A number of the datastore

[google-appengine] Re: scheduled maintenance

2009-03-02 Thread Pete Koomen
Hi all, Thanks very much for your posts--we're definitely reading. Regarding the timing of our scheduled maintenance, we try our best to pick times that will have the smallest effect on our developers. This isn't easy and, as you've pointed out, it's never going to work seamlessly for

[google-appengine] Re: LinkProperty and Null/None values.

2009-03-02 Thread Bill
I've seen at least one Google team member in this forum saying that's the way it is and use string if you want it to be None. That doesn't prevent us, though, from starting an issue: http://code.google.com/p/googleappengine/issues/detail?id=1117 Star it if you'd like the default behavior to

[google-appengine] Re: LinkProperty and Null/None values.

2009-03-02 Thread Ian Lewis
Thanks for creating the issue Bill. On Tue, Mar 3, 2009 at 2:19 PM, Bill billk...@gmail.com wrote: I've seen at least one Google team member in this forum saying that's the way it is and use string if you want it to be None. That doesn't prevent us, though, from starting an issue:

[google-appengine] Re: 502 Server Errors after upgrade?

2009-03-02 Thread Brenton
Still bad for us at insightdining. --~--~-~--~~~---~--~~ 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, send

[google-appengine] Which server errors are reflected in the Dashboard?

2009-03-02 Thread Bill
After the timeouts and 502 server errors today, I've been looking at the dashboard area Errors and the logs. Some (not all) of my own warnings made it into the logs, but the Errors area didn't reflect any of the turmoil. In the documentation (http://code.google.com/appengine/kb/

[google-appengine] Re: Brazil and Hong Kong now supported for Billing

2009-03-02 Thread Tony
Good! On Mar 3, 8:21 am, Brett Slatkin brett-appeng...@google.com wrote: Hey there, At launch, Brazil and Hong Kong were not in our list of supported countries for billing. I'm happy to announce that application administrators in these countries may now purchase additional resources for

[google-appengine] Re: using keys in an IN statement

2009-03-02 Thread ryan
On Mar 1, 11:06 am, pedepy paul.ro...@gmail.com wrote: I would like to fetch results only against a particular subset of keys. I'm trying to use 'WHERE __key__ IN (:1), list_of_keys ... the gql object accepts that as a valid query, but returns no result.. hmm, __key__ IN ... works for me.

[google-appengine] multi-tenant data model

2009-03-02 Thread wei
Hi, I want to create a business application designed for multiple companies. When I design the data model for big table, I wonder if there is any best practice on multi-tenant data model. Shall I create several columns (user, organization) for each table(model), and return the data only belong