[google-appengine] What changes were recently made to request.charset?

2008-10-05 Thread Alex Epshteyn
I had an issue with European characters in my application that I fixed two months ago. However, the issue has recently returned. I started seeing "UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 180: ordinal not in range(128)" in the production logs about a week ago

[google-appengine] Re: Can I use Python script in the HTML just like the javascript?

2008-10-05 Thread Allen
Hi Davide, I have download the Zip file of IronBrowser, But how can I use this browser. Sorry, I am really fresh man of python and App. Thanks a lot. On 9月12日, 上午2时20分, Davide Rognoni <[EMAIL PROTECTED]> wrote: > Yes, but you must use this danger > browserhttp://pyoohtml.appspot.com/IronBrow

[google-appengine] Re: Can I use Python script in the HTML just like the javascript?

2008-10-05 Thread Allen
Thanks ! I will try. it's funny. --~--~-~--~~~---~--~~ 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] 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 brok

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

2008-10-05 Thread Alex Epshteyn
Datastore timeouts, which some users on this thread mentioned, are the most disturbing issue for me at this point. I'm getting timeouts on 3-5% of all write requests. This is especially bad if you're using GAE as a back-end data layer that your front-end server talks to through a REST API. Each

[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 th

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

2008-10-05 Thread pr3d4t0r
On Oct 5, 1:47 pm, herbie <[EMAIL PROTECTED]> wrote: > 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 which my webapp > can then process. (I

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

2008-10-05 Thread chris hinkle
Yep, I figured it out, and found some threads which talk about it. I know the documentation does state this, but I think it could be a little clearer. 2008/10/5 David Symonds <[EMAIL PROTECTED]>: > > On Sun, Oct 5, 2008 at 6:26 PM, hinx <[EMAIL PROTECTED]> wrote: > >> I'm using limit (35) and of

[google-appengine] Re: appcfg.py and 500 Server Error

2008-10-05 Thread cz
Hello, I'm having the same problem. I get 500 errors when trying to vacuum or upload indexes. Initially it seemed to be caused by some indexes being in the 'building' state. Once those eventually changed to 'serving' I was able to vacuum the indexes, but now the deleted one appears to be stuck i

[google-appengine] orderly iterate a dictionary in the template?

2008-10-05 Thread ell
hi, how do I iterate from a dictionary orderly ? when i try to iterate from a dictionary i use the lines {% for i in mydictionary.items %} {{i.0}} {{i.1}} {% endfor %} i seem to get it unorderly? and why is dictionary iteration not in the template documentation? --~--

[google-appengine] Problems with Logs menu

2008-10-05 Thread scottxu
I just have problems with the Logs menu in administration console. In Logs, there is the menu which contains Debug, Info, Warning, Error, Critical, Requests Only. But currently it only allows to set to Error. Setting to other options doesn't work. Don't know if other people also face such problems

[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 wi

[google-appengine] Re: GData Calendar 501 Error

2008-10-05 Thread Elmore
Yes. I'm still building the next killer app only the SDK for now (killer in my mind anyway) Yes. R-534 fixes my problem. I downloaded the file and will update on the next release... Yes. People from the Googles will answer questions... Gracias senor Jeff... On Oct 3, 2:36 pm, Jeff S <[EMAIL PR

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

2008-10-05 Thread Bill
I just revisited this thread and noticed someone (probably one individual) gave "1" ratings to every person responding in the thread. Is there a way within Google groups to remove these kinds of individuals? A HackerNews thread discussed destructive people, but this is my first obvious exposure

[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: 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 sk

[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] 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 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 an

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

2008-10-05 Thread hinx
Greetings, Sorry if this has been covered before, but has anyone else experienced slowness when trying to access record sets? I've only tested with maybe 1200 or so records. I'm not filtering the set. I am sorting it. I'm sorting it in ascending order, using a single property, which is a date

[google-appengine] Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-05 Thread Gijsbert
Hi, Since upgrading to GAE 1.1.5 my app stopped working, dev_appserver.py can't import cgi, urllib, traceback, etc: : No module named cgi args = ('No module named cgi',) message = 'No module named cgi Importing these from python2.5 shell works fine. It might be a MacOS (10.5.5) iss

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

2008-10-05 Thread MP
I found a temporary solution, adding the following meta tag to my html head: This works, but there should be a more elegant solution. On Oct 5, 4:31 pm, MP <[EMAIL PROTECTED]> wrote: > Symptoms: > > I noticed when I sign out of my app, it takes me to a page which > indicates I am still logged

[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 wh

[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 Devel

[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] 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 https://www.

[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] Re: Who would post a detailed app with testcases powered by gaeunit?

2008-10-05 Thread Steven R. Farley
Hmmm.. I used the graphical App Engine launcher on Mac OS X to develop and run the sample application. Did you have a 'test' directory present when you got that exception? On Sep 30, 3:39 am, "Issac Trotts" <[EMAIL PROTECTED]> wrote: > This time I followed the instructions more closely, using de

[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 smoo

[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 PROTECT

[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, Oc

[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: http://groups.google.com/gr

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

2008-10-05 Thread Feris Thia
I'm a bit confuse for what this scale means. Is it scale in terms to server large static / cached items ? I have tried to use model puts into datastore and it get over quota easily, I test it using a 1000 records - with only 3 fields and no blob - loop with around 27 records updates per second. Ki

[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] urlfetch -- DownloadError: ApplicationError: 2

2008-10-05 Thread llad
I'm getting "DownloadError: ApplicationError: 2", with code trying to fetch http://twitter.com/statuses/public_timeline.rss. The request (and my code) works 100% of the time in the dev environment but never on production. Can someone tell me what this error means and if there is a way around it?

[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] 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.

[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 > Foundhttp://code.google.com/appengine/d

[google-appengine] Re: GAE Obfuscator?

2008-10-05 Thread Davide Rognoni
The solution is in the title: "GAE Obfuscator" On Oct 5, 5:44 am, "Jorge Vargas" <[EMAIL PROTECTED]> wrote: > On Sat, Oct 4, 2008 at 3:32 AM, Davide Rognoni <[EMAIL PROTECTED]> wrote: > > > Search the word "obfuscate" > >http://evolvingtrends.wordpress.com/2008/07/23/google-app-engine-thre... >

[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: 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 > project:http://code.google.com/p/googleapp

[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" grou

[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