[google-appengine] Re: GAE will hurt Linux unless...

2008-12-03 Thread kang
support google os On Thu, Dec 4, 2008 at 4:23 AM, Amir Michail <[EMAIL PROTECTED]> wrote: > > Hi, > > I suspect that the Google App Engine (and cloud computing more > generally) will have the unintended effect of significantly reducing > usage of Linux among web developers. > > The solution of

[google-appengine] Re: django admin on app engine

2008-12-03 Thread Mike
Can I use this patch with appengine-patch? It would be very useful to have the admin working. Any chance that this can be integrated into appengine-helper or appengine-patch? It would be easier to use it that way rather than having the patch separately. On Nov 4, 6:21 am, Arash <[EMAIL PROTECTED]

[google-appengine] Re: GAE will hurt Linux unless...

2008-12-03 Thread SELVAKUMAR MUTHUSAMY
I don't think so, b'coz linux and its usage in app dev domain is a vast area and it cannot be beaten degraded by GAE. May be in games domain and the pkgs like photoshop could besome exceptions, but as a dev. platform point of view *nix operating systems will have its own image. I have worked in li

[google-appengine] Re: Converting .wav to .mp3

2008-12-03 Thread egilchri
I guess what I need is the abiity to peform the equivalent of: sox $1 -t wav -s -w - | lame -b 48 --resample 22.055 -v -q 0 -V 9 -- quiet - $2 I suppose it's workaround time ... On Nov 30, 12:18 pm, egilchri <[EMAIL PROTECTED]> wrote: > I could store them on App Engine, but I don't wanto to ex

[google-appengine] ClientLogin error

2008-12-03 Thread angel
Hello, I want to shows all my documents within google docs. I use ClientLogin but it´s fail with the error: : fetch() got an unexpected keyword argument 'follow_redirects' args = ("fetch() got an unexpected keyword argument 'follow_redirects'",) message = "fetch() got an

[google-appengine] Re: A web tool to create AppEngine project. Comment is appreciated.

2008-12-03 Thread A . TNG
On Thu, Dec 4, 2008 at 3:04 AM, Nick Johnson <[EMAIL PROTECTED]> wrote: > > This is really quite neat. I hope we can look forward to seeing more > modules to choose from in the future! > You could work around the 1MB limit by providing a command-line tool > that takes the same settings as the site

[google-appengine] Re: Transaction Isolation

2008-12-03 Thread ryan
hi amir! we can't delay the query until milestone B because in that example, the put and the query are in different requests, so they don't know anything about each other. specifically, the query doesn't know that another request is currently in the middle of a put. (even if it did, we couldn't fe

[google-appengine] Re: Concurrency Control in the datastore

2008-12-03 Thread DXD
Hi Ryan, So actually you guys use the multiversion timestamp control, and the rules of the scheduler are in fact more straightforward than what I outlined. I believe they are as follows (pls correct me if I'm wrong somewhere): When a transaction T starts, it is assigned a timestamp TS(T) generat

[google-appengine] Re: 3 feature requests

2008-12-03 Thread Dan Sanderson
I haven't used them myself, but at first glance I don't see why they wouldn't work, assuming you're using Django for your request handling. Give 'em a try. Django features that don't work out of the box on App Engine tend to be those that use Django's ORM layer, which doesn't work with the App Eng

[google-appengine] Re: How to do Composition with Datastore API?

2008-12-03 Thread ryan
david's right, that article does describe how to extend db.Property. if all you need is a point property, though, you should consider using GeoPtProperty: http://code.google.com/appengine/docs/datastore/typesandpropertyclasses.html#GeoPtProperty despite the name, it simply stores two floats inte

[google-appengine] 3 feature requests

2008-12-03 Thread niklasr
There are 3 features from django that are interesting RSS syndication http://docs.djangoproject.com/en/dev/ref/contrib/syndication/?from=olddocs Form preview framework http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-preview/#ref-contrib-formtools-form-preview Sitemap generator h

[google-appengine] Re: ORDER BY changes the number of results in production server

2008-12-03 Thread Siva Velusamy
On Dec 3, 10:55 am, Nick Johnson <[EMAIL PROTECTED]> wrote: > Do some of your entities have property2 missing or set to None (or an > empty list, in the case of a listproperty)? Orders only apply to > entities that contain that property. > Thanks Nick. But neither of those situations apply in th

[google-appengine] best practice security

2008-12-03 Thread alf
hi all, i would like know how to connect to my app engine with a user/password without user interaction similar like connections string in sqlserver or other ddbb, obviously passing this data trought internet with privacy. thanks --~--~-~--~~~---~--~~ You receive

[google-appengine] Re: Configuring Friend Connect

2008-12-03 Thread Andi Albrecht
Hi Rajiv, here's how I did it... I copied the two files in a directory called "static" (where all my CSS and images live). Then I'd added the following lines to app.yaml: - url: /rpc_relay.html static_files: static/rpc_relay.html upload: static/rpc_relay.html - url: /canvas.html static_fi

[google-appengine] Re: GAE will hurt Linux unless...

2008-12-03 Thread yejun
There's no such thing as directly using linux. On Dec 3, 5:09 pm, "Amir Michail" <[EMAIL PROTECTED]> wrote: > On Wed, Dec 3, 2008 at 5:06 PM, yejun <[EMAIL PROTECTED]> wrote: > > > GAE runs on linux, so I couldn't see any reason linux will be hurt. > > GAE will cut down the number of people famil

[google-appengine] Re: GAE will hurt Linux unless...

2008-12-03 Thread Amir Michail
On Wed, Dec 3, 2008 at 5:06 PM, yejun <[EMAIL PROTECTED]> wrote: > > GAE runs on linux, so I couldn't see any reason linux will be hurt. GAE will cut down the number of people familiar with and directly using Linux even if it ends up increasing the number of Linux web servers. Amir > > On Dec 3

[google-appengine] Re: GAE will hurt Linux unless...

2008-12-03 Thread yejun
GAE runs on linux, so I couldn't see any reason linux will be hurt. On Dec 3, 3:23 pm, Amir Michail <[EMAIL PROTECTED]> wrote: > Hi, > > I suspect that the Google App Engine (and cloud computing more > generally) will have the unintended effect of significantly reducing > usage of Linux among we

[google-appengine] Re: Help for a starter

2008-12-03 Thread djidjadji
Do not redirect to "thanks.html", you don't have a handler specified in 'app' for this. def post(self): .. self.redirect('thanks') 2008/12/3 David Price <[EMAIL PROTECTED]>: > If this is too basic sorry but not really working this out > > > > I would like to do a ba

[google-appengine] Re: GAE will hurt Linux unless...

2008-12-03 Thread Amir Michail
On Wed, Dec 3, 2008 at 3:23 PM, Amir Michail <[EMAIL PROTECTED]> wrote: > Hi, > > I suspect that the Google App Engine (and cloud computing more > generally) will have the unintended effect of significantly reducing > usage of Linux among web developers. > > The solution of course is for Google to

[google-appengine] Re: using custom domain

2008-12-03 Thread Xavier Mathews
Why Did You Say That? On 12/03/2008, yejun <[EMAIL PROTECTED]> wrote: > > Obviously wrong CNAME > > dig www.maithilparinay.com > > www.maithilparinay.com. 1120IN CNAME > p2p.geo.vip.sp1.yahoo.com. > > On Dec 2, 5:41 pm, Yogi <[EMAIL PROTECTED]> wrote: >> Hi All, >> I have deploy

[google-appengine] Re: GAE will hurt Linux unless...

2008-12-03 Thread OkaMthembo
Well said, Amir. I tend to agree that we need a Linux distro thats slick enough to take on Windows, maybe even Mac OS, so that a significant number of web devs may be more comfortable in a Linux environment. I personally would love to do all my web dev on Linux, but until theres a Photoshop equival

[google-appengine] Re: __searchable_text_index

2008-12-03 Thread NoIEbrowser
OK, now does not exist (why? - some cron processes?) On Dec 3, 10:16 pm, NoIEbrowser <[EMAIL PROTECTED]> wrote: > Then? :-) > > On Dec 3, 12:21 am, NoIEbrowser <[EMAIL PROTECTED]> wrote: > > > Hi All, > > using "Bulk Data > > Uploader"http://code.google.com/appengine/articles/bulkload.html > >

[google-appengine] Re: dynamic plotting & matplotlib

2008-12-03 Thread djidjadji
Or you can have a look if "Open Flash Chart 2" can be used. It uses a JSON file to format the chart, there is a python file to help constructing this JSON structure. http://teethgrinder.co.uk/open-flash-chart-2/ 2008/12/3 Jonk <[EMAIL PROTECTED]>: > > On 3 joulu, 12:56, gratefulfrog <[EMAIL PROT

[google-appengine] Re: __searchable_text_index

2008-12-03 Thread NoIEbrowser
Then? :-) On Dec 3, 12:21 am, NoIEbrowser <[EMAIL PROTECTED]> wrote: > Hi All, > using "Bulk Data > Uploader"http://code.google.com/appengine/articles/bulkload.html > > I see this "__searchable_text_index" > > Can I delete it from my DB ? > > Using: > #def HandleEntity(self, entity): > #       e

[google-appengine] Re: How to do Composition with Datastore API?

2008-12-03 Thread David Symonds
On Thu, Dec 4, 2008 at 7:11 AM, TLH <[EMAIL PROTECTED]> wrote: > Consider the case where we have two (or more) properties that appear > in a number of classes, such as a Point class: > > class Point(db.Model): > x = db.IntegerProperty() > y = db.IntegerProperty() > > I want a Circle class to ha

[google-appengine] Configuring Friend Connect

2008-12-03 Thread Rajiv R
am trying to use friend connect for my app engine application. I am told to place 2 .html files in the app's home url i.e http://.appspot.com/.html. I tried a few options in app.yaml but they all result in 404-Not Found. any suggestions? Cheers! Rajiv --~--~-~--~~~-

[google-appengine] GAE will hurt Linux unless...

2008-12-03 Thread Amir Michail
Hi, I suspect that the Google App Engine (and cloud computing more generally) will have the unintended effect of significantly reducing usage of Linux among web developers. The solution of course is for Google to release a user-friendly and slick Google OS built on top of Linux that makes the we

[google-appengine] How to do Composition with Datastore API?

2008-12-03 Thread TLH
Consider the case where we have two (or more) properties that appear in a number of classes, such as a Point class: class Point(db.Model): x = db.IntegerProperty() y = db.IntegerProperty() I want a Circle class to have the members "center" and "radius," which is a point and an integer; Squar

[google-appengine] Re: Why can't Google index my app?

2008-12-03 Thread Larry
Thanks for the reply, Marzia. It seems to be OK and I'll just have to wait for GoogleBot to scan it again. On Dec 3, 5:34 pm, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > Hi Larry, > > It could have just been a temporary error, maybe you can try manually > checking the robots.txt to see if there

[google-appengine] Re: A web tool to create AppEngine project. Comment is appreciated.

2008-12-03 Thread Nick Johnson
This is really quite neat. I hope we can look forward to seeing more modules to choose from in the future! You could work around the 1MB limit by providing a command-line tool that takes the same settings as the site and downloads the components separately. At the 'lots of work' end of the scale,

[google-appengine] Re: Query result caching

2008-12-03 Thread gops
well , i digg the documentation , there is extremely easy way to add custom filters in jinja... even wrote a recipe for it and memcache.. http://appengine-cookbook.appspot.com/recipe/better-performance-with-jinja2/?id=ahJhcHBlbmdpbmUtY29va2Jvb2tyqwELEgtSZWNpcGVJbmRleCJGYWhKaGNIQmxibWRwYm1VdFkyOXZ

[google-appengine] Re: ORDER BY changes the number of results in production server

2008-12-03 Thread Nick Johnson
Do some of your entities have property2 missing or set to None (or an empty list, in the case of a listproperty)? Orders only apply to entities that contain that property. Though it's definitely a bug either way if you have the same data on dev and production and the results are different. -Nick

[google-appengine] Help for a starter

2008-12-03 Thread David Price
If this is too basic sorry but not really working this out I would like to do a basic two page post and get. The main page main.html gets picked up by the code "app = webapp.WSGIApplication([('/', MyHandler), " But I am expecting main to redirect to thanks and the code for NextHandler to be

[google-appengine] Re: ORDER BY changes the number of results in production server

2008-12-03 Thread Marzia Niccolai
Hi Siva, I suspect this is an issue related to the App Engine dataviewer occassionally displaying the wrong number of results in certain occasions (for example: http://code.google.com/p/googleappengine/issues/detail?id=424and http://code.google.com/p/googleappengine/issues/detail?id=612). It shou

[google-appengine] ORDER BY changes the number of results in production server

2008-12-03 Thread Siva Velusamy
Hi, I find this weird behavior in the current production server: If I have a query of the form: SELECT * FROM model1 WHERE property1 = 'foo' ORDER BY property2 ASC I get 23 results. However, if the query does not have the ORDER BY part, then I receive 42 results. This seems like a bug to me, a

[google-appengine] Using OpenID to store encrypted data

2008-12-03 Thread Michael
Hi, First of all, I'm not sure if this post belongs to the app engine group, but in lack of a better candidate, I'm posting it here. Please let me know if it belongs elsewhere. I have an app engine application which uses OpenID to identify users. In the datastore, I want to store some encrypted

[google-appengine] Re: 3 problems

2008-12-03 Thread Nikola
I meant "report 1 and 2". On Dec 3, 7:37 pm, Nikola <[EMAIL PROTECTED]> wrote: > I am getting several weird problems: > > 1) When pickling/unpickling functions, their module needs to be > imported in advance when the code runs in google app engine. Not so in > the development environment / standa

[google-appengine] 3 problems

2008-12-03 Thread Nikola
I am getting several weird problems: 1) When pickling/unpickling functions, their module needs to be imported in advance when the code runs in google app engine. Not so in the development environment / standard python. For now I am importing expected modules, but it's not a good solution... 2) T

[google-appengine] Re: Why can't Google index my app?

2008-12-03 Thread Marzia Niccolai
Hi Larry, It could have just been a temporary error, maybe you can try manually checking the robots.txt to see if there are any problems? https://www.google.com/support/webmasters/bin/answer.py?answer=35237&query=robots.txt&topic=&type= -Marzia On Wed, Dec 3, 2008 at 8:03 AM, Larry <[EMAIL PROTE

[google-appengine] Re: OpenSocial-gifts application download

2008-12-03 Thread Marzia Niccolai
Hi, It seems here that you haven't added the paramater to make a signed request to your OpenSocial app, so it can't find the signature: http://code.google.com/apis/opensocial/articles/appengine-0.8.html#signing -Marzia On Wed, Dec 3, 2008 at 12:04 AM, Chak <[EMAIL PROTECTED]> wrote: > > > Thank

[google-appengine] A web tool to create AppEngine project. Comment is appreciated.

2008-12-03 Thread A . TNG
Hi All, I write a web tool to create AppEngine project. Following is the quick start. Any comment is appreciated. Thanks. :-) = GAE-Util-Suit Quick Start = 1. How to access GAE-Util-Suit? The website is http

[google-appengine] Re: encryption libraries

2008-12-03 Thread Leonid Evdokimov
Jeff S wrote: I've recently been using tlslite for RSA and SHA-1. I haven't tried it yet on App Engine, but that might be a good place to start. Thanks Jeff, I had already found tlslite some hours before I read your message. If tlslike will cause too much load, I'm going to read about IV & k

[google-appengine] Why can't Google index my app?

2008-12-03 Thread Larry
Hi! I have submitted my application and am tracking progress with Google Webmaster but many of the URLs that it tries to index have errors. The errors are all the same and of the type "robots.txt file unreachable" as described here: https://www.google.com/support/webmasters/bin/answer.py?answer=

[google-appengine] Re: can not register

2008-12-03 Thread Hong
Thank you. On Nov 18, 12:13 pm, pr3d4t0r <[EMAIL PROTECTED]> wrote: > On Nov 17, 7:17 pm, Hong <[EMAIL PROTECTED]> wrote: > > > Hello every one, when I try to register for Google app engine , It has > > to be activated by SMS, but when I fill my phone number (from > > Vietnam), like this +84 9884

[google-appengine] Re: geopt filter

2008-12-03 Thread niklasr
Thank you for the recommendations Robert. My app now filters according to geopt while also ordering and filtering by datetime. The radius parameter you can increase factor 10 or 100 to fetch everything. And decrease radius and vary lat,lng to pinpoint things. I don't prepopulate a database with al

[google-appengine] A web tool to create AppEngine project files. Comment is appreciated.

2008-12-03 Thread A.TNG
Hi All, I write a web tool to create AppEngine project. Following is the quick start. Any comment is appreciated. Thanks. :-) = GAE-Util-Suit Quick Start = 1. How to access GAE-Util-Suit? The website is http

[google-appengine] Re: Tips on Optimizing Writes?

2008-12-03 Thread bFlood
thx jeff how many Puts below 1000 megacycles are we allowed per minute? brian On Dec 3, 7:06 am, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > Hi Jeff, > now I remember what irritated me so much about those warning signs: > Even if you don't get a high CPU warning message in the logs you migh

[google-appengine] Re: Tips on Optimizing Writes?

2008-12-03 Thread Waldemar Kornewald
Hi Jeff, now I remember what irritated me so much about those warning signs: Even if you don't get a high CPU warning message in the logs you might still get a warning sign, but it can be ignored in this case. Now comes the catch: the sign shows a little pop-up message when you move the mouse over

[google-appengine] Re: dynamic plotting & matplotlib

2008-12-03 Thread Jonk
On 3 joulu, 12:56, gratefulfrog <[EMAIL PROTECTED]> wrote: > about google charts? Is it possible to create custom charts from that, > somehow? My application is really about charting, alas... http://code.google.com/apis/chart/ jK --~--~-~--~~~---~--~~ You

[google-appengine] Re: dynamic plotting & matplotlib

2008-12-03 Thread gratefulfrog
Thanks for the tip. I've looked around a bit and found PyChart: http://home.gna.org/pychart/ Do you think that this work? Also, what about google charts? Is it possible to create custom charts from that, somehow? My application is really about charting, alas... Thanks, GF. On Dec 1, 7:44 pm, "Dan

[google-appengine] Re: geopt filter

2008-12-03 Thread Robert
Agree that it would be very nice to be able to do clever queries on GeoPt fields. I.e. find records for which some GeoPt field is within some boundaries. Where "boundaries" could given as a radius around a point, or perhaps even a polygon. Likewise I can see that some folks would like queries for

[google-appengine] Re: Working with a proxy for data storage and URL fetch

2008-12-03 Thread SELVAKUMAR MUTHUSAMY
On Wed, Dec 3, 2008 at 2:30 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > > It shoudn't be a problem, replication will just take longer. > > The replication is of course broken down into many small requests, in > order to avoid AppEngine request timeouts and running over high-CPU > quota. > >

[google-appengine] Re: Working with a proxy for data storage and URL fetch

2008-12-03 Thread [EMAIL PROTECTED]
It shoudn't be a problem, replication will just take longer. The replication is of course broken down into many small requests, in order to avoid AppEngine request timeouts and running over high-CPU quota. As far as I know, currently there isn't really any faster way to load data into AppEngine

[google-appengine] Re: How do i can clear Data Base in google server?

2008-12-03 Thread Alakat
I find a terminal command or script that delete all entities in google.Becouse if i do this job is very elaborated. Thk for all On Tue, Dec 2, 2008 at 7:09 PM, Devel63 <[EMAIL PROTECTED]> wrote: > > What is the command? > > On Dec 2, 8:17 am, Alakat <[EMAIL PROTECTED]> wrote: > > i find a command

[google-appengine] Re: NeedIndexError: no matching index found

2008-12-03 Thread kang
it works..thank you On Wed, Dec 3, 2008 at 11:27 AM, Alexander Kojevnikov < [EMAIL PROTECTED]> wrote: > > You need to add the index to your index.yaml file (if it's not already > added by the dev_appserver.py), update the indices with appcfg.py and > wait until the index is built. > > See this pa

[google-appengine] Re: OpenSocial-gifts application download

2008-12-03 Thread Chak
Thank you Marzia, I have checked-out from http://opensocial-gifts.googlecode.com/svn/ trunk/. But when I execute the application in local environment, the URL, http://localhost:9998/givegifts/gifts is giving below message: Traceback (most recent call last): File "C:\GAE_Installations\Google\g