[google-appengine] Re: Datastore Admin broken on python27

2012-01-02 Thread Niklas Rosencrantz
On Saturday, December 31, 2011 1:38:24 AM UTC+1, Maximillian Dornseif wrote: > > > > On Dec 31, 1:22 am, Maximillian Dornseif wrote: > > On Dec 27, 7:43 pm, Anand Mistry wrote: > > > The recommended way to use datastore admin with Python 2.7 is by > enabling > > > it through the administrat

[google-appengine] Re: OT: Doing It Wrong

2012-01-02 Thread Rohan Chandiramani
I don't even understand how people can come up with this stuff... even a high school student knows better than that. Still gave a good laugh though! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit

Re: [google-appengine] Unable to manage app from Dashboard

2012-01-02 Thread Robert Schuppenies
Make sure you use the correct login information when signing into https://appengine.google.com/start. I sometimes mix up different accounts and then don't see I was expecting. cheers, robert On Sun, Dec 25, 2011 at 8:32 PM, kjake wrote: > I haven't had to login or make a change to my code since

[google-appengine] Re: Datastore admin out of control how to terminate?

2012-01-02 Thread Simon Knott
It has to delete all property and composite index values for each entity as well though. Cheers, Simon -- 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-appeng

Re: [google-appengine] Re: Sending email without warning "This message may not have been sent by..."

2012-01-02 Thread Andrei Cosmin Fifiiţă
So if the user that sends email belongs to that group list, the warning will not appear? On Dec 21, 2011 6:51 PM, "voscausa" wrote: > I'am not very familiar with groups. But I know that in some groups > everybody can address the group members. Than it is not clear for the > group, who has send t

[google-appengine] Re: i18n static pages

2012-01-02 Thread Gary Frederick
Howdy Tom I was dragging my feet partly to see if ANYONE other than you and I had something to say. I'll follow up in the ai4a forum. Gary -- 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:/

[google-appengine] Desired feature in dashboard data viewer entity list, show full owned entity ids.

2012-01-02 Thread Brandon Donnelson
I'd like to see the possibility to show the entire full entity id. Or click on a checkbox for detailed view. [] all values| details My imagined full detailed view of id would be like: from: id=4126

[google-appengine] I got server error, but I don't know why

2012-01-02 Thread QQlol
When I deploy my application , I got the server error message. And I also checked my log, I didn't find any errors. I used google app engine launcher 1.6.1. Please someone help me to solve this problem. Thank you very much -- You received this message because you are subscribed to the Google

[google-appengine] Re: Remote API + File API

2012-01-02 Thread ken.wainwright - gerzump.com
I have exactly the same problem, and when I set "lock = true; writeChannel = fileService.openWriteChannel(file, lock);" I get a "com.google.appengine.api.files.LockException" - did you ever resolve this issue. On Dec 9 2011, 5:45 pm, Ronoaldo José de Lana Pereira wrote:

[google-appengine] Unable to open my admin Console

2012-01-02 Thread gagandeep sharma
when i try to open app engine admin console through this link - https://appengine.google.com/.i am getting a error- cannot display this page.earlier there was no problem. please help -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post t

[google-appengine] Re: OT: Doing It Wrong

2012-01-02 Thread Paul
While we are at it - what would you suggest to be a most efficient solution on App Engine? Is bcrypt too heavy? On Dec 30 2011, 9:10 am, "Brandon Wirtz" wrote: > This was too much not to share. > > I was talking a company today that is using Password hashing to keep their > user's passwords "safe

Re: [google-appengine] Re: OT: Doing It Wrong

2012-01-02 Thread Jeff Schnitzer
On Mon, Jan 2, 2012 at 11:11 AM, Paul wrote: > While we are at it - what would you suggest to be a most efficient > solution on App Engine? Is bcrypt too heavy? My advice is not to bother with all that crap. Use BrowserID anywhere you would use a username/pw instead. I recently replaced the loc

RE: [google-appengine] Re: OT: Doing It Wrong

2012-01-02 Thread Brandon Wirtz
I don't like Browser ID, OpenID, Oauth solutions because I can put a form on a page that looks just like one, get your pass, and then look at which sites you have cookies for and instantly know which sites I have your User/Pass for. Unified login might be fine for protecting your Facebook... but S

Re: [google-appengine] Re: OT: Doing It Wrong

2012-01-02 Thread Barry Hunter
On Mon, Jan 2, 2012 at 8:31 PM, Brandon Wirtz wrote: > and then look at which sites > you have cookies for > How? -- 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

RE: [google-appengine] Re: OT: Doing It Wrong

2012-01-02 Thread Brandon Wirtz
I'm not sure I'm willing to post that. But the hint is that sites you don't have cookies for will redirect you to a login page. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Barry Hunter Sent: Monday, January 02, 2012 12:36 PM To: google-a

Re: [google-appengine] PIL Import Error

2012-01-02 Thread Brian Quinlan
Hi Richard, This looks like a bug. Sorry that it bit you but thanks for helping us by testing Python 2.7! Cheers, Brian On Mon, Jan 2, 2012 at 4:49 PM, Richard Arrano wrote: > Hello, > I've been attempting to work with the Python Imaging Library in my > app, and for the most part I can do so. I

[google-appengine] HRD Migration Tool - Deleting the Old Application

2012-01-02 Thread Carsten Dressler
Over the Christmas Holidays I migrated our Application from the Master/Slave Data Store to the High Replication Data Store. Everything is working fine, but I was wondering if its safe to delete the old M/S Data Store Application or do I need to keep it for the routing purposes of all the apps

[google-appengine] Wordpress in google app egine

2012-01-02 Thread jyo
Hello I have an app developed using Php,mysql using wordpress in my development box. I just wanted to know if I can deploy this in Google App engine. Please let me know if anyone has tried? is it allowed? Thanks in anticipation. Regards Jyo -- You received this message because you are subscri

RE: [google-appengine] Wordpress in google app egine

2012-01-02 Thread Brandon Wirtz
Allowed, but very hard to do. GAE runs Python and Java, (and Go) you can emulate PHP on Java, but you have to make a lot of adaptations because you can't write to files, and the SQL libraries are not the same. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng

[google-appengine] Re: Where to start optimizing cost?

2012-01-02 Thread Yohan
Hi Jon, I don't like sharded counter with the datastore and always preferred pull queue or memcache counters for the job. Only issue with memcache counters is that you dont control when the cached key will be flushed so you have to check the counters very often. i.e. frequency depends on how often

Re: [google-appengine] Wordpress in google app egine

2012-01-02 Thread Amy Unruh
Jyo, PHP is not one of the supported GAE runtimes. However, if you feel adventurous, you could experiment with using Quercus, a Java implementation of PHP (http://www.caucho.com/resin-3.0/quercus/) in conjunction with Google Cloud SQL (http://code.google.com/apis/sql/), which is mysql underneath

[google-appengine] Re: Where to start optimizing cost?

2012-01-02 Thread Cayden Meyer
Hi Andrin, The admin console can provide a great deal of information on where your costs are coming from. I know that you specified that you wanted ways to monitor rather than solutions to reduce costs, however these are four fairly easy to measure changes: - If your application is not CPU bound yo

RE: [google-appengine] Re: Where to start optimizing cost?

2012-01-02 Thread Brandon Wirtz
Cayden, I'm a big fan of Python 2.7, but I wouldn't dream of telling someone running this large of an App to move to it right now. I've seen what happens when the scheduler gets things wrong, and that "increased latency" results in "massive time outs". Python 2.7 is awesome if all of your reques

[google-appengine] Re: I got server error, but I don't know why

2012-01-02 Thread Carsten Dressler
I think this is a known issue. You can find it the issue tracker. -- 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/-/_BU-mMyDtyIJ. To post to this gr

Re: [google-appengine] Re: OT: Doing It Wrong

2012-01-02 Thread Jeff Schnitzer
The flip side of this argument is that by typing in a username & password on a zillion websites, your credentials are exposed when any of those websites are compromised. Some people argue that you should use a unique username and password on each site. Those people live in a fantasy world populat