[google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2013-03-11 Thread Geoffrey Spear
On Saturday, March 9, 2013 12:50:05 AM UTC-5, Chuck Ocheret wrote: This would be fine with me if someone from Google would actually answer our questions on Stack Overflow. ;-) To be fair, even before the change, the majority of answers to technical questions on the appengine-python list

[google-appengine] Re: Splitting Client and Server side in 2 AppEngines to keep server side code confidential

2012-12-04 Thread Geoffrey Spear
On Tuesday, December 4, 2012 11:27:18 AM UTC-5, Ben wrote: Dear All, Here is the problem: we would like to give freely the source code of the client side of our java GWT application while keeping the server side more confidential. Any idea to achieve that is welcome. The first idea

[google-appengine] Re: Creating a Million dollar application

2012-10-11 Thread Geoffrey Spear
On Wednesday, October 10, 2012 2:34:27 PM UTC-4, Big Project wrote: I have a really brilliant idea for a mobile application and I am looking for a few developers to help me create it This is just an attempt to prove to the people complaining about the last recruiter that their posting was

Re: [google-appengine] Re: Get file size with Python

2012-10-01 Thread Geoffrey Spear
What does does not work mean? Where's the code you're running? Where's the output, or the traceback? On Monday, October 1, 2012 1:41:41 AM UTC-4, Phát Trần wrote: I tried but it's not work. Vào 12:02:56 UTC+7 Thứ hai, ngày 01 tháng mười năm 2012, Takashi Matsuo (Google) đã viết: import

[google-appengine] Re: Get file size with Python

2012-10-01 Thread Geoffrey Spear
Your file is specified in app.yaml as a static file; these files are not accessible by the application; they're uploaded to a completely different place from your application code, and are meant to only be served directly to your users' browsers, not accessed in your code. dev_appserver blocks

[google-appengine] Re: coercing to Unicode: need string or buffer, NoneType found

2012-07-10 Thread Geoffrey Spear
Clearly get_other_user() is returning None here. Add some logging to see what you're passing in and comparing to. -- 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] What to Do about AppSpot App that is stealing copyrighted material?

2012-05-07 Thread Geoffrey Spear
On Wednesday, April 18, 2012 11:06:35 AM UTC-4, Joshua Smith wrote: If it rewrites the links then, I'm sorry, it *isn't* a proxy server. A proxy server that doesn't rewrite links would be completely unusable; you wouldn't be able to navigate at all (or, e.g., load images, CSS, or

[google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2012-02-08 Thread Geoffrey Spear
On Feb 8, 7:52 am, Johan Euphrosine pro...@google.com wrote: I just think it would make perfectly sense to improve Groups to allow users to rate posts and display the best answer on top etc. Especially if you take into account that Groups is also used as the Google Apps help system.

[google-appengine] Re: Want my money back, What should I do?

2011-11-22 Thread Geoffrey Spear
On Nov 21, 2:21 pm, Kaan Soral kaanso...@gmail.com wrote: Thanks for your support Andrius, christof - And Brandon You really make no sense to me, Let me try to explain you the situation with a similar analogy: Burger King decides to roll out a Frequent Eaters Card (will be referred to

[google-appengine] Re: I set the max idle instances to 3, but the number of idle instance is always 1.

2011-09-21 Thread Geoffrey Spear
On Sep 20, 5:21 pm, Tapir tapir@gmail.com wrote: This make some requests load very slow. What the max idle instances means? Is it means keep 3 idle instances? It means that you're requesting that the scheduler not keep more than 3 idle instances alive for you, so you won't be charged

[google-appengine] Re: I remember I ever read somewhere in gae documents, which says google internal apps also run on app engine

2011-09-03 Thread Geoffrey Spear
On Friday, September 2, 2011 5:35:18 PM UTC-4, Tapir wrote: I just want to say, if it is true, with the new gae price model, you google will go bankrupt. Now you're just trolling. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Re: Really Terribly Designed Pricing Page

2011-09-01 Thread Geoffrey Spear
The always on feature is being removed, although you can easily replace it by nudging the minimum idle instances setting over. Reserved instances are just a commitment to spend a certain amount on instances, but they can all be dynamically allocated. -- You received this message because you

[google-appengine] Re: Orderby not supporting

2011-08-29 Thread Geoffrey Spear
On Aug 26, 5:43 am, Opcenter [N1] Support n...@opcenterllc.com wrote: Hi     I am using follwing code for getting records             String query = select from +Suffix.class.getName() + order by name;              Listemployedetails console = (Listemployedetails)

[google-appengine] Re: need large memory but slow CPU backends

2011-08-26 Thread Geoffrey Spear
On Aug 26, 4:31 am, Tapir tapir@gmail.com wrote: btw again: and the godaddy server price includes bandwidth and storage and computing. For app engine backend, bandwidth and storage will cost more money. Sure, but Larry Page doesn't shoot elephants. -- You received this message

[google-appengine] Re: Digest for google-appengine@googlegroups.com - 20 Messages in 7 Topics

2011-07-25 Thread Geoffrey Spear
On Jul 25, 11:22 am, Kemuel Enders hit...@gmail.com wrote: Hi all, I'm a novice. Can anyone show me, If there is a way to run Multiple apps on gae with linux? Sure, just specify a different port for each to run on. Which runtime are you using? -- You received this message because you are

[google-appengine] Re: App Engine Weekly Community Update #1

2011-07-22 Thread Geoffrey Spear
On Jul 22, 10:34 am, Johan Euphrosine pro...@google.com wrote: I'd love to track the actual resolution of questions but we miss metadata to check if a question has been answered. Maybe we (as the community) can agree on some convention were we use nickname++ people as a signal of the

[google-appengine] Re: 回覆:Worried about performance of an HTTP based game.

2011-07-15 Thread Geoffrey Spear
On Jul 15, 12:28 pm, Raymond C. windz...@gmail.com wrote:  Especially you are using Python which the future is not certain yet on AppEngine. Right, putting the BDFL on the App Engine team is a clear indication they're planning to drop Python support. -- You received this message because you

[google-appengine] Re: About expando properties

2011-07-14 Thread Geoffrey Spear
On Jul 14, 9:36 am, someone1 someo...@gmail.com wrote: Using the simplejson class resulted in code significantly slower (15-20x slower). However, using the built-in json class in Python 2.7 resulted in code slightly faster than repr() (3-5x faster). With the upcoming support for 2.7, I'd

[google-appengine] Re: Update Datastore

2011-07-14 Thread Geoffrey Spear
On Jul 14, 1:29 pm, BonguN neetha1...@gmail.com wrote: Hi, I am coding in python. My question is: If I have a class say Course() and its present in the datastore with its entities say name, email etc and I want to: a.) Add a new entity to Course() , for example firstname. b.) I want

[google-appengine] Re: GAE is missing requests

2011-07-13 Thread Geoffrey Spear
On Jul 13, 4:43 am, Nikolay Sohryakov nikolay.sohrya...@gmail.com wrote: I'm trying to implement my handler for the OAuth2 protocol. I looked at google's implementation at google-api-python-client\oauth2client\appengine.py. It works 90% of the time. This part of my module is application =

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-07-13 Thread Geoffrey Spear
On Jul 13, 11:44 am, Vinuth Madinur vinuth.madi...@gmail.com wrote: On Wed, Jul 13, 2011 at 8:56 PM, Feng xnite...@gmail.com wrote: And they don't support cPickle, and parsing a 1MB object for each request with pickle is not funny. Actually, they only support cPickle AFAIK. cPickle on

[google-appengine] Re: GAE Pricing Changes - Sucker Punching the Development Community

2011-07-07 Thread Geoffrey Spear
On Jul 7, 8:14 am, Drew Spencer slugmand...@gmail.com wrote: On Wednesday, 6 July 2011 16:45:23 UTC+1, zdravko wrote: Because you can't just put me out of business... that's not how business works. GOOG can certainly put you out of existence by suddenly pricing their services out of

[google-appengine] Re: os.environ['http_host'] returns wrong host?

2011-07-05 Thread Geoffrey Spear
On Jul 4, 3:23 am, Brandon Wirtz drak...@digerat.com wrote: Apparently if I use os.environ before I def get(self) then I get the last answer that instance gave? That maybe  something I screwed up. I moved where I ask to later in the code and life is happy.  Likely this is a failing of me not

[google-appengine] Re: GAE data store indexing

2011-07-01 Thread Geoffrey Spear
On Jun 30, 3:57 pm, Bruce Aloe brucea...@gmail.com wrote: Hello Geoffrey, you mentioned 2 indexes (one in each direction) will be created for each property for each entity. What are the 2 indexes and why? what are the 2 indexes names? You cannot do a query in App Engine without using an

[google-appengine] Re: Infinite redirect loop after adding login: admin to app.yaml

2011-07-01 Thread Geoffrey Spear
On Jun 29, 4:00 pm, npierfm npie...@gmail.com wrote: Hello, my app was running smoothly until I added:   login: admin or login: required in my app.yaml - url: /.*   script: controller.py   login: admin This app (npiermap.appspot.com) works great on the dev server (even with login:

[google-appengine] Re: App engine Link

2011-07-01 Thread Geoffrey Spear
On Jun 30, 5:36 pm, Matt mwein2...@gmail.com wrote: Hi, I'm working on a site using App Engine with Python, and I really want to add links to new pages in the site, is there a specific way to do this?   I basically want a way to click a link and have a new html page show up. This has

[google-appengine] Re: I think my app's Index has happend

2011-07-01 Thread Geoffrey Spear
On Jun 30, 10:33 pm, 승호 최 shz0...@gmail.com wrote: My app's name is dealmateweb Now admin show me a message( Article at ▲ , hit ▼ index is building ) But Article has only 4000 Entities Why do my indexes stay Building and Deleting for long periods of time? There's an index building

[google-appengine] Re: Thread-safe Python Tips

2011-07-01 Thread Geoffrey Spear
On Jun 29, 1:40 pm, Joshua Smith joshuaesm...@charter.net wrote: I have this code in one of my apps: townCache = {} def getTown(id):  if not id in townCache:    townCache[id] = TownModel.get_by_id(id)  return townCache[id] Is this thread safe?  I think it is, because the worst that

[google-appengine] Re: GAE data store indexing

2011-06-30 Thread Geoffrey Spear
On Jun 30, 9:34 am, Bruce Aloe brucea...@gmail.com wrote: Hello, I have read the online documentation about GAE data store index, but don't get it well. Suppose i have a kind (table) Employee, with columns (attributes) (EmployeeId, Age, Position, Salary, StartingDate), and 1 employees

[google-appengine] Re: Cant deploy App to AppEngine

2011-06-16 Thread Geoffrey Spear
TestWebApp can't be your actual app ID, since uppercase letters aren't allowed. On Jun 11, 11:34 pm, Amir baruch.a...@gmail.com wrote: Hi, I am having issues uploading to AppEngine even with the auto generated sample app. see log below. would appreciate some help with that one. Unable

[google-appengine] Re: Immediate need Oracle/ETL Developer

2011-06-10 Thread Geoffrey Spear
I'm so glad to hear that App Engine now has RMDBS support, although Oracle is an odd choice. Oh, wait, you're just a scummy spammer. On Jun 10, 1:42 pm, ben smith bensmth...@gmail.com wrote: *Dear Professional, Hope your doing great, I have a good oportunity for you can you please see the

[google-appengine] Re: FAQ for out of preview pricing changes

2011-06-08 Thread Geoffrey Spear
On Jun 8, 12:12 pm, Luca luca.de.alf...@gmail.com wrote: Suppose an app takes 10ms to produce a 50k response.  The response might be for a mobile client, with slow connection, and take 1s to transfer. Is the instance tied up for the whole 1s, or is the instance tied only for 10ms, and then

[google-appengine] Re: Cant use cell phone b/c was used to setup a work account (google apps) - and I was fired!

2011-06-08 Thread Geoffrey Spear
No, but you can use the SMS issues form to request account validation manually: https://appengine.google.com/waitlist/sms_issues On Jun 8, 5:11 pm, gorav seth g.k.s...@gmail.com wrote: I was recently terminated from my job, and want to setup a new appengine account to work with OpenDataKit.

[google-appengine] Re: Disallow auto acceptance of chat invitations by xmpp bot

2011-06-06 Thread Geoffrey Spear
On Jun 4, 3:03 am, Pankaj Chawla pankaj...@gmail.com wrote: Hi I created a xmpp bot on the appengine. The problem is that by default any invitation sent to the bot gets added as subscribed user and can send and receive messages from the bot. I want to control this and/or disallow auto

[google-appengine] Re: How can i send mails with Content-Type : base64 ?

2011-06-05 Thread Geoffrey Spear
On Jun 4, 8:09 am, Korcan Ergün korcaner...@gmail.com wrote: i want send text in base64 encoding.because in my language i have problems with some characters.but i can't send with base64 header. Why not just utf-8 encode the text properly? I doubt you're using a language containing glyphs not

[google-appengine] Re: Physical server location

2011-06-01 Thread Geoffrey Spear
On Jun 1, 1:32 pm, prasanna pjaganat...@gmail.com wrote: Hi Is there a way to specify the preferred location where the instances serving the application will be located? (like the region preference in AWS).  The reason for this is that sometime the customers would insist, for example that

[google-appengine] Re: Error: Server Error

2011-05-27 Thread Geoffrey Spear
On May 27, 8:58 am, Jonathan jonathan.na...@gmail.com wrote: Thanks Robert It appears that a non-ascii character in a comment (#) line of main.py is causing this crash. It does not happen with the local development module. Maybe Google app-engine team would be kind enough to enable utf-8

[google-appengine] Re: data structure size

2011-05-26 Thread Geoffrey Spear
On May 26, 10:11 am, JH ja...@tickettrackit.com wrote: I'm actually talking about python variables.  Ints, Strings, Lists, Dicts, etc.. I don't believe there was ever such a limit. The 1MB limit is on the API calls, which makes it impossible to have a datastore entity larger than 1MB (and,

[google-appengine] Re: Can data deletion be made cheaper?

2011-05-26 Thread Geoffrey Spear
On May 26, 2:54 pm, Jeff Schnitzer j...@infohazard.org wrote: Deleting data does seem painfully slow and expensive.  I wonder, does this change at all with the new pricing model? I think this is really just the nature of he datastore, and possibly the underlying BigTable; it's very much

[google-appengine] Re: CMS for GAE

2011-05-23 Thread Geoffrey Spear
On May 19, 12:10 pm, Brandon Wirtz drak...@digerat.com wrote: in terms  of install base is formidable when you consider that Java, and Python are not as commonly spoken languages as PHP, Ruby, and ASP.   You really think that Ruby and ASP are more commonly spoken than Java and Python? Even

[google-appengine] Re: App Engine Supporting Project

2011-05-18 Thread Geoffrey Spear
On May 17, 12:34 pm, Mostafa Eweda mostafa.ewed...@gmail.com wrote: I have developed a project I believe will enrich Google App Engine Development Process and was wondering If I can get a contact to one if the app engine team so I can propose my project and offer it to Google Or at least to

[google-appengine] Re: Text Encoding Puzzlement

2011-05-18 Thread Geoffrey Spear
I'd guess the original encoding is CP-1252, although \222 shouldn't correspond to an em dash in that encoding (of course, it *does* correspond to the U+2019, a right single quote mark, as you map it). The iso-8859-1 conversion works except for the characters you're replacing (well; you're missing

[google-appengine] Re: Is App Engine suddenly becoming more expensive???

2011-05-17 Thread Geoffrey Spear
On May 14, 12:18 pm, carlosten programacionb...@gmail.com wrote: So, now we are paying for instances, but, Can we share for example one instance with 5 or 6 applications with low traffic? Or have one to pay 5 instances for have online 5 applications? If the second, I waste my time in

[google-appengine] Re: Going From Local To Live

2011-05-11 Thread Geoffrey Spear
http://appengine.google.com/ or, if you're using a Google Apps account, http://appengine.google.com/a/your.domain.com/ On May 11, 1:22 am, Joseph Mansigian jcmansig...@gmail.com wrote: Hi All, I am in a quandary about how to move my locally developed app engine application to become live on

[google-appengine] Re: Can't Create GAE Application

2011-05-11 Thread Geoffrey Spear
Use the form at https://appengine.google.com/waitlist/sms_issues to get (re?-)verified without sending an SMS. On May 11, 11:37 am, Joseph Mansigian jcmansig...@gmail.com wrote: Hi, I have tried to create a GAE application fromhttps://appengine.google.com but am not allowed. I created an

[google-appengine] Re: Is App Engine suddenly becoming more expensive???

2011-05-11 Thread Geoffrey Spear
For Python applications, yes, a single request takes up all of the resources of an instance for the time it's being handled. Java instances with threading enabled can handle multiple requests. On May 11, 11:46 am, Vinuth Madinur vinuth.madi...@gmail.com wrote: It's not that one request would

[google-appengine] Re: Is App Engine suddenly becoming more expensive???

2011-05-11 Thread Geoffrey Spear
On May 11, 2:32 pm, Kyle Finley kylefin...@gmail.com wrote: What if you were to re-wright using datastore plus?http://code.google.com/p/appengine-ndb-experiment/ Would this be comparable to threading? You can stop your datastore API calls from blocking, but you can't stop the entire

[google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-04 Thread Geoffrey Spear
On May 3, 6:07 pm, Jay Young jayyoung9...@gmail.com wrote: I can't believe there's been ho hype overhttp://www.google.com/events/io/2011/sessions.html#full-text-search.   When I saw this post, I was sure this was going to be THE big release for this year's IO.  :) There was a talk on Next

[google-appengine] Re: Instances

2011-05-03 Thread Geoffrey Spear
On May 3, 11:55 am, Eduardo Perrino eduardo.perr...@gmail.com wrote: Hi Robert, I try to explain better: Our application has 16 instances assigned by appengine automatically and three of them are always on. It doesn't have many requests, in fact, the time between them is large enough to

[google-appengine] Re: Autogenerated long ids and chronological order.

2011-05-03 Thread Geoffrey Spear
On May 2, 5:01 pm, Ricky Button m...@rickybutton.com wrote: I have a question regarding auto-assigned ids for entities. Let's say I have some set of entities that have the ids: 1 2 3 4 5 And I remove the 4th one: 1 2 3 5 If I add a new entity with an auto-generated ID, is it

[google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Geoffrey Spear
On May 2, 2:26 pm, Brandon Wirtz drak...@digerat.com wrote: It worked when I canceled.  But the signup seeming only lets me sign up for apps for business at $50.   So yes you can get the Free. (Hooray) buthttps://www.google.com/a/ doesn't take you to a page where you can sign up for the

[google-appengine] Re: Localhost Not running

2011-04-28 Thread Geoffrey Spear
Searching the group, it seems like this error comes up frequently when there's something wrong with your app.yaml; you might want to start by looking there. On Apr 28, 1:28 pm, rishidude thethunder...@gmail.com wrote: After running my helloworld app in google app engine...when i browse

[google-appengine] Re: APP ENGINE INDEXES DO NOT WORK

2011-04-27 Thread Geoffrey Spear
Do all of your entities actually have createDate properties? Is createDate set up as unindexed? Do you really expect realtime responses to something posted at 4:51PM pacific time? On Apr 27, 7:51 pm, John Wheeler j...@highvolumeseller.com wrote: App Engine Team, This query yields results:

[google-appengine] Re: Massive EC2 outage

2011-04-25 Thread Geoffrey Spear
On Apr 25, 2:54 pm, Brandon Wirtz drak...@digerat.com wrote: If aliens attack and shut down all the communication satellites will High Replication protect us? Unless they take out lots of fiber optic cables as well, they won't have much effect. Satellites introduce way too much latency. --

[google-appengine] Re: Suggestion: Another added value service, Google Urchin on app engine.

2011-04-20 Thread Geoffrey Spear
On Apr 20, 11:04 am, Brandon Donnelson branflake2...@gmail.com wrote: I think you could add huge value to (Enterprise) clients with Google Urchin to app engine. Server side analytics. http://www.google.com/urchin/ Brandon Donnelsonhttp://gwt-examples.googlecode.comhttp://c.gawkat.com

[google-appengine] Re: Flash file not showing

2011-04-19 Thread Geoffrey Spear
On Apr 18, 8:55 pm, Robertssson rrroberts...@gmail.com wrote: Im new to GAE - I uploaded my html/css etc site to GAE tonight - however the flash files do not show up on the website. Any idea why? Where are the flash files located? What does your app.yaml look like? -- You received this

[google-appengine] Re: Scheduled Downtime Woes

2011-04-07 Thread Geoffrey Spear
On Apr 7, 4:41 am, László Török ltoro...@gmail.com wrote: This is a good idea and my gut feeling is telling me it should be possible. You could basically specify your apps geographical availability (say by continent) and Google could group apps onto a set of nodes using these hints.

[google-appengine] Re: Understanding App Engine uses.

2011-04-04 Thread Geoffrey Spear
On Apr 4, 1:33 pm, Jona medicalsou...@gmail.com wrote: I want to essentially store some data that is associated to a users gmail account.  I don't want users to have to create new accounts to access their data.  The data would be modified via Android App and HTML based websites.   So this

[google-appengine] Re: Understanding App Engine uses.

2011-04-04 Thread Geoffrey Spear
On Apr 4, 5:24 pm, Jona medicalsou...@gmail.com wrote: Well, the reason why I ask here is because I wanted find out if the access to store data in Google App Engine meant it used the users Google account space. In other words I though this was an API access to store data into a users Google

[google-appengine] Re: Unable to upload my application to app engine

2011-03-28 Thread Geoffrey Spear
The message seems pretty self-explanatory; applications are limited to 150MB of resource files, and you have 219MB. On Mar 28, 7:08 am, Santosh kumar kopp@gmail.com wrote: Hi, I'm encountering a  problem while uploading my application to the engine: Unable to update: java.io.IOException:

[google-appengine] Re: UnicodeDecodeError in Appengine deployed version, but not in Devserver

2011-03-23 Thread Geoffrey Spear
, 1:25 pm, Geoffrey Spear geoffsp...@gmail.com wrote: On Mar 22, 12:45 pm, Kwame iweg...@gmail.com wrote: 'ascii' codec can't decode byte 0x8a in position 2: ordinal not in range(128) I've read so many solutions about this problem, even Nick's Blog:http://blog.notdot.net/2010

[google-appengine] Re: UnicodeDecodeError in Appengine deployed version, but not in Devserver

2011-03-22 Thread Geoffrey Spear
On Mar 22, 12:45 pm, Kwame iweg...@gmail.com wrote: 'ascii' codec can't decode byte 0x8a in position 2: ordinal not in range(128) I've read so many solutions about this problem, even Nick's Blog:http://blog.notdot.net/2010/07/Getting-unicode-right-in-Python ...which addresses the problem

[google-appengine] Re: Help in Regular Expressions

2011-03-21 Thread Geoffrey Spear
On Mar 19, 1:14 pm, bipul21 bipuljai...@gmail.com wrote: Hello, Right now, I am using ('/something/([-\w]+)',somethingHandler) But i need a regular expressions to match url but i want a handler for url /something/id=Sometexthere and /something/id=sometextherekeys=some1%some2%some3

[google-appengine] Re: App engine apps forbidden in Cuba

2011-03-20 Thread Geoffrey Spear
On Mar 20, 9:42 am, Ubaldo Huerta uba...@gmail.com wrote: Hi, don´t see the actual email address where to send my request for clarification. legal (at) google.com -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

[google-appengine] Re: Appengine app + naked domain Google results question

2011-03-09 Thread Geoffrey Spear
On Mar 9, 11:55 am, nacho vela.igna...@gmail.com wrote: I already saw the many posts about naked domain appengine. So the solution is, seeing the posts contents, to pointwww.mydomain.comto myapp.appspot.com and then redirect mydomain.com towww.mydomain.com But, I would like to know...

[google-appengine] Re: Using GAE for a paid service

2011-03-07 Thread Geoffrey Spear
On Mar 6, 5:45 pm, Entropy sasha.zivalje...@gmail.com wrote: - Can you use GAE to host a paid service? Yes. - Is there a problem with enabling an app on GAE to use AdSense? No, it works the same as on any other web page. -- You received this message because you are subscribed to the

[google-appengine] Re: Slow Start(er)

2011-03-07 Thread Geoffrey Spear
Are you trying to use Python 3? App Engine only works with Python 2.5. On Mar 5, 2:53 pm, Kirke bent.ki...@gmail.com wrote: I'm trying to get the helloworld example going. When I click Run, nothing visible happens. Then when I click Browse I get a message to the effect that there is no

[google-appengine] Re: application don't show up on appspot.com

2011-03-05 Thread Geoffrey Spear
On Mar 5, 3:38 am, dadada ytbr...@gmail.com wrote: hi, I am kinda lost here. My application compiles OK, upload to app engine OK. There's no error and the app engine log shows no sign of problems. Where else can I trace and check? Any help will be appreciated. Thanks, Bryan What do

[google-appengine] Re: Google Checkout

2011-03-04 Thread Geoffrey Spear
On Mar 4, 11:52 am, anton savchuk anton.antoh...@gmail.com wrote: Guys what about this stuff - Google Checkout? I hope soon I will have paid service.. And users of mine suppose to pay for staff.. If I create registration or authentication based on Google Account will this user have

[google-appengine] Re: HR Vs. Master-Slave Comparison. Is it worth extra cost?

2011-03-04 Thread Geoffrey Spear
On Mar 4, 3:57 pm, Philippe Beaudoin philippe.beaud...@gmail.com wrote: Forums posts could really use a thumb up feature to give a voice to the great silent minority. Switch back to the old google groups interface, and you can give them 5 stars. Which no one will see when they get rid of the

[google-appengine] Re: Two GAE sites on different domains within the same Google Apps Account?

2011-03-02 Thread Geoffrey Spear
If you can't do this with your single Google Apps account and need a second App Engine account, you'll almost certainly be happier using a Gmail account to create all of your apps. On Mar 2, 11:06 am, Andrius andriu...@gmail.com wrote: Hello, I would really appreciate if someone could help me

[google-appengine] Re: AOL federated ID

2011-03-02 Thread Geoffrey Spear
On Mar 2, 11:43 am, Darien Caldwell darien.caldw...@gmail.com wrote: Well, i think the word 'opaque' in the URL is a clue. It seems they are providing an OpenID identifier, but at the same time hiding the actual ID. probably to prevent spammers from using the email portion to send spam. I

[google-appengine] Re: High Replication or Master/Slave?

2011-03-01 Thread Geoffrey Spear
On Mar 1, 8:18 am, Simon Knott knott.si...@gmail.com wrote: What makes you think HR is slower than M/S?  This is the case for Puts/Deletes, but for Gets and Querying it's faster and much more consistent. Where do you get much more consistent from? The HR datastore is eventually consistent;

[google-appengine] Re: The phone number has been sent too many messages or has already been used to confirm an account.

2011-03-01 Thread Geoffrey Spear
On Feb 27, 11:39 pm, Lee Fuller easygroove@gmail.com wrote: Hey, Could a google admin unlock my account so i can create an app for myself please? I used my phone number to activate an app for the company i work for who use google apps, now i can't create one for myself. Thanks!

[google-appengine] Re: GAE Python: Passing variables from one handler to another without use of 'global'

2011-02-25 Thread Geoffrey Spear
On Feb 25, 9:41 am, outlaw outlaw.was.h...@gmail.com wrote: Greetings, Simple newb question wrt Python. Brief Sample: class Congo(webapp.RequestHandler):     def get(self):        # snip         FOO = bar         self.response.out.write(                 form action=/form method=get    

Re: [google-appengine] Helloworld Tutorial - Segmentation Fault

2011-02-20 Thread Geoffrey Spear
There's a bug report in the python issue tracker that might be relevant, although it's filed against Python 2.7: http://bugs.python.org/issue9146 Try import _ssl; import _hashlib to see if this is the same bug. If so, it looks like an OpenSSL problem. -- You received this message because you

[google-appengine] Re: Scaling capabilities of GAE

2011-02-20 Thread Geoffrey Spear
On Friday, February 18, 2011 4:10:21 PM UTC-5, Calvin wrote: Probably, but it would be really expensive. Also, until high-replication was available the site would have had to shut down during datastore maintenance. Microblogging platform that runs on App Engine:

[google-appengine] Re: How do I determine the order of HTTP requests?

2011-02-20 Thread Geoffrey Spear
I think the whole clocks aren't synchronized thing is a myth; Google doesn't guarantee synchronization but I'd be shocked if the servers are actually not using NTP. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

[google-appengine] Re: Helloworld Tutorial - Segmentation Fault

2011-02-17 Thread Geoffrey Spear
Does running python2.5 in interactive mode work, or does that segfault as well? -- 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] Re: Upcoming changes to Task Queues

2011-02-14 Thread Geoffrey Spear
The app developer doesn't do anything to pass those messages on; that's the default 500 error page for all apps. It is, of course, almost certainly never helpful to direct end users here for help. -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [google-appengine] App Engine SDK 1.4.2 is out!

2011-02-13 Thread Geoffrey Spear
Are you using appstats or some other middlewear that might be using webapp.template? You need to call use_library() before any code tries to use django; app_config.py is probably a good place to put the call. On Sunday, February 13, 2011 10:44:38 AM UTC-5, $ÂÑЀ€P wrote: Hi, tried to use

[google-appengine] Re: Interested in giving us your thoughts on App Engine?

2011-02-11 Thread Geoffrey Spear
On Friday, February 11, 2011 2:00:09 AM UTC-5, gops wrote: 3) For, HTTPS, Google is already charging extra for secure requests. Why separate billing ? For this one, I suspect it would involve giving applications static IP addresses, since TLS/SNI still isn't supported on most browsers on

Re: [google-appengine] Is it impossible to guarantee a put()

2011-02-11 Thread Geoffrey Spear
On Friday, February 11, 2011 7:47:39 AM UTC-5, djidjadji wrote: Have a look at the deferred API in the SDK. No limit on the payload of a task, it is stored temporarily in the datastore. Of course, if the problem is that your datastore puts aren't working, this isn't going to guarantee

[google-appengine] Re: GAE Bug: while passing to Python function both array and named params

2011-02-10 Thread Geoffrey Spear
What error are you seeing on production? -- 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 email to

[google-appengine] Re: URL Fetch uses a lot of CPU time, Impossible to use the quota available.

2011-02-04 Thread Geoffrey Spear
The URLfetch quota isn't billable; you shouldn't expect that you can exhaust most of the non-billable quotas within the free CPU you're given. You almost certainly can't make 417 million datastore queries or serve 43 million requests in 6.5 CPU hours either. -- You received this message

[google-appengine] Re: Domain for each user

2011-01-27 Thread Geoffrey Spear
On Tuesday, January 25, 2011 7:16:03 PM UTC-5, Jean-Francois wrote: Hi, I have a website on App Engince with my own domain, for example www.mywebsite.com User can create a space which becomes myuser.mywebsite.com Now, if my user wants to buy a custom domain name to have

[google-appengine] Re: Namespace vulnerabilities?

2011-01-27 Thread Geoffrey Spear
On Thursday, January 27, 2011 2:52:48 AM UTC-5, tobik wrote: Thank you! That's what I wanted to know. So basically passing Keys in urls is not a good idea, but using pure IDs and Model.get_by_id() should be secure enough. Or am I wrong? I tried to get access to data across namespaces

[google-appengine] Re: Is it safe to extend WSGIApplication?

2011-01-27 Thread Geoffrey Spear
WSGIApplication is a part of the webapp framework; it's hardly core. You can ignore webapp altogether and use another framework or write your own; basing your new custom framework on webapp with a few modifications to one class is rather mild :) Based on your description of what you want to

[google-appengine] Re: taskqueue Deprecation Warning

2011-01-27 Thread Geoffrey Spear
No, the taskqueue will still work; that's just a warning that it's no longer in Labs and that you're using the old name to import it. I'm not aware of any deprecated features disappearing from App Engine yet, but it's still definitely good practice to change your imports to use the new

[google-appengine] Re: Possible Typo in 1.4.1. release notes

2011-01-26 Thread Geoffrey Spear
On Tuesday, January 25, 2011 10:08:21 PM UTC-5, Albert wrote: Hi! http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes says... The deadline for offline URL Fetch API requests for Python and Java have been increased to a maximum of 10 minutes. The default deadline for offline

[google-appengine] Re: app.yaml differente handlers by subdomains...

2011-01-11 Thread Geoffrey Spear
On Jan 11, 7:21 am, Sahid Orentino Ferdjaoui sahid.ferdja...@gmail.com wrote: Hello All, I have a app with different versions. All versions use the same code but i would like configure my app.yaml to use differente script by versions. hum... i don't know if i'm understable :) An example

[google-appengine] Re: geo-targeted websites on app engine

2011-01-11 Thread Geoffrey Spear
Appengine is entirely hosted in North American datacenters at the moment. On Jan 10, 4:56 pm, brady brady.mor...@gmail.com wrote: I'm under development of a simple web app which will be targeting india... considering hosting it on app engine, but am curious how it handles specifically

[google-appengine] Re: What does offline URL Fetch mean?

2011-01-07 Thread Geoffrey Spear
On Jan 7, 9:04 am, Maxim Veksler ma...@vekslers.org wrote: Not sure I'm inline with this. How 10min URLFetch limit is relevant is request is limited to 30seconds? What am I missing something? Offline tasks are not limited to 30 seconds anymore. This change was made with the last (or the

[google-appengine] Re: Domain redirect failing

2011-01-06 Thread Geoffrey Spear
On Jan 6, 2:27 pm, Tommy trb...@gmail.com wrote: My domain is set up to point to my App Engine app through Google Apps.  This has worked fine for several months.  But just a few hours ago, my app was no longer accessible through the domain.  The CNAME record doing the redirect is still set

[google-appengine] Re: Providing GAE SDK in an opensource project

2011-01-05 Thread Geoffrey Spear
On Jan 5, 9:12 am, Graphity graphi...@gmail.com wrote: Hi all, I made a quick search in this group and tried to read the terms of service. I didn't find an answer to the following question: Can I provide Google App Engine SDK in my open source project? The idea is, to provide every

[google-appengine] Re: The request to API call urlfetch.Fetch() was too large but, didn't the limit was changed from 1MB to 32MB?

2010-12-29 Thread Geoffrey Spear
The request was too large would seem to me to say you're sending too much data, not that you're trying to fetch too much. On Dec 29, 2:44 pm, jdlforce jocsan.d...@gmail.com wrote: If this is true: Increased API Call Size Limits - A new API architecture has allowed us to start lifting the 1MB

[google-appengine] Re: add minutes to stored date field within query

2010-12-29 Thread Geoffrey Spear
On Dec 29, 4:57 pm, pieceovcake bira...@gmail.com wrote: how can i do this, add 30 minutes to the stored date field then do a comparison. query.setFilter(lastDate = anotherDateTimeParam); Looking to do something like this query.setFilter(lastDate + 30minutes = anotherDateTimeParam );

[google-appengine] Re: Cant enter password for update.

2010-12-26 Thread Geoffrey Spear
On Dec 25, 9:21 am, Zaid zaid.a...@gmail.com wrote: https://lh6.googleusercontent.com/_kUGSETj-Sbg/TRX9x5eBdZI/AC... im trying to setup a gameserver for my appinventor. im using this command to update appcfg.py update C:\DEV\AppnInventor\gameserver\app_inv_game_server and i get to

[google-appengine] Re: How to map www to my GAE app?

2010-12-23 Thread Geoffrey Spear
On Dec 21, 9:23 pm, Anar Seyf anar.s...@gmail.com wrote: I registered a domain (say domain1.com), added it to Google Apps, deployed an app (say app1.appspot.com), and linked it with the Google Apps so that it  responds to the URL app1.domain1.com. I'm now trying to link the same app to the

[google-appengine] Re: Application Error 5

2010-12-23 Thread Geoffrey Spear
Are you sure it's not a problem with whatever site you're urlfetching from on every request? I'm not seeing any problems with urlfetch here. On Dec 23, 2:37 pm, gwstuff gwsa...@gmail.com wrote: Hi, Is there a latency problem on app engine right now? We are seeing Application Error 5 for

  1   2   3   >