[google-appengine] casting a dictionary

2008-09-23 Thread theaellen
I have an html form input value where I have a dictionary stashed. When I read it back with request.POST I get this: " '{'picsrc': 'http://lh3.ggpht.com/rambletown/SD9ptz3oVII/AHU/ G7TpyzxSQZs/HPIM2015.JPG', 'pos': '44.9408734 -93.097608', 'description': 'Saint Paul, Minnesota'}'" How do

[google-appengine] Automatically adding a static index.html to a URL with app.yaml

2008-09-23 Thread SIE
Dear Group, Suppose that your home directory has a subdirectory dir with two static files index.html styles.css (index.html includes styles.css). You'd like an app.yaml file that will return http://myapp.appspot.com/dir/index.html in response to either of http://myapp.appspot.com/dir/ http:/

[google-appengine] Re: URLFetch 5 second timeout - GDocs Feeds Aren't Working

2008-09-23 Thread Michael Hart
Hi Sam, Are you saying the start-index and max-results parameters aren't working? (as described here): http://code.google.com/apis/gdata/reference.html#Queries Or is it a problem with gdata-python-client? If you can construct a query that returns in under 5 seconds, then this doesn't sound

[google-appengine] Re: Can't Verify My Account by SMS

2008-09-23 Thread Haisheng HU
The FAQ does not solve our problem. Mine is China Mobile. On Sep 24, 3:20 am, UltraDaniel <[EMAIL PROTECTED]> wrote: > I've opened a new issue about this. Please go there and star it :D > > http://code.google.com/p/googleappengine/issues/detail?id=729 > > On Sep 23, 3:07 pm, UltraDaniel <[EMAIL

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread Michael Hart
Hi all, Having been through a number of shared hosting situations, I'm gonna have to say that I disagree with most of the complaints on this thread. I think one of the main things not to lose sight of is the fact that GAE is intended to be a scalable platform, not a generic hosting solutio

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread mitnickcbc
I apologize if people don't feel good by the tone in my posts. My whole point is to let GAE folks know that where is the pain from me with GAE and that can help them improve GAE better. I believe I'm one the the eagerest developers here who want to see a great success for GAE. To see unhappy comme

[google-appengine] Re: mail.send size limits?

2008-09-23 Thread Jeff S
Hi ron, The 1MB size limit applies to emails (as well as uploaded app files, datastore entities, responses). http://code.google.com/appengine/articles/quotas.html Cheers, Jeff On Sep 22, 5:07 am, ron esain <[EMAIL PROTECTED]> wrote: > Hi > > I get this error - "The request to API call mail.Se

[google-appengine] Re: Delete Application

2008-09-23 Thread Alexander Kojevnikov
Star this issue: http://code.google.com/p/googleappengine/issues/detail?id=335 On Sep 24, 6:00 am, chedabob <[EMAIL PROTECTED]> wrote: > Is there a way to delete an application? I created one, and I have no > use for it anywhere, so I don't see the point in wasting resources and > cluttering up m

[google-appengine] Re: 'Must Authenticate' Problem using Blogger API on App Engine

2008-09-23 Thread Jeff S
Hi Murali, Your code should work if you are signed in to your app. Beginning in 1.2.1, the gdata-python-client library stores auth tokens in the datastore, but only does so if they can be associated with the current user. In most cases, you wouldn't want every user to be using the same auth token

[google-appengine] Re: URLFetch 5 second timeout - GDocs Feeds Aren't Working

2008-09-23 Thread Sam G
Bump. In fact, if this effects you, can you post here? I'm also trying to poll interest. On Sep 23, 11:10 am, Sam G <[EMAIL PROTECTED]> wrote: > GAE Team, > > I'm posting this to raise a bit of awareness for an issue that has > been listed in the tracker. > > Because of the 5 second timeout limit

[google-appengine] Help Deleting Corrupt Data from Datastore

2008-09-23 Thread Gee
Hi all, I somehow managed to put a value < -90 in the datastore for a GeoPtProperty. Now every time a query includes that row... I get a BadValueException that says: Latitude must be between -90 and 90; received -2955487255461888.00 Ok fine, I just want to del that record... but I dont have

[google-appengine] Re: Support for like queries ?

2008-09-23 Thread Alexander Pugachev
>From what I see there are no such features. What I do right now is splitting texts into words and storing each word in separate model with reference to model storing initial text. 2008/9/24 Flo <[EMAIL PROTECTED]> > > Hi, > it seems as if there is no support for "like" queries in GQL - or any >

[google-appengine] Re: serious problem with image uploading...

2008-09-23 Thread Jeff S
Hi Gopal, I'll answer your second question first. If you have image data as a property in an entity (userinfo for example), the image data will be fetched each time that the entity is fetched. So if you use or modify certain parts of the data, but are only interested in the image data some of the

[google-appengine] Support for like queries ?

2008-09-23 Thread Flo
Hi, it seems as if there is no support for "like" queries in GQL - or any type of regular expressions - is this the case? If so, it's pretty hard to implement a good search feature - how are people handling that? Thanks, Flo --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: PyCurl and cUrl

2008-09-23 Thread Wooble
No. The only way to make network connections at all in the GAE sandbox is with the urlfetch API. On Sep 23, 2:40 pm, farbodr <[EMAIL PROTECTED]> wrote: > Does GAE support PyCurl?. I know PyCurl uses cUrl which distro of cUrl > can I package with PyCurl? > > TIA, > Fred --~--~-~--~~--

[google-appengine] Delete Application

2008-09-23 Thread chedabob
Is it possible to delete an application? I don't see the point in wasting resources, and clogging up my app list, for an application I have no use for. Apologies if I've managed to post this twice :p --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] When will ROR, PHP be supported?

2008-09-23 Thread student_thesis
When will ROR, PHP be supported? --~--~-~--~~~---~--~~ 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] PyCurl and cUrl

2008-09-23 Thread farbodr
Does GAE support PyCurl?. I know PyCurl uses cUrl which distro of cUrl can I package with PyCurl? TIA, Fred --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send emai

[google-appengine] Re: Custom filters for django templates

2008-09-23 Thread Fred
Hello, Just had this same problem myself, and found the solution -- you need to do the following: - create a templatetags directory INSIDE one of what Django calls your 'installed apps.' Apps are modules directly under your project root, for example, if your project has an app named home, your

[google-appengine] ROR, PHP and Amazon Web services

2008-09-23 Thread student_thesis
Hello We are evaluating google app engine for one of our projects. Will ROR, PHP be supported, if so when is it in google app engine roadmap? Amazon S3 is creating a lot of buzz and picking up users in ec2, s3 etc Does google have its heart in sharing its infrastructure long term? We are a bu

[google-appengine] Delete Application

2008-09-23 Thread chedabob
Is there a way to delete an application? I created one, and I have no use for it anywhere, so I don't see the point in wasting resources and cluttering up my list of applications. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[google-appengine] Re: Generic Guestbook Service

2008-09-23 Thread Marzia Niccolai
Hi, Because signing in to an application gives that application access to the user's email, currently a person must explicitly sign in with their Google Account to any App Engine app which uses the sign in information. -Marzia On Tue, Sep 23, 2008 at 2:00 PM, ae <[EMAIL PROTECTED]> wrote: > > I

[google-appengine] Re: Google app engine django helper, manage.py update, and (1,0,'final')

2008-09-23 Thread Josh
Thanks Matt. I'll try using the helper directly from svn. Cheers, Josh On Sep 22, 1:44 am, Matt Brown <[EMAIL PROTECTED]> wrote: > Aral Balkan wrote: > > Can someone respond as to the roadmap for Django 1.0 compatibility? > > The currently released version of the helper (r52) supports Django 0

[google-appengine] Generic Guestbook Service

2008-09-23 Thread ae
I created this generic guestbook service where any Google Apps user can add it to their web site by simply adding the GAE service "subdomainservices" and naming their web address "guestbook.yourdomain.com" you can check it out at http://www.SubdomainServices.com But my question is, how do I make

[google-appengine] Re: Query.fetch(limit) returning (limit - 4) rows, when more than (limit) rows exist.

2008-09-23 Thread Marzia Niccolai
Hi Adam, Would it be possible for you to provide more details on this? The code you are running and the structure of your data would be helpful, as well as information on the omitted data. Thanks, Marzia On Tue, Sep 23, 2008 at 12:44 PM, Adam Blinkinsop <[EMAIL PROTECTED]>wrote: > > Is anyone e

[google-appengine] Re: Customize login page

2008-09-23 Thread Sam G
It is possible to add a logo if you have tethered the domain to your Google Apps account. It uses the logo you upload for Google Apps. Beyond that, the only things that are dynamic on the login page is your domain name and your application name. I'm sure that Google wants to maintain a constant u

[google-appengine] Re: Is data crunching/statistics, a good match for datastore?

2008-09-23 Thread uprise78
App Engine probably won't be the best bet for what you are trying to do. While you can do it the limitations on processing time per request and no cron jobs will probably get you in the end. Rather than try to make tons of distributed counters and such you may want to seek another options. On S

[google-appengine] Query.fetch(limit) returning (limit - 4) rows, when more than (limit) rows exist.

2008-09-23 Thread Adam Blinkinsop
Is anyone else experiencing this problem? I'm attempting to clear out my datastore by fetching rows and then `db.delete`ing them, and I'm noticing that the results I get from my query is always four less than I ask for. --~--~-~--~~~---~--~~ You received this messa

[google-appengine] Re: Can't Verify My Account by SMS

2008-09-23 Thread UltraDaniel
I've opened a new issue about this. Please go there and star it :D http://code.google.com/p/googleappengine/issues/detail?id=729 On Sep 23, 3:07 pm, UltraDaniel <[EMAIL PROTECTED]> wrote: > Hi, I'm having the same problem. My number is +569 8137. Operator: > Entel PCS. > > Pleasefix > > On A

[google-appengine] Is data crunching/statistics, a good match for datastore?

2008-09-23 Thread Ethan
Some of the applications I would like to write involve crunching some numbers. For example, taking a string value pair and finding out things like, how often have I seen this value in the past hour, past week, past month, has the range of this value changed, is it more frequent, less frequent. Tak

[google-appengine] Re: Can't Verify My Account by SMS

2008-09-23 Thread UltraDaniel
Hi, I'm having the same problem. My number is +569 8137. Operator: Entel PCS. Please fix On Aug 28, 5:20 pm, Giorgi Jvaridze <[EMAIL PROTECTED]> wrote: > Hi > I can't verify my account by SMS [Google App Engine]. > I'm from Georgia and my Mobile Provider is Geocell Ltd(Georgia) > my number i

[google-appengine] Re: Confusions on transactions and concurrent writes to entity groups

2008-09-23 Thread DXD
Thanks Jeff. Things are clear now. Cheers, David. On Sep 22, 1:52 pm, Jeff S <[EMAIL PROTECTED]> wrote: > To further clarify. All writes are transactional. Details on how the > transactions work can be found in ryan's presentation from Google > I/O:http://snarfed.org/space/datastore_talk.htmlTh

[google-appengine] Re: memcache: is it distributed or local?

2008-09-23 Thread Tony Arkles
It should be distributed. Could you post some code that exhibits the behaviour you're describing? On Sep 22, 6:04 pm, djidjadji <[EMAIL PROTECTED]> wrote: > To speed up the response for most queries I use memchache to store > part of the generated html. > When the objects change that are used f

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread [EMAIL PROTECTED]
I think there are some things people need to keep in mind. GAE is currently in a preview release with no announced date for when it will be ready for production use. Google has committed to try to get it up by year end, based on things said at conferences. That's it. You really should not build a

[google-appengine] URLFetch 5 second timeout - GDocs Feeds Aren't Working

2008-09-23 Thread Sam G
GAE Team, I'm posting this to raise a bit of awareness for an issue that has been listed in the tracker. Because of the 5 second timeout limitation for URLFetch, it raises an exception when you try to retrieve a GData Docs List feed with over 100 items. This is a serious problem to anyone who pl

[google-appengine] Re: Admin Users

2008-09-23 Thread Sam G
Wait, you have to *re-upload* the application every time you add an administrator? And there is no way to tell if the user is an administrator on the GAFYD domain? Really? On Sep 22, 5:42 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > Hi, > > After adding a new Admin, you need to re-upload

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread Ethan Post
One of the concerns is that very simple actions, a post to a small model with a single put is throwing warnings. So the only think you can do is reduce the amount of data in the post or break the post into multiple smaller posts. You should end up using more cpu with the latter but that might not t

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread Bill
> Imagine the potential consequences if any app could consume as much > resources as it sees fit at any time from that daily quota it has. > Peak load could (and would) go up unpredictably, and that would > potentially cause problems even to apps that are more optimized than > the CPU hogs. Remebe

[google-appengine] Re: User Authentication

2008-09-23 Thread Sam G
My3, I think what you're looking for is Single Sign On. This is supported in Google Apps Premiere and Education editions (it is one of the premium features). It allows you to delegate authentication to a service you specify. If you are controlling authentication, than you can keep session informa

[google-appengine] Customize login page

2008-09-23 Thread neich
Hi, I've been searching in the docs for any info on how to customize the Google Account login page. The users.create_login_url() method doesn't have any parameter (other than destination url). So, Am I right ? Is it impossible to customize the login page ? It would be great to be able to add some

[google-appengine] Re: Using user login (code review)

2008-09-23 Thread Ethan Post
An issue I think I have with that is that I am trying to implement a RESTful style interface and I need to pass parameters from the url to the classes. I don't know how to do that from app.yaml. Also I am trying to keep everything in main for performance reasons. But nice to know it is available! I

[google-appengine] Re: Dashboard - Logs - How to clear them? - What is the Date-Time reference?

2008-09-23 Thread Marzia Niccolai
Hi, Currently, logs do not count towards storage quota. -Marzia On Mon, Sep 22, 2008 at 7:06 PM, Alexander Kojevnikov < [EMAIL PROTECTED]> wrote: > > > currently there is no way to clear log messages > > Do the logs count towards the storage quota? > > > --~--~-~--~~~--

[google-appengine] Re: Using user login (code review)

2008-09-23 Thread Marzia Niccolai
Hi, You might consider instead using the app.yaml configuration login: required for URLs that require login. See our docs: http://code.google.com/appengine/docs/configuringanapp.html -Marzia On Tue, Sep 23, 2008 at 8:46 AM, Ethan <[EMAIL PROTECTED]> wrote: > > I plan on using below to protect

[google-appengine] Re: problem with Google App Daily Limit

2008-09-23 Thread Marzia Niccolai
Hi, >From the description of this post, it actually sounds like this person is having an issue with Google Apps, and their limit of 500 emails per day per app account (I believe this is the limit, though I'm not sure). This isn't related to App Engine, rather is something the Google Apps team has

[google-appengine] Re: Why do I need a cellphone to register.

2008-09-23 Thread Brian Clapper
On 9/23/08 3:19 AM, Hanukumar Pinnamraju wrote: > This is not good, I dont have a cell phone and I can't register for > app engine? Please read this page: http://code.google.com/appengine/kb/sms.html Brian Clapper, http://www.clapper.org/bmc/ --~--~-~--~~~---~--~---

[google-appengine] SearchableQuery and OffSet

2008-09-23 Thread Venkatesh Rangarajan
Folks, I am trying to implement "pagination" for Search able model. I will eventually have around 1 GB of DB . query = search.SearchableQuery('Person') query.Search(keyword) visas=query.Get(100,1) Now Get doesn't take OFFSET as a parameter. Fetch is not implemented for "SearchablQuery"

[google-appengine] Line drawing+Text graphics in delivered HTML

2008-09-23 Thread hbdave
I am developing a small application, wherein some simple line drawings (lines, arcs, rectangles) and small amount of labeling text are to be included in the web-page delivered to the client. The contents of the drawings are results of some calculations (dynamic contents). I thought of using Tkinte

[google-appengine] how to modify the default language code of django

2008-09-23 Thread qubic
I can modify django/conf/global_settings.py in sdk but it doesn't work after updating to App Engine. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to goo

[google-appengine] Why do I need a cellphone to register.

2008-09-23 Thread Hanukumar Pinnamraju
This is not good, I dont have a cell phone and I can't register for app engine? --~--~-~--~~~---~--~~ 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@googleg

[google-appengine] Re: I cannot receive gae verify code.

2008-09-23 Thread qubic
I receive verify code. P.S.:I use China Unicom GSM card, On Sep 23, 9:36 am, 叮叮当当 <[EMAIL PROTECTED]> wrote: > Hi, > >I am an chinese, i have try to use China Mobile phone to receive my > verify code and China Unicom 133 to receive verify code , > > but after wait for several days, i still di

[google-appengine] FileForm - how do I upload a file using the djangoforms

2008-09-23 Thread Flo
Hi, I've been playing around with App Engine and have a problem with a FileUpload - I have implemented a "raw" form, i.e. hand coded - however I'd rather use the forms in djangoforms - and that's where I run into trouble. I've read the post from Mathias (http://appengineguy.com/2008/06/ uploading-

[google-appengine] Using user login (code review)

2008-09-23 Thread Ethan
I plan on using below to protect access to classes that require login. Any obvious problems? example: class SomeUrl(webapp.RequestHandler): def get(self): if GoogleLogin(self, '/SomeUrl'): ... # -- # G

[google-appengine] Re: problem with Google App Daily Limit

2008-09-23 Thread ctran
The quota is for each application, has nothing to do with how many e- mail accounts you created. On Sep 21, 1:34 pm, flyingshadow <[EMAIL PROTECTED]> wrote: > Dear All, > > I created a google app with my domain to use along with my marketing > campaign. > I'm using 200 smtp accounts created with

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread Ethan Post
Hopefully the initial complaint is not lost in the emotion of some of the posts. An application which performs 200 read requests per day per user, with 1000 users at 20-50K per read would likely get a ton of warnings and may even be shut down. The assumption being made by Google appears to be with

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread Wooble
On Sep 23, 12:15 am, gg <[EMAIL PROTECTED]> wrote: > Agreed. The problem at Google is very simple and has two components. > First, the engineers run the show and there is no rational voice at > Google to point out to them when they do something that does not meet > a real world demand (they make

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread beckie
Google should start charging for the service and let customers set their own quotas. --~--~-~--~~~---~--~~ 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@goo

[google-appengine] Re: User Authentication

2008-09-23 Thread Wooble
Well, obviously a static webpage is going to have no way of knowing whether there was any authentication done in the first place, and a model, of security through obscurity by only making that static link available on a GAE website that itself requires authentication isn't really security at all.

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread mitnickcbc
Thank you for addressing these questions. Please check my comments. > I understand that this is bad for your business, but as stated by > Google, this is a preview release off App Engine. Why would one run a > production system on it? The thing is I didn't have resources to maintain scalable ser

[google-appengine] Re: Having trouble uploading application.

2008-09-23 Thread Brian Clapper
On 9/22/08 5:42 PM, [EMAIL PROTECTED] wrote: > I'm sorry, this is going to sound very beginner-ish (because I am one > obviously). I've made my application and I'm trying to upload it but I > keep running into problems. I'm using Ubuntu, and I go into the > terminal and type /home/*username*/Docu

[google-appengine] Re: User Authentication

2008-09-23 Thread My3
But then the redirected page link cannot be static right. Like if once they know the redirected page link, then they will open the link from history without login into Google App Engine. On Sep 23, 6:29 am, Wooble <[EMAIL PROTECTED]> wrote: > On Sep 22, 10:08 pm, My3 <[EMAIL PROTECTED]> wrote: >

[google-appengine] Re: User Authentication

2008-09-23 Thread Wooble
On Sep 22, 10:08 pm, My3 <[EMAIL PROTECTED]> wrote: > Sam, > > Yes i am currently using it. But i want to host an application > elsewhere which has to be used only by these Google Apps users. > > So for that can i use Google App engine to forward the authentication. > Or else can i use any other

[google-appengine] Re: How to create SOAP server in GAE

2008-09-23 Thread Hasanat Kazmi
Of course I can do this but can't I somehow use SOAPpy to save my time? On Tue, Sep 23, 2008 at 6:32 AM, Greg <[EMAIL PROTECTED]> wrote: > > You are right that appengine does the webserving for you. To provide a > SOAP service, you simply need to... > > - Decode the XML contained in the request >

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread Jonk
On 23 syys, 12:08, mitnickcbc <[EMAIL PROTECTED]> wrote: Howdy. > Because I'm a full time developer working on GAE application and > running a serious LIVE business application on GAE, and my users > already started to pay money for this service! I understand that this is bad for your business,

[google-appengine] Re: Compilation of unanswered datastore questions

2008-09-23 Thread ryan
On Sep 16, 2:05 am, Bill <[EMAIL PROTECTED]> wrote: > But in all other cases we go with > ListProperty(db.Key) on the side of the relationship that'll have the > smaller list. Except when you expect big lists on both sides of the > relationship. ... > In this case, you have to go to a separate jo

[google-appengine] Re: High Amount CPU Quota should be removed

2008-09-23 Thread mitnickcbc
So I would like to list some of the needs that real-world business developer expected from GAE. Why I have the right to say like this? Because I'm a full time developer working on GAE application and running a serious LIVE business application on GAE, and my users already started to pay money for

[google-appengine] Re: Unit test failure with 1.1.3 release

2008-09-23 Thread I.K.
Excellent, that has done the trick. Now back to fixing my real failing tests ;) Thanks. On Sep 22, 8:46 pm, "Jason Etheridge" <[EMAIL PROTECTED]> wrote: > On Mon, Sep 22, 2008 at 5:33 AM, I.K. <[EMAIL PROTECTED]> wrote: > > I'm suffering with the same problem since upgrading to 1.1.3. > > > I h