[google-appengine] Impossible to use with Google Site?

2009-05-03 Thread Banaticus
Is it impossible to use this with a Google Site? --~--~-~--~~~---~--~~ 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 th

[google-appengine] Re: logs' timezone?

2009-05-03 Thread 风笑雪
It was UTC before, but now It's ET(North American Eastern Time Zone). UTC-5 during standard time and UTC-4 during daylight saving time. http://en.wikipedia.org/wiki/Eastern_Time_Zone 2009/5/4 Prashant Gupta > hi, > > i noticed that time shown in logs in neither GMT nor my country's timezone. >

[google-appengine] logs' timezone?

2009-05-03 Thread Prashant Gupta
hi, i noticed that time shown in logs in neither GMT nor my country's timezone. why logs doesn't logs use GMT? sometimes it is painful to analyze logs because of the timezone used. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[google-appengine] Re: large file upload error

2009-05-03 Thread ksjun
I submited this issue at http://code.google.com/p/googleappengine/issues/detail?id=1472 --~--~-~--~~~---~--~~ 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

[google-appengine] Re: different urlfetch behaviour on development and production servers: URLs with the characters: ( or )

2009-05-03 Thread Matt Trinneer
To further that post... It seems to me that URLs containing characters such as ( and ) are not being fetched properly on the production environment. I've attempted escaping the characters, as per RFC 3986. However the escaped url (http://dbpedia.org/resource/Companion_%28manga%29) doesn't fair

[google-appengine] different urlfetch behaviour on development and production servers: URLs with the characters: ( or )

2009-05-03 Thread Matthew Trinneer
Hi All, When attempting to load the following URL on the development server I am successfully able to retrieve the expected result. However, when attempting to load the same URL in the production environment I am not receiving the same response. I have posted 2 examples. The first works exactl

[google-appengine] Re: Your application is exceeding a quota: Workflow Backend Index Task Count

2009-05-03 Thread Ben Nevile
bumpty bump. i have the same quota error message coming up now. app seems to be working jes fine. i created and vacuumed indexes today as well. Ben On Apr 13, 11:45 am, Paul Kinlan wrote: > Hi, > > I am just curious as to what the following message in the dashboard means: > Your application

[google-appengine] Re: Concurrency & Threading...

2009-05-03 Thread Andy Freeman
It would help if you told us something about the concurrency mechanism that you're trying to test. Is it related to datastore consistency in the face of concurrent access? On Apr 26, 3:26 pm, eli wrote: > Thanks for the answers guys. > I basically just need to test that my concurrency mechanism

[google-appengine] Fwd: How do I set the time between requests for login to Google account?

2009-05-03 Thread Paul Moore
(Help! Trying to post for a second time via email, as my attempts to post via the web UI don't seem to be getting through. If the messages are getting through, could someone let me know via email, so that I don't flood the group!) I have a small application which uses Google accounts to login. I'

[google-appengine] uploading data w/ custom constructor

2009-05-03 Thread Matt
Hello, In my model class I've defined a class method called create that does a few things before the data is saved. However it seems that when I use the bulk csv import via the data loader I created, the create method is not being called. Does anyone know if there is a way to have the loader us

[google-appengine] Re: Some design Issues in appengine datastore

2009-05-03 Thread ryan
also take a look at polymodel: http://code.google.com/appengine/docs/python/datastore/polymodelclass.html On May 1, 12:54 pm, adelevie wrote: > try readinghttp://bret.appspot.com/entry/how-friendfeed-uses-mysql > > one pitfall to avoid is to rely on a recursive function to iterate > through a t

[google-appengine] Re: DataStore Space cost inspecter

2009-05-03 Thread Paul Kinlan
Hi, You might want to star http://code.google.com/p/googleappengine/issues/detail?id=1396 if you have not already done so. If we don't ask for it, we may never get it. Paul. 2009/5/3 秦锋 > > Currently GAE has no tool for checking datastore space cost, in > details, disk spaces costs for every

[google-appengine] Re: best way to query geographical regions?

2009-05-03 Thread Matt Murphy
I ended up writing something based on how mutiny works and it seems to work quite nicely... haven't tried with lots of data yet though. On Sun, May 3, 2009 at 9:06 AM, adelevie wrote: > > Will this box always have 4 points? Will it be a square with right > angles? if it's going to be that simpl

[google-appengine] Re: best way to query geographical regions?

2009-05-03 Thread adelevie
Will this box always have 4 points? Will it be a square with right angles? if it's going to be that simple, just write the function yourself. On May 2, 1:28 pm, Barry Hunter wrote: > Because of the way a geohash is created, chopping off charactors off > the end reduces the percision of the 'po

[google-appengine] App redesign

2009-05-03 Thread vanya
I have created about million entities without key_name. And now I need key_name so that to reduce CPU time consumption. Also I want to change the app design. How to recreate these entities in short time? --~--~-~--~~~---~--~~ You received this message because you

[google-appengine] Re: Remove App Engine Application

2009-05-03 Thread T.J. Crowder
Hi, > But what is the policy for the future ? That offering such a basic thing is low priority. You might want to star this issue: http://code.google.com/p/googleappengine/issues/detail?id=335 -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services availab

[google-appengine] DataStore Space cost inspecter

2009-05-03 Thread 秦锋
Currently GAE has no tool for checking datastore space cost, in details, disk spaces costs for every index, kind, etc. I think it's useful for developer to optimize the data structure since there ONE GB limit. Any idea? --~--~-~--~~~---~--~~ You received this messa

[google-appengine] Re: Remove App Engine Application

2009-05-03 Thread sahid
Ok, thanks for your short response... But what is the policy for the future ? Because App Engine is limited and if i reserve a domain but i don't use it, this is too bad ... no ? ~sahid On May 3, 10:07 am, 风笑雪 wrote: > No. > > 2009/5/3 sahid > > > > > Hello, > > > I have searched in forum an

[google-appengine] Deploy to GAE remotely via Eclipse ANT?

2009-05-03 Thread jago
Hi, I wrote a target to deply to GAE (remotely). Unluckily it wants a password the first time I do this and the Eclipse console does not allow me to enter it. I can open cmd.exe and do the first deploy by hand and enter the password. Once the password is there I can deploy with Eclipse ANT since

[google-appengine] Re: odd UTF-8 error on data that I believe is valid UTF-8

2009-05-03 Thread Matt
My apologies, I realize this is a common issue. I found a quick solution here: http://code.google.com/p/googleappengine/issues/detail?id=157#c18 On May 3, 2:19 am, Matt wrote: > Hello, > > I'm trying to upload a csv file into my app (currently just into the > development server) and I receiv

[google-appengine] odd UTF-8 error on data that I believe is valid UTF-8

2009-05-03 Thread Matt
Hello, I'm trying to upload a csv file into my app (currently just into the development server) and I received the following error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128) [ERROR ] [Thread-2] BulkLoaderThread: caught exception (, Unico

[google-appengine] Re: Remove App Engine Application

2009-05-03 Thread 风笑雪
No. 2009/5/3 sahid > > Hello, > > I have searched in forum and documentation, > but i don't see how to remove an application don't used. > > it is possible ? > > Thanks > > ~sahid > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[google-appengine] Remove App Engine Application

2009-05-03 Thread sahid
Hello, I have searched in forum and documentation, but i don't see how to remove an application don't used. it is possible ? Thanks ~sahid --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group.