[google-appengine] I can't disable service from my Google Apps page.

2009-07-01 Thread ksjun
I made app id 'lifography' at App Engine and I added 'lifography' app domain to my 'momolog.com' Google Apps. As I transfered 'lifography'-'momolog.com' domain link to 'momolog- com' app id - 'www.momolog.com', I clicked 'Google Apps for momolog.com' -> 'lifography' App Engine - Active -> 'Disab

[google-appengine] Re: Short sign in time in GAE

2009-07-01 Thread Anders
Good. Yeah, different types of applications may need different sign-in times. On Jul 1, 6:55 pm, "Nick Johnson (Google)" wrote: > Hi Anders, > > We intend to make it possible to extend the default sign-in time on a > per-app basis in the future. > > -Nick Johnson > > On Tue, Jun 30, 2009 at 9:18

[google-appengine] Re: Dynamically add pages (url)

2009-07-01 Thread GenghisOne
Pankaj I, for one, would very much appreciate seeing your code. Thx much. On Jul 1, 5:50 pm, Pankaj Vishwani wrote: > One way to do this is the following: > > - Create a table with URL and fileName as two fields. > - Replace ('/', Page_Main) by ('/.*', Page_Main) > - In Page_Main.py do the que

[google-appengine] Re: Dynamically add pages (url)

2009-07-01 Thread Pankaj Vishwani
One way to do this is the following: - Create a table with URL and fileName as two fields. - Replace ('/', Page_Main) by ('/.*', Page_Main) - In Page_Main.py do the query and get the html fileName for the url you just got and then render that HTML page. If you want the entire code let me know an

[google-appengine] Re: Quota Details Shows Datastore API Calls that I'm not making.

2009-07-01 Thread Albert
Hi Wooble! Thank you so much! Yes, it was a reference property. I fixed it now, so that it just stores the image. Thanks! If anyone might want to take a look at the working code, it's down below: --- import cgi import logging from google.appengine.ext import db from google.appengine.ext

[google-appengine] Re: Login using Google Accounts-- modifying login screent.

2009-07-01 Thread Ritesh Nadhani
There is: redirect_url parameter to: create_login_url(). You can provide your own URL and redirect depending upon the registered user. You will need to have a way to find out if the user is an admin or student etc. On Wed, Jul 1, 2009 at 1:50 PM, Varun Saravagi wrote: > > Hi > Google App Engine

[google-appengine] Re: Django + Patch + ReportLab + HardenedModulesHook

2009-07-01 Thread johnP
More Debug Info - The specific failure point is: for name in ('T1SearchPath','TTFSearchPath','CMapSearchPath'): P=[] for p in _SAVED[name]: d = (p % D).replace('/',os.sep) - if rl_isdir(d): P.append(d) _setOpt(name,P) which rl_isdir is in the th

[google-appengine] Django + Patch + ReportLab + HardenedModulesHook

2009-07-01 Thread johnP
I am not sure where to start troubleshooting a new issue. My project uses Django + Appengine Patch + ReportLab (not-zipped). Up to now, everything has worked without any problems. Recently, I updated both the Appengine SDK (from v. 18 to the current version) as well as AppEnginePatch from Feb 1

[google-appengine] Error reading objects that have been written

2009-07-01 Thread hawkett
Hi, I'm experiencing what appears to be a problem with write propogation - after writing some objects, I am not able to read them. I'm using the Relational Index pattern outlined in one of Brett's IO talks, and am able to retrieve the Index entities - i.e. indexKeys = db.GqlQuery( "SELEC

[google-appengine] Re: Data Viewer Issues

2009-07-01 Thread elsigh
Maybe try single quotes around the id? What is your app_id by the way - and an exact query you see this with? On Jul 1, 10:01 am, vivpuri wrote: > I have been facing couple of issues with the Data Viewer. Looking at > the issue tracker, i cannot find anyone else who reported them, so > wanted

[google-appengine] Re: index stuck at "error" even after vacuum_indexes and update_indexes

2009-07-01 Thread Jeff S (Google)
Hi ss, Had you removed the errored index from your index.yaml file before vacuuming the indices? This is often a step which is inadvertently missed. http://code.google.com/appengine/docs/python/datastore/queriesandindexes.html#Big_Entities_and_Exploding_Indexesin the second-to-last paragraph. Th

[google-appengine] Re: Task API

2009-07-01 Thread Paul Kinlan
Just to add a quick note, there might have been an issue with the url that I was calling with a task (part of the path was not being url encoded), but I still think it is not doing exactly what it should (that and I can't tell what it is in the queue at the moment) Paul On Jul 1, 9:51 pm, Paul K

[google-appengine] Task API

2009-07-01 Thread Paul Kinlan
Hi Guys, Are there any issues with Task Queue API at the moment, I currently have about 2000+ items in two separate queues. That seem not to be getting executed even if I am queuing new items I don't believe there is an error in the code because if I run the equivalent code by calling the handler

[google-appengine] Login using Google Accounts-- modifying login screent.

2009-07-01 Thread Varun Saravagi
Hi Google App Engine provides us with the ability to login to the application with our google accounts. I want to modify the login screen. I want that the user enters his/her google id & password and then login using any of the three buttons provided so that he/she is redirected to the respective

[google-appengine] Re: custom template loader

2009-07-01 Thread BmB
I'm absolutly aggree with you Nick But may be exists any way or hack to put my loader in next function? <...\google_appengine\lib\django\django\template\loader.py> ... def find_template_source(name, dirs=None): # Calculate template_source_loaders the first time the function is executed # b

[google-appengine] Re: Outage this morning

2009-07-01 Thread WeatherPhilip
We are still waiting (at least I never I saw it) for a response to the outage a couple of weeks ago. They did admit to having it on the status page, and they said that they would post an update to the groups once they figured out what went wrong. [This was the issue that only affected some users a

[google-appengine] Re: Outage this morning

2009-07-01 Thread Alex Epshteyn
Another thing to note is that the "system status" dashboard did not pick this up: http://code.google.com/status/appengine On Jul 1, 3:10 pm, Alex Epshteyn wrote: > My app's URL, typeracerdata.appspot.com was completely unreachble for > 10 minutes and then mostly unreachable for an hour today be

[google-appengine] Outage this morning

2009-07-01 Thread Alex Epshteyn
My app's URL, typeracerdata.appspot.com was completely unreachble for 10 minutes and then mostly unreachable for an hour today between Wed Jul 01 13:43:16 UTC 2009 and Wed Jul 01 14:51:09 UTC 2009 I'd like to request a post-mortem to be conducted on this particular outage. I'm concerned becau

[google-appengine] Re: Handler Question

2009-07-01 Thread Leanan
I suspected that was the case. Ok, thank you for your information. --~--~-~--~~~---~--~~ 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: Elevated quota dropped a week ahead of schedule - not cool

2009-07-01 Thread Jeff S (Google)
You are absolutely correct and we made a mistake by removing the elevated free quotas too early. We are reversing that change now to restore your elevated free quotas until the agreed upon date. Apologies all, this was our mistake. For those reading along, this change only affected a few applicat

[google-appengine] Re: api method to obtain version deploy time

2009-07-01 Thread Wooble
You're assuming that your code is only running on one machine. GAE is a distributed system. On Jul 1, 12:35 pm, Ravi Sharma wrote: > The fields are static and the chunk of code I also static, so time > will be same for all the instances of that class. --~--~-~--~~~-

[google-appengine] Dynamically add pages (url)

2009-07-01 Thread alexbf
Hello, is it possible to dynamically add urls/methods through the WSGIApplication object? Right now I have all the URLs and methods hardcoded in my main() def main(): application = webapp.WSGIApplication([('/', Page_Main),

[google-appengine] API Versioning

2009-07-01 Thread alexbf
Hello all, Let's say I have an application hosted on GAE that publishes an API. This API is used by a desktop client application. The API will obviously change over time forcing the client app users to upgrade their app. I would like the client app to know automatically that the API version has

[google-appengine] Re: Elevated quota dropped a week ahead of schedule - not cool

2009-07-01 Thread Thyako
This also happened to me. It is really really bad. It is was a very simple thing but caused us A LOT of damage. If you need a partner to serving your service, consider App Engine carefully. ~Thiago Santos On Jul 1, 1:56 am, Alex Epshteyn wrote: > A recent email from the App Engine team said: >

[google-appengine] Re: wtforms with appengine

2009-07-01 Thread Ritesh Nadhani
>From my code. Feel free if you want to make a reciepe out of it. class UserForm(Form): title = TextField(u'Title', [validators.required(), validators.length(max=150)]) description = TextAreaField(u'Content', [validators.required()]) genre = SelectField(u'Genre', [validators.required(

[google-appengine] GitHub and GAE Integration

2009-07-01 Thread david
Hello everyone, Does anybody know if there's any tool to do automated syncing between a gitHub repository and Google App Engine? Thanks! David E. Narváez --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Indexes in Error State

2009-07-01 Thread Ishmael
Forgot to include my App ID: dd-pdigm and the Indexes are for "PlaceHoodIndex" and "PlaceTagIndex" entities. On Jul 1, 1:35 pm, Ishmael wrote: > Dear Google?: > > I have two indexes in an Error state. I've removed them from > index.yaml and deployed. Then ran vacuum_indexes which said it was >

[google-appengine] Indexes in Error State

2009-07-01 Thread Ishmael
Dear Google?: I have two indexes in an Error state. I've removed them from index.yaml and deployed. Then ran vacuum_indexes which said it was "Deleting selected index definitions" after I entered "y" to both. However, they are still in the Error state and I was wondering if there is anything els

[google-appengine] Data Viewer Issues

2009-07-01 Thread vivpuri
I have been facing couple of issues with the Data Viewer. Looking at the issue tracker, i cannot find anyone else who reported them, so wanted to check if someone else is facing them too. 1. Second Query fails: In the Data Viewer, if i choose the "Query" option and enter a query like: SELECT * FR

[google-appengine] Re: Short sign in time in GAE

2009-07-01 Thread Nick Johnson (Google)
Hi Anders, We intend to make it possible to extend the default sign-in time on a per-app basis in the future. -Nick Johnson On Tue, Jun 30, 2009 at 9:18 PM, Anders wrote: > > The ability to sign in with Google Accounts to GAE applications is > awesome I think, but there is a rather short time t

[google-appengine] Re: KindError

2009-07-01 Thread Nick Johnson (Google)
Hi Richard, What is 'wa_File', and what is 'WA_File'? It's not possible to debug this unless you provide us with the relevant code and a full stacktrace. At a glance, though, the statement you provide is redefining 'wa_File' (from what looks like it should be a class to an instance) - are you pe

[google-appengine] Re: api method to obtain version deploy time

2009-07-01 Thread Nick Johnson (Google)
Hi Sylvain, As I said in my original email, there's currently no way to do this, other than your suggested method of checking file modification times. -Nick Johnson On Mon, Jun 29, 2009 at 11:18 PM, Sylvain wrote: > > Currently : no answer. > We have to wait. > > On 29 juin, 16:27, Mariano Beni

[google-appengine] Re: SMS Verfication Troubles

2009-07-01 Thread Nick Johnson (Google)
Hi Iain, New Zealand is supported just fine - just select 'other' from carrier, and enter your full phone number, with country code (+64...). -Nick Johnson 2009/7/1 Iain Dunning : > > Hello, > > Trying to sign up from New Zealand, but can't due to not being in one > of the listed countries it s

[google-appengine] Re: verify account broken? (carrier: us/tmobile/G1)

2009-07-01 Thread Nick Johnson (Google)
Hi Jeff, I've manually activated your account. -Nick Johnson On Wed, Jul 1, 2009 at 1:56 PM, Jeff Carr wrote: > > I'm getting a: > > There were errors:      * Carrier > > message when I try to verify my account. I get the message to my G1, > but it gives me this error all the same. I have a scr

[google-appengine] Re: api method to obtain version deploy time

2009-07-01 Thread Ravi Sharma
The fields are static and the chunk of code I also static, so time will be same for all the instances of that class. I see only two problems here 1) as GAE do not allow load on starup so you need to make a call to some servlet which will atleast access this class. So the first time this class will

[google-appengine] Re: GAE and YUI problem

2009-07-01 Thread Alex
Hi, replying to my own query! I realise the problem is straightforward but I don't understand what to do about it. Please excuse if this is a YUI rather than GAE side code problem. The YUI container widget uses an Ajax callback for the success response and that is what is gobbling up my self.respo

[google-appengine] Query Constructor for Collection properties

2009-07-01 Thread Ishmael
I would like to do a "keys_only" query for a collection property: class User(db.Model): name = db.StringProperty() ...etc... class FavoriteColors(db.Model): color = db.StringProperty() user = db.ReferenceProperty(User,collection_name="colors") if user.colors: for color in user.colors

[google-appengine] Re: Google App Engine: URL redirection

2009-07-01 Thread Adam
No problem. It's really not hard to do even for a non-developer. There should some recipes or code fragments available to show you the pattern. On Jun 30, 7:15 pm, Jonatan wrote: > thanks man! I know I should write some code on the main.py, the > problem is I'm not developer, just designer. I fo

[google-appengine] Re: Quota Details Shows Datastore API Calls that I'm not making.

2009-07-01 Thread Wooble
What does your model look like? data.image[0].image looks like it might be looking up a reference property; you probably want to cache the image, not an entity that references it. On Jul 1, 5:53 am, Albert wrote: > Hi! > > I have a simple image-server.py with the following code: > > import cgi

[google-appengine] GAE and YUI problem

2009-07-01 Thread Alex
Hi, I think I must be misunderstanding something fundamental! I am doing this: using GAE+Python Django templates to load up dialog fields which are then managed by the YUI container widget. This works fine for the load. On 'submit' the correct values are posted correctly back to my python request

[google-appengine] index stuck at "error" even after vacuum_indexes and update_indexes

2009-07-01 Thread ss
I have an index which is stuck at "error" for more than 7-8 hours even after vacuum_indexes and update_indexes. Any idea how to solve this problem? My app name is news-my. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[google-appengine] verify account broken? (carrier: us/tmobile/G1)

2009-07-01 Thread Jeff Carr
I'm getting a: There were errors: * Carrier message when I try to verify my account. I get the message to my G1, but it gives me this error all the same. I have a screenshot of the error if anyone wants it. --~--~-~--~~~---~--~~ You received this message bec

[google-appengine] Re: Handler Question

2009-07-01 Thread Italo Maia
yeap. def get(self): # tah dan!! self.my_function() On 30 jun, 15:26, Leanan wrote: > This may sound silly, but can I define something other than get and > post methods in a handler?  IE: > > class My_Handler(webapp.RequestHandler): >   def get(self): >     #Stuff > >   def post(self):

[google-appengine] Re: CRON, big bug today

2009-07-01 Thread broc
Hi, Same for me ! But my cron store data... and the result for me is: Stored Data quota full => Still full at 99% after having deleted the objects I know... I don't know what are the other objects that take the 99%... Please help needed ! On 1 juil, 09:14, Sylvain wrote: > Hi, > > Today, si

[google-appengine] Re: SMS Verfication Troubles

2009-07-01 Thread Iain Dunning
Hello, Trying to sign up from New Zealand, but can't due to not being in one of the listed countries it seems. Always get an error message. Is it possible to manually activate my account? Thanks, Iain On Jun 24, 11:34 pm, "Nick Johnson (Google)" wrote: > Hi felurkinda, > > Done. > > -Nick Joh

[google-appengine] wtforms with appengine

2009-07-01 Thread Italo Maia
Does anyone have a good recepie for wtforms+appengine integration? Like, form generation or request parameters fetch and stuff? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to th

[google-appengine] Re: CRON, big bug today

2009-07-01 Thread Wojciech 'KosciaK' Pietrzok
Same for app 'comment-tracker' 4 jobs with schedule: every day 00:00, every day 06:00, every day 12:00, every day 18:00 Even though jobs were successful two of the jobs kept running. Effect: almost 5k request in 6 or 7 hours. Had to upload new cron.yaml without these jobs before quotas reset... B

[google-appengine] Re: Handler Question

2009-07-01 Thread Wooble
You can define get, post, put, head, options, delete, trace methods, which will be called in response to the corresponding HTTP requests. You can't define custom types of requests with webapp. You may be able to extend the HTTP specification using pure CGI, but you probably don't want to. You ca

[google-appengine] Re: api method to obtain version deploy time

2009-07-01 Thread Wooble
That will tell you when a particular instance was started, but there's no guarantee any request will hit an existing instance. It won't tell you anything at all about when you deployed. On Jun 30, 5:20 pm, Ravi Sharma wrote: > what about using this code in any of your class > > public static Da

[google-appengine] Re: removing ACSID cookie expiration, ACSID-reset

2009-07-01 Thread Jon McAlister
We don´t modify Set-Cookie headers, no. However, what we will do is periodically rewrite the ACSID cookie ourselves (each time with an expiration of +1day), which may be interfering with your attempts to write the cookie with your own expiration times. In an upcoming release you will have the abil

[google-appengine] Quota Details Shows Datastore API Calls that I'm not making.

2009-07-01 Thread Albert
Hi! I have a simple image-server.py with the following code: import cgi import logging from google.appengine.ext import db from google.appengine.ext import webapp from google.appengine.ext.webapp.util import run_wsgi_app from google.appengine.api import memcache class Image(webapp.RequestHand

[google-appengine] Re: Problem in dashboard expanding log entries using Firefox 3.5 (Windows XP)

2009-07-01 Thread Nick Johnson (Google)
Hi Tim, Can you please file an issue in the issue tracker for this? -Nick Johnson On Wed, Jul 1, 2009 at 4:13 AM, Tim Hoffman wrote: > > Hi > > I am just trying out Firefox 3.5 (windows xp - yeah I know ;-) and > noticed that in the appengine dashboard that I am unable to expand log > entries i

[google-appengine] CRON, big bug today

2009-07-01 Thread Sylvain
Hi, Today, since 6:00 (PARIS), my cron is running each second. This cron must run only once a day : cron: - description: reminder by mail url: /reminder schedule: every day 06:00 timezone: Europe/Paris This cron works fine since 15 days without any issue. This cron sent a mail, so now my