[google-appengine] Re: python 2.6

2008-10-05 Thread Abhi Batra
thanks alexander. @Jorge- had you noticed i was cut off from the system for quite a while and so was a little unaware and i don't think that is so unacceptable --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

[google-appengine] delete app

2008-10-05 Thread Abhi Batra
is it possible to delete an application from the net once made. --~--~-~--~~~---~--~~ 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: delete app

2008-10-05 Thread David Symonds
On Sun, Oct 5, 2008 at 5:48 PM, Abhi Batra [EMAIL PROTECTED] wrote: is it possible to delete an application from the net once made. Not at present; you can only disable it. Dave. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[google-appengine] Re: delete app

2008-10-05 Thread Sylvain
no, you can't delete. On 5 oct, 08:48, Abhi Batra [EMAIL PROTECTED] wrote: is it possible to delete an application from the net once made. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group.

[google-appengine] Re: SDK 1.1.5 Released

2008-10-05 Thread Davide Rognoni
404 Not Found http://code.google.com/appengine/docs/memcache/clientclass#Client_add_multi On Oct 4, 3:26 am, Marce [EMAIL PROTECTED] wrote: Today is the release of the 1.1.5 SDK, which, as always, is available for download on our Google hosting

[google-appengine] Re: SDK 1.1.5 Released

2008-10-05 Thread Davide Rognoni
This is right http://code.google.com/appengine/docs/memcache/clientclass.html#Client_add_multi Not right http://code.google.com/appengine/docs/memcache/clientclass#Client_add_multi On Oct 5, 12:51 pm, Davide Rognoni [EMAIL PROTECTED] wrote: 404 Not

[google-appengine] Re: Why Google App Engine is broken and what Google must do to fix it.

2008-10-05 Thread Aral Balkan
Hi Jorge, You clearly don't get must of the stuff you are talking about. ALL the quotas are there for you to be efficient they the whole purpose, they are not hard coded to make your live bad they are in there to make the system better. I feel that you have missed the point of my post.

[google-appengine] Re: Any Site in Production Use ?

2008-10-05 Thread Jonathan Feinberg
On Oct 4, 6:20 pm, Nash [EMAIL PROTECTED] wrote: My strong suggestion at this stage to anyone considering GAE for a production, business use DO NOT USE GAE. Unless, of course, you can't find anything else with the same scaling properties, ease of use, and pleasure of development. Then do. 4.

[google-appengine] Re: Why Google App Engine is broken and what Google must do to fix it.

2008-10-05 Thread Jonathan Feinberg
On Oct 4, 6:20 pm, Nash [EMAIL PROTECTED] wrote: Great article Aral, My strong suggestion at this stage to anyone considering GAE for a production, business use DO NOT USE GAE. I just replied to this same post in a different thread, not realizing it had been posted to this one as well.

[google-appengine] Encrypted Paypal Forms and supported python encryption libraries

2008-10-05 Thread Tito
Hello, I need to output an encrypted paypal form in google app engine. But I couldn't find a package in the python standard library that can handle S/MIME or Triple DES encryption. As far as I know libraries such as M2Crypto (which runs on C modules and SWIG) would not run on Google App Engine.

[google-appengine] Re: urlfetch -- DownloadError: ApplicationError: 2

2008-10-05 Thread David Symonds
On Mon, Oct 6, 2008 at 12:11 AM, llad [EMAIL PROTECTED] wrote: I'm getting DownloadError: ApplicationError: 2, with code trying to fetch http://twitter.com/statuses/public_timeline.rss. This could be a known problem with accessing Twitter from production GAE:

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-05 Thread Feris Thia
Try this workaround : - Add Google Page Creator services in your Google Apps control panel - After added, click on Web Pages menu - Click Change URL - Change www default URL to something else - After that you can try to add your app engine to www Hope this helps ! Regards, Feris On Sun, Oct

[google-appengine] Re: Encrypted Paypal Forms and supported python encryption libraries

2008-10-05 Thread Kitahara
Hi, Tito^^ I have not tried, but I think pure python code is work. pyDES @ pure python. http://pydes.cvs.sourceforge.net/viewvc/pydes/pyDes/pyDes_152_compat.py?view=markup Official pyDES http://twhiteman.netfirms.com/des.html I think S/MIME too. Kosei. On Oct 5, 10:50 pm, Tito [EMAIL

[google-appengine] Re: Any Site in Production Use ?

2008-10-05 Thread davew
Hi Feris, Are you testing it locally, or live? (The datastore can be slow for puts locally.) Are you trying to update the same records, or 1000 unique records? If you are doing 27 updates per second, are you ramping up, and ramping down your requests when you run tests? Try to simulate a

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-05 Thread Brade
thanks for the tip. I tried, and it doesn't work. In fact, I then disabled every service besides email. I went back to the enom panel and removed the other subdomain/cname records aside from mail. I still cannot add www as my subdomain to my app! Has anyone else had success using www as their

[google-appengine] Uploading app behind proxy

2008-10-05 Thread uo
Hey guys, I do have a problem..i have developed an app and im trying to upload it but im getting an error.I have specified the proxy ip and port in the shell as export https_proxy=https://172.16.1.17:3128; but it seems it dosnt manage to authenticate me thru the clientlogin in

[google-appengine] Re: Any Site in Production Use ?

2008-10-05 Thread Nash
Thanks Jonathan for your reply, My intention is to bring these issues out, I'm a big Google, Django, Python fan and I would love to see GAE work for a larger subset of problems. Current functionality is just very limited. 4. No sorting: When using lists, inequalities etc you can't sort on

[google-appengine] Cache-Control header the Google Frontend Server

2008-10-05 Thread MP
Symptoms: I noticed when I sign out of my app, it takes me to a page which indicates I am still logged in, which is confusing. When I click signout in my app, I want it to take me to a page that indicates I am signed out. This problem occurs with the Google Frontend Server, but not with the

[google-appengine] user client upload a text file ?

2008-10-05 Thread herbie
Firstly please be patient I’m new to web app development in general not just GAE. (Thank you!) I’ve been through the “Getting Started” helloworld examples and it all makes reasonable sense to me. Now I want to try my own little web app. I would like the user to be able to upload a textfile

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-05 Thread Danny
I'm also having this problem, and the work-around doesn't fix it. I have also tried changing the DNS settings to use Current Version rather than Next Generation but that does not help either. It is very frustrating that this very common (and important) use case gives so much trouble. Has

[google-appengine] Getting UNIX Timestamps out of DateTime fields in the db?

2008-10-05 Thread tom
Hey, I'm working on a project that needs timestamps out of the db, and I'd like to do it as cleanly as possible. Is there any easy way to do this? I'm storing all dates as DateTime fields, and thinking about adding an accessor method to the model, but I can't see how anyone has done this so far,

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-05 Thread Tom
Please try the following: Go to your site's dashboard https://www.google.com/a/cpanel/[yourdomain.org]/Dashboard From there you'll likely see the Web Pages service set to www.yourdomain.org. Clicking on that will let you rename it (to home.yourdomain.org for example). Hope that helps!

[google-appengine] Re: Datastore, hundreds of records, slow, slow, slow

2008-10-05 Thread David Symonds
On Sun, Oct 5, 2008 at 6:26 PM, hinx [EMAIL PROTECTED] wrote: I'm using limit (35) and offset. But the higher the offset goes, the more resources the request takes. It's also a direct correlation to how much time the request takes. Using an offset still incurs the cost of loading the

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-05 Thread Brade
I appreciate the feedback on this, but notice I already disabled web pages and sites, and everything except for mail. I even removed www from the enom panel. the fact is, there's something going on behind the scenes on google's side that is the problem. there's some sort of auto-redirect already

[google-appengine] Re: urlfetch -- DownloadError: ApplicationError: 2

2008-10-05 Thread llad
Thank for responding, Dave. Those threads seem to be focused on posts to the twitter API. I'm just trying a GET of an RSS feed -- it actually works fine if I want to get one user's status, but the public time line fails. If Twitter is responding with a 403, it would be nice if GAE responding

[google-appengine] Re: What to expect if an account is created after a User instance?

2008-10-05 Thread pr3d4t0r
On Oct 1, 10:50 am, Marzia Niccolai [EMAIL PROTECTED] wrote: Taking the last question first, App Engine allows authentication against either Google Accounts or Google Apps. A full explanation of the options can be found at:http://code.google.com/appengine/articles/auth.html As for the first

[google-appengine] Datastore Timeouts Must Die

2008-10-05 Thread Alex Epshteyn
Please see: http://code.google.com/p/googleappengine/issues/detail?id=764 There is a recent thread on this group titled Why Google App Engine is broken and what Google must do to fix it. I personally don't think that any of the topics raised by the OP of that thread imply that anything is