Re: [google-appengine] Re: TemplateSyntaxError: Caught ImportError while rendering: No module named http (while migrating py2.5 to py2.7 application)

2011-11-01 Thread Mariano Benitez
Thanks Brian, Further question: is there a way to create a similar tag and register it? so I do not need to rewrite all my templates.. :) Something like this might work? from google.appengine.ext import webapp register = webapp.template.create_template_register() def url(blah???): pass # b

[google-appengine] Retrieving the index position of an entity

2011-11-01 Thread de Witte
Hi, I'm looking for the following: Is it possible to retrieve the position of an entity in an index table? Of course, within going through the entire index by retrieving keys. Ayy tipes would be welcome -- You received this message because you are subscribed to the Google Groups "Google Ap

Re: [google-appengine] 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Timofey Koolin
Increase max size for incoming email please - some customers send .bmp attachments and application can't receive it. 2011/11/1 Gopal Patel > does python sdk now works with py2.7 ? > > > On Tue, Nov 1, 2011 at 6:58 AM, Johan Euphrosine wrote: > >> Hi, >> >> We've just uploaded the 1.6.0 Prereleas

Re: [google-appengine] Re: TemplateSyntaxError: Caught ImportError while rendering: No module named http (while migrating py2.5 to py2.7 application)

2011-11-01 Thread Brian Quinlan
On Tue, Nov 1, 2011 at 6:50 PM, Mariano Benitez wrote: > Thanks Brian, > > Further question: is there a way to create a similar tag and register it? > so I do not need to rewrite all my templates.. :) > You can look here for the current implementation: http://code.google.com/p/googleappengine/sou

Re: [google-appengine] Re: wildcard host mappings to ghs.google.com

2011-11-01 Thread Marcel Manz
Also not a registrar, but Amazon's AWS Route 53 DNS service supports wildcard CNAME's that can be used for GAE as well. Marcel -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google

[google-appengine] Re: URGENT: memcache errors out on write, the entire site is down

2011-11-01 Thread jon
> After taking a look at the documentation it is explicit that put will > throw an exception in case of an RPC error. OK just to make sure that I understand this correctly, MemcacheServiceException will be thrown when put() encounters an RPC error (and this is the correct behaviour), therefore th

[google-appengine] Re: [Python] Directory structure best practice

2011-11-01 Thread Walter Antolini
Hi, I can understand that not having an answer, that no one uses Python on Google App Engine. For now I solved the problem by using the structure of django, replicated across multiple folders in order to have separate applications, everything is handled through "app.yaml", and a file handler t

[google-appengine] Re: Appengine and python error

2011-11-01 Thread Walter Antolini
Hi, I use the 2.5 and I never had problems -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/bC20H7aTDqgJ. To post to this group, send email to googl

[google-appengine] hr migration and aliasing

2011-11-01 Thread pdknsk
I've migrated two free apps into one billed HR app (with subdomains). Instead of 2000+2000 free emails, I've only got 100 free emails now. If possible I'd like to have 2000 free emails restored, plus have a 301 redirect set by Google. It's already set from within the app, but then I could delete bo

[google-appengine] Re: Do you need to set SPF records when sending mail with Google Apps account sender?

2011-11-01 Thread pdknsk
Well, I've figured it out. App Engine sends the mail via *.apphosting.bounces.google.com, so SPF checks against that domain (and not the app domain). So to answer my question: no, because SPF is already set by Google. However, when sending from Google Apps, SPF needs to be set in the DNS settings.

[google-appengine] Re: HRD uses more datastore writes?

2011-11-01 Thread Jason Collins
Thanks all. The billing has come through now, and everything has dropped right back to its original levels. j On Oct 28, 9:20 am, "Max Ross (Google)" wrote: > Cron jobs should not be running on a disabled app. We'll fix it. > > Please do let us know if your datastore writes return to their origin

[google-appengine] Looking for interactive data transfer

2011-11-01 Thread ashish
Hey all Im a newbie to appengine. Ive been trying to do something like this.I have a html page with forms.Based on the user data submitted through forms I have to get some data stored in datastore and display it within the same page(append). And Im working in python. So can anybody help me wit th

Re: [google-appengine] Re: Is GAE still using old pricing scheme ?

2011-11-01 Thread Rishi Arora
Yes, good question - I ran into the same problem. My biggest budget item is data store reads, and I'd like to set its budget at a comfortable level. But I can't do that until the new pricing kicks in. But that might be too late, unless I do it shortly after midnight PST November 7th. Is this Go

Re: [google-appengine] Deploy drops data

2011-11-01 Thread Phil McDonnell
Sadly, the source app is java so I can't run the datastore admin. Enabling the feature it was a mistake. On Mon, Oct 31, 2011 at 10:35 AM, Barry Hunter wrote: > Well I was just going to suggest you use the datasotre admin > http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html >

[google-appengine] Re: HRD uses more datastore writes?

2011-11-01 Thread Max Ross (Google)
That's great to hear, thanks for being so patient with us while we sorted this out. Max -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/e9vpwXrIX

Re: [google-appengine] 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Robert Schuppenies
On Mon, Oct 31, 2011 at 9:19 PM, Gopal Patel wrote: > does python sdk now works with py2.7 ? Yes. > > > On Tue, Nov 1, 2011 at 6:58 AM, Johan Euphrosine wrote: > >> Hi, >> >> We've just uploaded the 1.6.0 Prerelease SDKs: >> http://code.google.com/p/googleappengine/downloads/list >> >> Please

[google-appengine] Lots of import errors today

2011-11-01 Thread Alex Epshteyn
I'm seeing lots of DeadlineExceededErrors in production logs in recent hours where the app seems to be stuck on loading various imports. Examples: 1) File "/base/python_runtime/python_lib/versions/third_party/ django-0.96/django/template/loaders/filesystem.py", line 17, in load_template_source

Re: [google-appengine] Re: Is GAE still using old pricing scheme ?

2011-11-01 Thread Gregory D'alesandre
Your third question is dead on :) Under the new model only the daily budget matters and so you won't need to set budgets for specific resources. So your scenario is precisely accurate. If you'd like to increase your budget to $20/day, you can add that into any of the existing buckets you'd like

Re: [google-appengine] Deploy drops data

2011-11-01 Thread Barry Hunter
You can http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html See the "A Note for Java Developers" section. On Tue, Nov 1, 2011 at 4:45 PM, Phil McDonnell wrote: > Sadly, the source app is java so I can't run the datastore admin.  Enabling > the feature it was a mistake. > > O

Re: [google-appengine] Re: Is GAE still using old pricing scheme ?

2011-11-01 Thread Rishi Arora
Thanks Greg. Yes, this clarifies things. On Tue, Nov 1, 2011 at 12:17 PM, Gregory D'alesandre wrote: > Your third question is dead on :) Under the new model only the daily > budget matters and so you won't need to set budgets for specific resources. > So your scenario is precisely accurate. I

[google-appengine] totally weird behavior - my .net app forwarded to Facebook and Oracle in different browsers

2011-11-01 Thread thstart
I have an AppEngine app attached to .net domain. .net domain is hosted in GoDaddy and I use GoogleApps standard attached to this domain. According Google Apps recommendations: A Host: @=216.239.32.21 @=216.239.34.21 @=216.239.36.21 @=216.239.38.21 CNAME: www: ghs.google.com naked domain forwarde

[google-appengine] Re: totally weird behavior - my .net app forwarded to Facebook and Oracle in different browsers

2011-11-01 Thread thstart
tested again after 15 minutes - works normal but this is weird?!? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/N9J7PiVd3IEJ. To post to this gr

[google-appengine] Re: 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Waldemar Kornewald
Hi Marzia, there is a little bug in the SDK. Django-nonrel users put the "django" package directly in the project folder. However, when I try to import django the dev_appserver's import hook says that I have to add django to the libraries section in app.yaml. It doesn't even try to import the p

[google-appengine] data just a bit over free quota

2011-11-01 Thread Andrei
One of the apps has 1.13Gb of data and is not going to grow It's non profit app Can I still run it for free with new pricing? Thanks -- 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@googl

[google-appengine] Re: data just a bit over free quota

2011-11-01 Thread Philip
What will happen if Google will raise the free quota to 1.5gb for you and you exceed it by 10mb? Should they raise it again and again? Just pay for the 130mb of space you use. It should be 0.3796$/year if I calculated it correctly. On Nov 1, 9:43 pm, Andrei wrote: > One of the apps has 1.13Gb of

[google-appengine] Re: data just a bit over free quota

2011-11-01 Thread Andrei
I can pay that But after Nov 7 it's 9 dollars minimum per month On Nov 1, 6:20 pm, Philip wrote: > What will happen if Google will raise the free quota to 1.5gb for you > and you exceed it by 10mb? Should they raise it again and again? Just > pay for the 130mb of space you use. It should be 0.379

RE: [google-appengine] Re: data just a bit over free quota

2011-11-01 Thread Brandon Wirtz
Consider setting some of your fields to not index. That will likely put you under quota. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Andrei Sent: Tuesday, November 01, 2011 3:25 PM To: Google App Engine Subject: [googl

[google-appengine] Re: 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Roberto Saccon
to migrate an existing app to HDR with the new tool, can I keep now the app-id ? -- Roberto -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/wE5y

Re: [google-appengine] wildcard host mappings to ghs.google.com

2011-11-01 Thread Nick Johnson
Hi Jason, You don't need to change your registrar - just your DNS host. I believe zoneedit support wildcard CNAMEs. -Nick On Sat, Oct 29, 2011 at 3:46 AM, Jason Collins wrote: > When you map a custom domain to App Engine, you use a CNAME entry that > points to some-host.your-domain.com. > > Our

Re: [google-appengine] Re: Announcing SSL for Custom Domains Trusted Tester Program

2011-11-01 Thread Nick Johnson
On Fri, Oct 21, 2011 at 7:33 AM, Brandon Wirtz wrote: > IE5/IE6 will say page cannot be displayed and will never connect. For > this reason you should encourage users to arrive at a non-HTTPs version of > the page, do browser detection and display an Upgrade your browser > notification, then use

[google-appengine] Re: data just a bit over free quota

2011-11-01 Thread Andrei
Deleted all indexes yesterday already On Nov 1, 6:29 pm, "Brandon Wirtz" wrote: > Consider setting some of your fields to not index. That will likely put you > under quota. > > > > > > > > -Original Message- > From: google-appengine@googlegroups.com > > [mailto:google-appengine@googlegrou

RE: [google-appengine] Re: data just a bit over free quota

2011-11-01 Thread Brandon Wirtz
Apply Zip Compression to fields -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Andrei Sent: Tuesday, November 01, 2011 4:47 PM To: Google App Engine Subject: [google-appengine] Re: data just a bit over free quota Deleted

Re: [google-appengine] Re: data just a bit over free quota

2011-11-01 Thread Jeff Schnitzer
Rumor has it that short appids, short kind names, and short field names have an effect. I'd be curious to know exactly how much. Jeff On Tue, Nov 1, 2011 at 4:58 PM, Brandon Wirtz wrote: > Apply Zip Compression to fields > > -Original Message- > From: google-appengine@googlegroups.com

[google-appengine] Re: Looking for interactive data transfer

2011-11-01 Thread David Whittaker
Welcome to web programming 101! We were all newbies once. There are several components to an application like this, but to get you started, what you are describing is very similar to the Guestbook demo application included in the SDK. Look in your demos/guestbook folder in your python appengine

[google-appengine] Re: 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Michael Quartly
Is the memory allocation going to be limited to 128MB on November 27? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/E4mu1Hm4XTwJ. To post to this

[google-appengine] Re: Announcing SSL for Custom Domains Trusted Tester Program

2011-11-01 Thread Cayden Meyer
Hey everyone,  The first group of testers have already received invitations to start testing. If you haven't yet received an invitation, do not despair, we will be expanding the invitation pool in the later stages of the testing program. To answer a few questions from this thread.  Q: “What happens

[google-appengine] Re: Announcing SSL for Custom Domains Trusted Tester Program

2011-11-01 Thread Cayden Meyer
Hey everyone,  The first group of testers have already received invitations to start testing. If you haven't yet received an invitation, do not despair, we will be expanding the invitation pool in the later stages of the testing program. To answer a few questions from this thread.  Q: “What happens