[google-appengine] Re: Timeouts

2009-01-03 Thread Paul Kinlan
Hi, I also regularly get datastore timeouts for reads and writes. Looking at the status monitor there never seem to be any problems. Kind Regards, Paul Kinlan 2009/1/3 Xavier Mathews xavieruni...@gmail.com Place it in the issue tracker. On 01/02/2009, Alexander Kojevnikov

[google-appengine] Re: Can not import my data model class in another **.py file ???

2009-01-03 Thread Remis B
Youngfe wrote: I have a file(xPhotoHandler.py) with following codes inside: from google.appengine.ext import webapp from google.appengine.api import users from xphoto import xPhoto class xPhotoHandler(webapp.RequestHandler): def get(self): pass I have defined xPhoto class

[google-appengine] Re: currency or comma in float numbers format

2009-01-03 Thread Remis B
That is fine but I have another question, How can I make and filter to be used in GAE templates. I mean to be able to use something like this {{ product.price|my_money_format_filter}} where my_money_format_filter is my own implementation of the filter. Remis B On Jan 3, 2:30 am,

[google-appengine] Re: one application multiple alias domain

2009-01-03 Thread hawkett
You may be interested in this feature request and surrounding discussion http://code.google.com/p/googleappengine/issues/detail?id=945 On Jan 2, 5:03 pm, gops patelgo...@gmail.com wrote: thanks , that just didn't occur to me...rocking!! one more question :: How can i handle multiple google

[google-appengine] appcfg.py update error

2009-01-03 Thread egilchri
Yesterday, I started getting errors with appcfg.py. Sometimes, it seemed like I could get around the error by moving a source file away, and then back, but the condition is persisting. I'll include a transcript below. I tried running appcfg.py with the --noisy flag, but this didn't point to any

[google-appengine] Re: Adding property to a Model

2009-01-03 Thread murexconsult...@googlemail.com
Thanks, adding the default fixed it. Although the development datastore viewer still does not work correctly. I can not edit the new field for the old or NEW records. When I uploaded to production all worked fine. The production dataviewer displayed Missing for the field in the old rows, and the

[google-appengine] Extend Template

2009-01-03 Thread lookon
Is there any way for GAE to combine multiple templates to one. For example, I want to combine header.html, content.html, footer.html into on page, How can I do this under GAE? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[google-appengine] Re: URL Fetch API --- Does Google log IP addresses to prevent abuses?

2009-01-03 Thread KillIEbrowser
Now I'm building a new free web App using HTTPS: Private URL Fetching and I think is useful to see a URL Fetch Log into the App Engine Admin. Can you make this feature, please? On Dec 30 2008, 9:32 pm, Barry Hunter barrybhun...@googlemail.com wrote: IP addresses of what? 2008/12/30

[google-appengine] Re: Extend Template

2009-01-03 Thread Roberto Saccon
If you are using django templates there are LOTS of ways to combine multiple templates, eg. include tags, template inheritence take a look the django templates documentation regards Roberto On Jan 3, 12:28 pm, lookon areyouloo...@gmail.com wrote: Is there any way for GAE to combine multiple

[google-appengine] Re: Over Quota: Datastore Indices Count

2009-01-03 Thread dloomer
Is the index quota limit actually 50? I don't see that listed on my Quota Details page or here: http://code.google.com/appengine/articles/quotas.html. Anyway, just today I started seeing that warning in my dashboard even though I have only 45 indices (no more than nine for any given entity

[google-appengine] Re: Can not import my data model class in another **.py file ???

2009-01-03 Thread gops
the usual mistake i make is to put __init__.py file in that folder... On Jan 3, 12:30 pm, Youngfe ywfee...@gmail.com wrote: I have a file(xPhotoHandler.py) with following codes inside: from google.appengine.ext import webapp from google.appengine.api import users from xphoto import xPhoto

[google-appengine] Re: Should I use App Engine Patch

2009-01-03 Thread gops
dont use it if you are in learning phase , or not in hurry. think this way :: if there was a need of app engine patch than google would have released it. and i personally think , webapp is sufficient for pretty large project , afterall no matter how much django do for you , atlast for

[google-appengine] Re: Timeouts

2009-01-03 Thread Aaron OBrien
My app serves a fair amount of requests about 4 a second and ruffly half of them save to the datastore. It is very fault tolerant so our users shouldn't be noticing it - and if they are it's still fairly minor. In the last 9 hours we have had 10% of these requests fail (about 13,700 requests).

[google-appengine] Re: entity.populate()

2009-01-03 Thread gops
i am using your code , thats easy and cool!! thanks. On Dec 31 2008, 8:31 pm, Rodrigo Moraes rodrigo.mor...@gmail.com wrote: Hey, I am missing a way to populate an entity with data from a dict (or a list of tuples with key/value). We can do this with new entities:     entity =

[google-appengine] Re: Modeling Article Error

2009-01-03 Thread gops
the think i like about google is , you respect it so much that , even if it make mistake , you just point that out the best way you can. had it been that microsoft made such mistake , i dont think much people will bother to even tell them ... :D On Dec 31 2008, 1:15 pm, dave...@gmail.com

[google-appengine] Re: Should I use App Engine Patch

2009-01-03 Thread Roberto Saccon
if you need features of django 0.96 then it makes sense to use this patch (or writing your own ...) if not, I agree with gops regards On Jan 3, 2:43 pm, gops patelgo...@gmail.com wrote: dont use it if you are in learning phase , or not in hurry. think this way :: if there was a need of app

[google-appengine] App Engine blocked in China, what to do?

2009-01-03 Thread Nick Winter
Our app, Skritter (id skrit), teaches Chinese characters. It's become a big pain that skritter.com, which is hosted on App Engine, is blocked in China. It was unblocked for a couple weeks, but is now blocked again. skrit.appspot.com works, though (with a couple minor issues related to HTTPS

[google-appengine] Re: three web proxy sites on Google app Engine(proxypy, go2, web-proxy), which is better?

2009-01-03 Thread Barry Hunter
You missed one http://mirrorrr.appspot.com/ available at http://code.google.com/p/mirrorrr/ dont know if its better, but it works. 2009/1/2 auzhuang auzhu...@gmail.com: I found three web proxy sites on Google app : http://proxypy.appspot.com/ http://go2.appspot.com/

[google-appengine] Re: URL Fetch API --- Does Google log IP addresses to prevent abuses?

2009-01-03 Thread Barry Hunter
Do it yourself: http://code.google.com/appengine/docs/python/logging.html 2009/1/3 KillIEbrowser davide.rogn...@gmail.com: Now I'm building a new free web App using HTTPS: Private URL Fetching and I think is useful to see a URL Fetch Log into the App Engine Admin. Can you make this

[google-appengine] Ten reasons why couchdb is better than (off topic)

2009-01-03 Thread mobil
Ten reasons why couchdb is better than (off topic) http://pylab.blogspot.com/2009/01/ten-reasons-why-couchdb-is-better-than.html Guys I wrote up a small list of reasons why i think couchdb is way bettter than mysql. Do let me know what you think -- Gpirate the top torrent search engine

[google-appengine] Re: entity.populate()

2009-01-03 Thread Rodrigo Moraes
On Sat, Jan 3, 2009 at 3:55 PM, gops wrote: i am using your code , thats easy and cool!! thanks. cool. i created a feature request for it. star if you think it is worth: http://code.google.com/p/googleappengine/issues/detail?id=968 thanks, rodrigo

[google-appengine] New to app engine Help with dev_appserver.py script

2009-01-03 Thread jmac007
I'm running Mac OSX 10.5.5 and i've installed Mac Python 2.5. I followed the install doc and only installed the PythonApplications. Then I create a folder off of my home directory called helloworld and I create a file call helloworld.py. I then create a file called app.yaml and save it with that

[google-appengine] My return HttpResponseRedirect doesn't work

2009-01-03 Thread KissDragon
Here is the py file content: #!/usr/bin/python # -*- coding: utf-8 -*- import os from django.shortcuts import render_to_response from django.http import HttpResponseRedirect from django.http import HttpResponse from model.BlogModel import * import sys reload(sys) sys.setdefaultencoding('utf-8')

[google-appengine] Will be possible to schedule an application?

2009-01-03 Thread Josu
Hi, I've read that is not possible to create a python application to be run at a schedule time without any web request. I'm interested in running one python algorithm that is executed following one schedule. The result is an e-mail to the user that has created the schedule. Do you any way to

[google-appengine] Debugging with pdb() ?

2009-01-03 Thread Stuart Grimshaw
Call me old school, but I much prefer to do my debugging with pdb, I really don't want to install Eclipse just to debug a small app like this. So, how do I get pdb running under the app engines local server? If I include it as I usualle would (import pdb; pdb.set_trace()) I get a 500 server

[google-appengine] Re: three web proxy sites on Google app Engine(proxypy, go2, web-proxy), which is better?

2009-01-03 Thread admin go2
All of them are excellent. web-proxy.appspot.com is base on the open source code *mirrorrr* . Bslatkin wrote the excellent code of *mirrorrr.appspot.com *http://mirrorrr.appspot.com/ *.* go2.appspot.com is not open source yet. On Jan 2, 2:40 pm, auzhuang auzhu...@gmail.com wrote: I found

[google-appengine] Re: SMS: through python AIM/gtalk libraries?

2009-01-03 Thread satish
I am interested too. I played around with IM integration using the services from http://new.imified.com/ and it worked fine for simple functionality. On Jan 1, 2:08 pm, mclovin hanoo...@gmail.com wrote: I wanted to test out some SMS web app, where I can communicate w/ the application from my

[google-appengine] Working with mappings

2009-01-03 Thread MajorProgamming
Sample code: application = webapp.WSGIApplication([('/', MainPage), ('/newentry', NewEntry), ('/editentry', EditEntry), ('/deleteentry', DeleteEntry),

[google-appengine] Weird behavior of Django - Cycle

2009-01-03 Thread MajorProgamming
I have this code in one of my HTML Templates: {%if forloop.counter0|divisibleby:3%}/trtr class={% cycle even,odd%}{%endif%} [snipped out] For some reason every time I reload the page, the cycle behaves differently. It's almost like the system keeps the last cycling in memory - could there be

[google-appengine] Re: Working with mappings

2009-01-03 Thread Rodrigo Moraes
On Sat, Jan 3, 2009 at 10:02 PM, MajorProgamming wrote: Firstly, Do these mappings also support regular expression mappings? They *are* regular expressions. That's how those expressions are evaluated. Secondly, How can I use dynamic mappings (like instead of http://example.com/article?id=20

[google-appengine] Re: Googe App Engine and Friend Connect...

2009-01-03 Thread benzrad
so great to hear from u, dear Mangar, i will trie the code asap. but i want to know if upload: static/*.* mandatory? where is upload from? i didn't see a folder in that title. TIA. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[google-appengine] Re: Working with mappings

2009-01-03 Thread MajorProgamming
What's passed to the article_id parameter? How does GAE know what to pass? On Jan 3, 7:58 pm, Rodrigo Moraes rodrigo.mor...@gmail.com wrote: On Sat, Jan 3, 2009 at 10:02 PM, MajorProgamming wrote: Firstly, Do these mappings also support regular expression mappings? They *are* regular

[google-appengine] Download a copy of my application's source code.

2009-01-03 Thread Diego
Unfortunately (for me) my hard drive crashed and I did not have a backup of my application's source. Is it possible to get a copy of the files from GAE? Thank you. Cheers. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[google-appengine] Re: App Engine blocked in China, what to do?

2009-01-03 Thread Jacky
Hi, This is Jacky from China and I'm telling you a good news:your skrit works fine in China NOW. There's no problem for running your application from my computer, which is inside the GFW(so we called the wall filter informations on internet. Yes, this is an unconvenience, but this is provided by

[google-appengine] Re: appcfg.py update error

2009-01-03 Thread 施强
please try it again , every thing will be ok... 2009/1/3 egilchri egilc...@gmail.com Yesterday, I started getting errors with appcfg.py. Sometimes, it seemed like I could get around the error by moving a source file away, and then back, but the condition is persisting. I'll include a

[google-appengine] Re: Configuring Friend Connect

2009-01-03 Thread benzrad
i tried the code, but it don't work on my app at http://app21zh.appspot.com .in friend connect in the process to setup the site, it still reported can't find the 2 files, which i had place all over including static folder. i need more instruction.TIA. On Dec 4 2008, 6:28 am, Andi Albrecht

[google-appengine] Re: Googe App Engine and Friend Connect...

2009-01-03 Thread benzrad
i tried the code, but it don't work on my app at http://app21zh.appspot.com .in friend connect in the process to setup the site, it still reported can't find the 2 files, which i had place all over including static folder. i need more instruction.TIA. On Jan 1, 3:56 pm, Shalin Shekhar Mangar

[google-appengine] Re: Download a copy of my application's source code.

2009-01-03 Thread David Symonds
On Sun, Jan 4, 2009 at 12:45 PM, Diego di...@heyboyo.com wrote: Unfortunately (for me) my hard drive crashed and I did not have a backup of my application's source. Is it possible to get a copy of the files from GAE? Nope. Make backups and/or use source control next time. Dave.

[google-appengine] Re: Download a copy of my application's source code.

2009-01-03 Thread Diego
Thanks for the reply, David. Yep, my mistake. It was a tiny app, but still could have avoided re- writing it. On Jan 4, 1:15 pm, David Symonds dsymo...@gmail.com wrote: On Sun, Jan 4, 2009 at 12:45 PM, Diego di...@heyboyo.com wrote: Unfortunately (for me) my hard drive crashed and I did not

[google-appengine] Re: Working with mappings

2009-01-03 Thread Rodrigo Moraes
On Sat, Jan 3, 2009 at 11:16 PM, MajorProgamming wrote: What's passed to the article_id parameter? The digits extracted from the matched url - using the rule regexp as below: ('/article/([\d]+)', Article) How does GAE know what to pass? It simply passes all values captured by the regexp.

[google-appengine] Re: Django Syndication Troubles

2009-01-03 Thread Bobby
I haven't tried the ZipImport approach so i can't help there but I was able to get Syndication to work using the AppEngine patch: http://code.google.com/p/app-engine-patch/ By following the Django syndication docs: http://docs.djangoproject.com/en/dev/ref/contrib/syndication/?from=olddocs It

[google-appengine] Re: SMS: through python AIM/gtalk libraries?

2009-01-03 Thread mclovin
Have you tried SMS through aim with imified? On Jan 3, 1:44 pm, satish satish...@gmail.com wrote: I am interested too. I played around with IM integration using the services fromhttp://new.imified.com/and it worked fine for simple functionality. On Jan 1, 2:08 pm, mclovin hanoo...@gmail.com

[google-appengine] 500 Error on deploy

2009-01-03 Thread Bobby
Am i the only one right now who's getting a 500 Error on deploy? ... Cloning 154 static files. Cloned 100 files. Cloning 370 application files. Cloned 100 files. Cloned 200 files. Cloned 300 files. 2009-01-04 01:33:38,578 INFO appcfg.py:1209 Files to upload: {'feeds/ feeds.py':

[google-appengine] Re: 500 Error on deploy

2009-01-03 Thread Bobby
In the app's dashboard it tells me that i'm exceeding a quota: Your application is exceeding a quota: App Config Service Config App Call Count But on the quota details page it shows everything is ok. Does anyone have any insight on what's going on? If not i guess i have to wait until the quotas

[google-appengine] Re: 500 Error on deploy

2009-01-03 Thread Bobby
The AppEngine giveth and it taketh away. Bobby On Jan 4, 1:48 am, Bobby bobbysoa...@gmail.com wrote: In the app's dashboard it tells me that i'm exceeding a quota: Your application is exceeding a quota: App Config Service Config App Call Count But on the quota details page it shows

[google-appengine] Re: 500 Error on deploy

2009-01-03 Thread Alexander Kojevnikov
There's a limit on the number of app updates per day: http://is.gd/ew6Q On Jan 4, 5:48 pm, Bobby bobbysoa...@gmail.com wrote: In the app's dashboard it tells me that i'm exceeding a quota: Your application is exceeding a quota: App Config Service Config App Call Count But on the quota

[google-appengine] Re: 500 Error on deploy

2009-01-03 Thread Bobby
And on the third day the AppEngine createth the datastore and it saw that it was good. It said unto it, go free and distributeth thyself and thy tables into multiple server nodes so as to increase concurrency and throughput. You shall throw exceptions on the fifth day of the week and call it the

[google-appengine] Re: 500 Error on deploy

2009-01-03 Thread Bobby
Alexander, that's what i figured, i guess i have to wait. Thanks. Bobby On Jan 4, 2:04 am, Bobby bobbysoa...@gmail.com wrote: And on the third day the AppEngine createth the datastore and it saw that it was good. It said unto it, go free and distributeth thyself and thy tables into multiple

[google-appengine] serverside reverse geocoding

2009-01-03 Thread niklasr
I save one geopt per entity and want to display its location breadcrumb from its view i.e. localityname administrativeareaname nation The only way seems to be gmaps javascript api as no gae serverside function is available for reverse geocoding. Can we expect serverside reverse geocoding from