Re: [google-appengine] 404 Not Found problem on my Java GAE app

2012-05-24 Thread Cheolgoo Kang
Nope. There was no change to any files or configurations since several months ago. And I'm moving this question to stackoverflow.com. Thanks! -- 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] 404 Not Found problem on my Java GAE app

2012-05-24 Thread Cheolgoo Kang
I opened a question in stackoverflow.com, and here is the link. http://stackoverflow.com/questions/10732884/sudden-404-not-found-error-on-all-files-in-my-java-gae-app-without-any-changes-t On Thursday, May 24, 2012 12:09:07 AM UTC-7, Cheolgoo Kang wrote: Nope. There was no change to any

[google-appengine] 404 Not Found problem on my Java GAE app

2012-05-23 Thread Cheolgoo Kang
Hi there, I'm running a paid GAE app written in Java and it's id is clip-share, so the url is http://clip-share.appspot.com/. I've run it for more than 10 months, and since 2 days ago, it starts not working with 404 not found error. When I connect to http://clip-share.appspot.com/index.html,

[google-appengine] geographic expansion in plan or just price increase?

2011-09-05 Thread Minsu Kang
Have used gae for commercial purpose in South Korea. The latency is about 0.5 second or 500ms and couldn't make it usable with various image loading so that separate hosting for images was used. Though there is a feature request on this issue, it seems that no progress is being made at all.

Re: [google-appengine] Dashboard charts only show data of last 20 hours

2011-09-05 Thread Alan Kang
Same here. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/XiXiWWe-6yMJ. To post to this group, send email to google-appengine@googlegroups.com. To

[google-appengine] Delete of empty result fails in 1.3.3

2010-04-23 Thread kang
plz patch this bug :-0 http://code.google.com/p/googleappengine/issues/detail?id=3122q=list%20index%20out%20of%20rangecolspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component#makechanges -- Stay hungry,Stay foolish. -- You received this message because you are

[google-appengine] app engine is down?

2010-02-24 Thread kang
Error: Server Error -- Stay hungry,Stay foolish. -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Re: app engine is down?

2010-02-24 Thread kang
Wish Google can tell us its maintain time:) On Wed, Feb 24, 2010 at 11:51 PM, kang areyouloo...@gmail.com wrote: Error: Server Error -- Stay hungry,Stay foolish. -- Stay hungry,Stay foolish. -- You received this message because you are subscribed to the Google Groups Google App

Re: [google-appengine] Re: logs are using Pacific time

2010-02-24 Thread kang
sp On Thu, Feb 25, 2010 at 12:33 AM, Blake blakecaldw...@gmail.com wrote: I hate the mental conversion of PST to EST when viewing the logs - it'd be nice if they'd use our google profile to format the logs for us. On Feb 23, 5:28 pm, Locke locke2...@gmail.com wrote: Is there a reason for

Re: [google-appengine] Fwd: Unscheduled App Engine Outage - February 24th, 2010

2010-02-24 Thread kang
how to subscribe? On Thu, Feb 25, 2010 at 12:51 AM, Eli Jones eli.jo...@gmail.com wrote: for people not subscribed to downtime-notify, this was sent out 14 minutes ago. -- Forwarded message -- From: App Engine Team appengine.nore...@gmail.com Date: Wed, Feb 24, 2010 at

Re: [google-appengine] Fwd: Unscheduled App Engine Outage - February 24th, 2010

2010-02-24 Thread kang
thanks On Thu, Feb 25, 2010 at 1:20 AM, Prashant Gupta nextprash...@gmail.comwrote: http://groups.google.com/group/google-appengine-downtime-notify -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

Re: [google-appengine] back to life

2010-02-24 Thread kang
right. but Datastore writes are temporarily unavailable On Thu, Feb 25, 2010 at 1:49 AM, bFlood bflood...@gmail.com wrote: GAE seems to be coming back to life -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] what's the cost of clearing the datastore?

2010-02-20 Thread kang
I'm going to clear the datastore. I use the following code: old_date = datetime.datetime(2009,10,1) old_updates = SomeUpdate.all().filter(updated ,old_date).fetch(20) db.delete(old_updates) it costs me nearly 1982cpu_ms 1945api_cpu_ms every time. Is it normal? -- Stay hungry,Stay

Re: [google-appengine] what's the cost of clearing the datastore?

2010-02-20 Thread kang
Thanks, Andrew. But after the change, it still costs me 2130cpu_ms 2112api_cpu_ms :) On Sat, Feb 20, 2010 at 5:22 PM, Andrew Chilton andychil...@gmail.comwrote: On 20 February 2010 21:21, kang areyouloo...@gmail.com wrote: I'm going to clear the datastore. I use the following code

Re: [google-appengine] Re: what's the cost of clearing the datastore?

2010-02-20 Thread kang
number of entities in a batch (500, I think), calculate the average cost per entity, and see if that's any better? On Feb 20, 11:41 am, kang areyouloo...@gmail.com wrote: Thanks, Andrew. But after the change, it still costs me 2130cpu_ms 2112api_cpu_ms :) On Sat, Feb 20, 2010 at 5:22 PM

[google-appengine] something strange happend to my app

2010-02-18 Thread kang
my app is reader2twitter, it receive notification from hub and send it to twitter. However, recently, something strange happend. When the hub give me a notification, my app manipulate it twice and then send two updates to twitter. I see it in the log. Can you explain me how this happened? Here is

Re: [google-appengine] about clearing the datastore

2010-02-17 Thread kang
/articles/storage_breakdown.html On Sat, Feb 13, 2010 at 11:16 PM, kang areyouloo...@gmail.com wrote: OK. Thanks for you reply. So it's hard to change the datastore structure in GAE? On Sat, Feb 13, 2010 at 1:50 AM, Ikai L (Google) ika...@google.comwrote: Unfortunately, we don't have mass

[google-appengine] Feature suggestion: Paying Ststem

2010-02-17 Thread kang
I think Google App Engine need to give us a paying system like App Store and Android Market or give us some API about paying. We need a web app store :-) Thanks -- Stay hungry,Stay foolish. -- You received this message because you are subscribed to the Google Groups Google App Engine group.

Re: [google-appengine] Downloading source code from Google App Engine

2010-02-17 Thread kang
I use dropbox to back up my app engine source code. I put the app engine code in a dropbox folder. On Thu, Feb 18, 2010 at 2:02 AM, Renee Maier maier.re...@gmail.com wrote: I was wondering if there is a way to download the source code from my app engine project? My hard drive crashed on my

Re: [google-appengine] Please more easy to ManageFile!!!!!!!!!!!!!!!!!!!!!

2010-02-17 Thread kang
Maybe it is because Google use different filesystem On Wed, Feb 17, 2010 at 10:15 PM, a...@hocvui.net a...@hocvui.net wrote: Google App Engine provide one off the best web hosting, but it's hard to upload and manage the file. Why not suppot and online File Manager tools like Cpanel ,

Re: [google-appengine] about clearing the datastore

2010-02-13 Thread kang
OK. Thanks for you reply. So it's hard to change the datastore structure in GAE? On Sat, Feb 13, 2010 at 1:50 AM, Ikai L (Google) ika...@google.com wrote: Unfortunately, we don't have mass deletion capability yet. The datastore isn't like a relational database where we can just drop a table.

Re: [google-appengine] need help on creating sub domain

2010-02-12 Thread kang
just visit my.xyz.appspot.com...it is automatically equal to www.xyz.appspot.com On Wed, Feb 10, 2010 at 2:56 PM, technut worldh...@gmail.com wrote: Hi, How do i configure sub domain in apps engine. my existing domain is : www.xyz.appspot.com want to include subdomain : my.xyz.appspot.com

Re: [google-appengine] Can I use urlfetch to do a multipart post?

2010-02-12 Thread kang
You just submit the encoded multipart form and it will be OK. you can see this code: http://code.google.com/p/python-twitpic/ On Sat, Feb 13, 2010 at 12:54 AM, Join findhe...@gmail.com wrote: Hi Team, I'm making an app to implement following design: binary+text - browser - app engine(my

Re: [google-appengine] Upload and download files (Blob)

2010-02-12 Thread kang
http://code.google.com/appengine/docs/python/blobstore/overview.html On Sat, Feb 13, 2010 at 12:58 AM, Ice13ill andrei.fifi...@gmail.com wrote: If I save a file as a Blob (let's say i have a class with a key,String filename and Blob data) how do i restore the file and send it to the client ?

Re: [google-appengine] Re: Android app to monitor appengine quotas

2010-02-10 Thread kang
thanks for sharing. will your app be opensourced? On Wed, Feb 10, 2010 at 5:05 AM, Hugo Visser botte...@gmail.com wrote: Hi, I've updated Engine Watch for Android. New: - Now uses the build-in system Google Accounts on Android 2.0 and up (no more entering passwords) - Add shortcuts to a

Re: [google-appengine] getting back images from data store

2010-02-09 Thread kang
Have you seen the Dynamically serving images part on that page? http://code.google.com/intl/fr/appengine/docs/python/images/usingimages.html On Mon, Feb 8, 2010 at 1:56 AM, kais louetri yott...@gmail.com wrote: HI i am using the exemple of the guestbook (http://code.google.com/intl/

[google-appengine] How do you deal with DownloadError?

2010-02-06 Thread kang
Let's talk about how we deal with this exception. I think most people met the problem once. -- Stay hungry,Stay foolish. -- 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] Re: How to use remote_api?

2009-02-15 Thread kang
Thank you very much On Sun, Feb 15, 2009 at 3:26 AM, Bill billk...@gmail.com wrote: I've written a blog entry describing how I've gotten the remote_api to work for me: http://billkatz.com/2009/2/Remote-API-Hello-World Hope it helps, Bill On Feb 13, 3:24 am, lookon areyouloo...@gmail.com

[google-appengine] Re: How to use remote_api?

2009-02-15 Thread kang
I still get the No module named yaml error On Sun, Feb 15, 2009 at 3:26 AM, Bill billk...@gmail.com wrote: I've written a blog entry describing how I've gotten the remote_api to work for me: http://billkatz.com/2009/2/Remote-API-Hello-World Hope it helps, Bill On Feb 13, 3:24 am,

[google-appengine] Re: Clarification

2009-02-09 Thread kang
The different versions of on application share one datastore On Mon, Feb 9, 2009 at 9:17 PM, arnie parvez...@rediffmail.com wrote: I would like to become clear about this: I have registered an app on appspot.com that is consuming a datastore table [created within the app]. The GAE allows for

[google-appengine] Re: two paging problems

2009-01-28 Thread kang
).order(__key__).fetch(PAGESIZE+1) Which would at least allow users to query on a small subset of values (those that specifically equal a property) and still allow paging on the results. -Marzia On Mon, Jan 26, 2009 at 1:02 PM, kang areyouloo...@gmail.com wrote: Thanks for your reply

[google-appengine] Re: Starting with App Engine

2009-01-26 Thread kang
http://appengine.google.com/waitlist/sms_issues On Sat, Jan 24, 2009 at 4:54 PM, cjw cjwilliam...@gmail.com wrote: Is there a way of creating and application without a mobile phone? I seem to be stuck with Hello World at this point. Earlier, I had a before_path undefined message. Colin

[google-appengine] Re: two paging problems

2009-01-26 Thread kang
Thanks for your reply. I've just read the article today and I will have a try. For search result, I do not know what query users give and how much result. So, I can not give a index for an instance. On Mon, Jan 26, 2009 at 6:54 AM, Marzia Niccolai ma...@google.com wrote: Hi, There are a

[google-appengine] Re: Dynamically Choosing Which Properties to Write to the Datastore

2009-01-24 Thread kang
You can get the form data through self.request.get(name) and give the object proper property. for example, in the html form action=/submit method=post input name=a input name=b input type=submit value=Post /form in the server side, you write, class Submit(webapp.RequestHandler): def

[google-appengine] Re: 网页中有汉字 ,就会产生错误,不知是啥原因

2009-01-23 Thread kang
在文件开始加上#coding=utf-8 2009/1/22 网页中有汉字,就会产生错误,不知是啥原因 hjma...@gmail.com this code right in local development environment, but error on update to server. import wsgiref.handlers from google.appengine.ext import webapp class MainPage(webapp.RequestHandler): def get(self):

[google-appengine] Re: remote api, when?

2009-01-22 Thread kang
and thanks for your mention~ On Thu, Jan 22, 2009 at 11:20 PM, dobee berndd...@gmail.com wrote: wow, nice to hear ... this feature really rocks! -- Stay hungry,Stay foolish. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[google-appengine] Re: Newbie question - How to start?

2009-01-21 Thread kang
http://code.google.com/intl/en-US/appengine/docs/python/gettingstarted/ On Tue, Jan 20, 2009 at 7:38 PM, Mark wangzhuof...@gmail.com wrote: Hi, I'm newbie to web developement, with only some experience in software like dreamweaver and frontpage. Could anyone advise a learning syllbus for

[google-appengine] Re: how to do both filter and order

2009-01-20 Thread kang
date is an datetime property... I've read the article, does it mean that SELECT * FROM Image WHERE date :yesterday ORDER BY date, liked will be OK? On Tue, Jan 20, 2009 at 6:05 AM, Barry Hunter barrybhun...@googlemail.comwrote: Its not strictly a gql

[google-appengine] Re: how to do both filter and order

2009-01-20 Thread kang
I use q.filter('date ',yesterday) .order(date).order(-liked) it's ok..but the result confused me.. On Tue, Jan 20, 2009 at 6:15 AM, kang areyouloo...@gmail.com wrote: date is an datetime property... I've read the article, does it mean that SELECT * FROM Image WHERE date :yesterday

[google-appengine] Re: how to do both filter and order

2009-01-20 Thread kang
Then, how can I do the hot thing? The image class has a datetime property 'date' and a int property 'liked'. I need to get the images after yesterday and then order them by liked. Thanks. On Tue, Jan 20, 2009 at 1:58 PM, ryan ryanb+appeng...@google.comryanb%2bappeng...@google.com wrote: On

[google-appengine] Re: Hello,I´m new with App Engine

2009-01-19 Thread kang
use appcfg.py update e:\gae\helloworld instead On Sat, Jan 17, 2009 at 11:17 AM, v.beh...@googlemail.com v.beh...@googlemail.com wrote: Hello,I´m new with App Engine and I can´t upload my developments. I always tap: appcfg.py update helloworld/ but there`s only an error massage:Usage:

[google-appengine] Re: App Engine Gurus

2009-01-17 Thread kang
great On Sat, Jan 17, 2009 at 8:56 PM, Sharp-Developer.Net alexander.trakhime...@gmail.com wrote: Congrats to Alex Bill. This is well deserved recognition. -- Alex http://sharp-developer.net/ On Jan 15, 8:12 pm, Daniel O'Brien (Google) d...@google.com wrote: Hello everyone, Some

[google-appengine] Re: Add Domain (New Domain Depoloyment)

2009-01-14 Thread kang
yep On Fri, Jan 9, 2009 at 12:46 AM, Marzia Niccolai ma...@google.com wrote: Hi, In order to serve an App Engine app off your domain it must be a Google Apps domain. (2) alone is not sufficient. -Marzia On Thu, Jan 8, 2009 at 7:59 AM, PatHaugen pathau...@gmail.com wrote: I

[google-appengine] Re: Submitting App to the Gallery

2009-01-14 Thread kang
yep ... almost immediately On Wed, Jan 7, 2009 at 4:52 PM, tianxin...@gmail.com shangtian...@yahoo.com wrote: almost immediately, as far as I have experienced. You need to add your application to the gallery manually. On Jan 6, 5:49 pm, deji.omis...@gmail.com deji.omis...@gmail.com wrote:

[google-appengine] Re: GAE Datastore OpenSocial

2009-01-14 Thread kang
I also have this problem, for opensocial is limited On Thu, Jan 15, 2009 at 6:06 AM, Chen Harel chook.ha...@gmail.com wrote: Hi, I am saving information regarding the users of my gadget. I have a procedure where I need to get information about the user friends who are also using my gadget.

[google-appengine] Re: Announce - App Engine Web Services in Minutes

2009-01-14 Thread kang
the website is banned in China On Thu, Jan 15, 2009 at 9:52 AM, edg edwardgsanc...@gmail.com wrote: This message is to notify GAE developers that Cumulo Software has released Cumulo SAASi. SAASi allows you to easily construct web services in any programming language. For GAE developers, this

[google-appengine] Re: What is the fastest way to check if an item is in the datastore?

2009-01-12 Thread kang
you get it On Tue, Jan 13, 2009 at 10:30 AM, SM sanja...@gmail.com wrote: Thank you to everyone for the responses. If I understand correctly, for my exampe I should use if MyModel.gql(WHERE prop = :1 AND active = True, s).count(1): print Found else: print Not found On Jan 12, 5:52

[google-appengine] Re: 有谁知道怎样将域 名指向app engine的方法?

2009-01-05 Thread kang
加我好友吧,告诉你 2009/1/4 zhuming liu szlzhmj...@gmail.com 有谁知道怎样将域名指向app engine的方法? -- Stay hungry,Stay foolish. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Re: Does SDK datastore data upload with appcfg.py?

2009-01-02 Thread kang
no On Sat, Jan 3, 2009 at 2:48 AM, 84dory bill.ba...@i-maj-in-it.com wrote: Pardon what should be an obvious question, but I have been unable to find a simple declarative answer. Is the development data in the dev server datastore uploaded by appcfg.py? Thanks! -- Stay hungry,Stay

[google-appengine] Re: Tutorial: How to manage Tags and Tag clouds with AppEngine and Django

2008-12-15 Thread kang
great On Mon, Dec 15, 2008 at 4:20 PM, xponrails stefac...@gmail.com wrote: Hi. I'm a J2EE, Python and Rails developer. I've just posted a tutorial (http://xponrails.net/wrblog/view_post/19) on how to model and manage Tags in an AppEngine-Django application. The code works well for me,

[google-appengine] Re: URLlib?

2008-12-14 Thread kang
use urlfetch instead... http://code.google.com/intl/en-US/appengine/docs/urlfetch/ On Sun, Dec 14, 2008 at 11:50 AM, moham...@ahft.org mohammad.typal...@gmail.com wrote: is it posable to use it(urllib)? It will not let the opener init. so how can I run this? vital to my app! ugh, looking for

[google-appengine] Re: 3 questions (about paging again)

2008-12-09 Thread kang
web applications talk: http://sites.google.com/site/io/building-scalable-web-applications-with-google-app-engine This should work to page searchable entities as well. Simply search for a specific term, and then filter on the paging index. -Marzia On Mon, Dec 8, 2008 at 5:01 PM, kang [EMAIL

[google-appengine] Re: Problem adding my own domain , without right to change Cname record

2008-12-08 Thread kang
first you need to apply for google apps then, in the gae admin page, set your subdomain and domain then ,chname your sub domain to ghs.google.com wish this can help you : http://code.google.com/appengine/articles/domains.html On Mon, Dec 8, 2008 at 4:21 PM, Possum [EMAIL PROTECTED] wrote: Hi,

[google-appengine] Re: A newbie's site

2008-12-08 Thread kang
I've noticed this problem...and will adjust it.. Do you think the FriendConnect should be placed in the right? On Mon, Dec 8, 2008 at 5:06 PM, Bill [EMAIL PROTECTED] wrote: Nice. I'd give more room to the Google Friend login area because most of it is cut off. Maybe use CSS and float it to

[google-appengine] Re: about DB.Query Question

2008-12-08 Thread kang
error message? On Mon, Dec 8, 2008 at 11:28 AM, ivivian [EMAIL PROTECTED] wrote: If the following statement, the normal: users = db.Query(Users) users.filter('fpx ', getmin).filter('ffpx ', getmax).filter('fpy = ', '180').filter('fpy = ', '1') If the following statement, the error:

[google-appengine] Re: Configuring Friend Connect

2008-12-08 Thread kang
I have not seen any api from google friend connect On Tue, Dec 9, 2008 at 5:06 AM, yejun [EMAIL PROTECTED] wrote: Is it possible to fetch user information after user login friend connect? On Dec 4, 7:57 am, Andi Albrecht [EMAIL PROTECTED] wrote: On Thu, Dec 4, 2008 at 1:24 PM, kang

[google-appengine] Re: 3 questions (about paging again)

2008-12-08 Thread kang
I haven't got it...what is the 'index' for in your code? For different tags, they have different index for an object. 3rd question is about search the model. On Tue, Dec 9, 2008 at 4:03 AM, Marzia Niccolai [EMAIL PROTECTED] wrote: Hi, If you store the tags in a list, you should be able filter

[google-appengine] Re: Extending the cloud to the client with Gears and App Engine

2008-12-08 Thread kang
good job...it's cool On Tue, Dec 9, 2008 at 1:03 AM, Malte Ubl [EMAIL PROTECTED] wrote: Hey, Dion posted on Ajaxian about this today http://ajaxian.com/archives/massively-parallel-crowd-sourced-javascript-app-server-seti-for-js The App Engine service went down afterwards for most of day.

[google-appengine] Re: About the URL error

2008-12-08 Thread kang
use urlfetch instead http://code.google.com/appengine/docs/urlfetch/ On Mon, Dec 8, 2008 at 8:05 PM, sirisha [EMAIL PROTECTED] wrote: Hi, I have developed the application in webapp framework,but while uploading the application ,I am getting an error like :

[google-appengine] Re: How far can Google take this thing?

2008-12-06 Thread kang
a very good post On Sat, Dec 6, 2008 at 2:42 AM, rvjcallanan [EMAIL PROTECTED] wrote: I am about to take the GAE plunge (at least in the experimentation sense). I understand the current irritations and I am hopeful that these will be overcome in due course But I am very curious how far

[google-appengine] Re: Datastore Class db.Model Relationships

2008-12-06 Thread kang
maybe this helps: http://gaesql.appspot.com/ On Sat, Dec 6, 2008 at 9:54 PM, lawnman [EMAIL PROTECTED] wrote: Is it possible to have a class based on db.Model that contains a list of other classes also based on db.Model but where the second classes are not stored in the Datastore separately

[google-appengine] Re: how to do text search in GAE?

2008-12-05 Thread kang
can you explain it? I'm not good at unicode...so I do not know how to deal with foreign language... On Fri, Dec 5, 2008 at 10:56 AM, @@ [EMAIL PROTECTED] wrote: Hi you can do the word segmentation yourself, and put these words in a StringListProperty. On Fri, Dec 5, 2008 at 10:08 AM, kang

[google-appengine] Re: Yammer+OAuth+GAE

2008-12-05 Thread kang
I've read an article about AuthSub... http://code.google.com/appengine/articles/gdata.html On Sat, Dec 6, 2008 at 4:03 AM, neich [EMAIL PROTECTED] wrote: Hi, I'm trying to implement oAuth so my GAE app can access private resource of Yammer users. I've modified the python code from:

[google-appengine] Re: Error: Method Not Allowed

2008-12-05 Thread kang
your code? On Sat, Dec 6, 2008 at 5:12 AM, SebastienDudek [EMAIL PROTECTED] wrote: Hi ! I started a new application inside Google Engine : http://fluxius.appspot.com/ This application is a part of guestbook in documentations. Problem is than I can submit by get methods but with post

[google-appengine] Re: Configuring Friend Connect

2008-12-04 Thread kang
right i've configured for my app but what do you think of the Friend Connect? I think an appengine website need not use it... On Thu, Dec 4, 2008 at 6:28 AM, Andi Albrecht [EMAIL PROTECTED]wrote: Hi Rajiv, here's how I did it... I copied the two files in a directory called static

[google-appengine] Re: Is there any example code about paging?

2008-12-04 Thread kang
I know both...But the example apps do not cover the paging problem.. and the big apps do not give source code On Thu, Dec 4, 2008 at 7:44 PM, A. TNG [EMAIL PROTECTED] wrote: On Thu, Dec 4, 2008 at 6:58 PM, lookon [EMAIL PROTECTED] wrote: I've watched Buildding Scalable Web Applications

[google-appengine] Re: Configuring Friend Connect

2008-12-04 Thread kang
GAE itself has google account model, and user can login.. but if they want to post through FriendConnect ,they need to login for the second time it's not a good user experience On Thu, Dec 4, 2008 at 8:17 PM, Andi Albrecht [EMAIL PROTECTED]wrote: On Thu, Dec 4, 2008 at 10:50 AM, kang

[google-appengine] Re: how to do text search in GAE?

2008-12-04 Thread kang
Search become better On 1 dic, 21:18, kang [EMAIL PROTECTED] wrote: anyone have experience in SearchableModel? On Mon, Dec 1, 2008 at 3:10 PM, kang [EMAIL PROTECTED] wrote: anther question...I have some foreign language stored in the datastore...but i can not search them...what can

[google-appengine] Re: how to do text search in GAE?

2008-12-04 Thread kang
(-publishDate) for a in query: print %s | %s % (a.title, a.publishDate) print Done printing 2008/12/5, kang [EMAIL PROTECTED]: Thanks...so there is no good solution for this problem now? I haven't seen it in the roadmap... On Fri, Dec 5, 2008 at 1:27 AM, tigrillo

[google-appengine] Re: NeedIndexError: no matching index found

2008-12-03 Thread kang
it works..thank you On Wed, Dec 3, 2008 at 11:27 AM, Alexander Kojevnikov [EMAIL PROTECTED] wrote: You need to add the index to your index.yaml file (if it's not already added by the dev_appserver.py), update the indices with appcfg.py and wait until the index is built. See this page for

[google-appengine] Re: GAE will hurt Linux unless...

2008-12-03 Thread kang
support google os On Thu, Dec 4, 2008 at 4:23 AM, Amir Michail [EMAIL PROTECTED] wrote: Hi, I suspect that the Google App Engine (and cloud computing more generally) will have the unintended effect of significantly reducing usage of Linux among web developers. The solution of course is

[google-appengine] Re: how to write code about table in template?

2008-12-02 Thread kang
. table tbody {% for obj in objects %} tr {% for image in obj.images %} td{{ image }}/td {% endfor %} /tr {% endfor %} /tbody /table On Dec 2, 2:56 am, kang [EMAIL PROTECTED] wrote: it does not work.. for example I have 100 image objects, and I want to render 5 in each

[google-appengine] Re: how to write code about table in template?

2008-12-01 Thread kang
what? I want to show 5 objs in each row, how to write the code? On Mon, Dec 1, 2008 at 5:01 PM, A. TNG [EMAIL PROTECTED] wrote: On Mon, Dec 1, 2008 at 2:27 PM, lookon [EMAIL PROTECTED] wrote: I want to render table in the response. and the template_value is objects. Then my question is

[google-appengine] Re: how to do text search in GAE?

2008-11-30 Thread kang
Thank you. I've got it... and this post help: http://www.johnborwick.com/blog/2008/10/27/appengine_django-basemodel-and-searchablemodel/ On Mon, Dec 1, 2008 at 12:24 PM, Alexander Kojevnikov [EMAIL PROTECTED] wrote: Thank you for your reply is there any example code about full text

[google-appengine] Re: url's in application configuration

2008-11-30 Thread kang
handlers: - url: /gae script: main.py On Sun, Nov 30, 2008 at 9:55 AM, ten_foot_ninja [EMAIL PROTECTED] wrote: Hello, I get the following error: Not found error: /gae did not match any patterns in application configuration. output to my browser when I am enter http://localhost:8080/gae;

[google-appengine] Re: how to do text search in GAE?

2008-11-30 Thread kang
anther question...I have some foreign language stored in the datastore...but i can not search them...what can I do ? On Mon, Dec 1, 2008 at 12:24 PM, Alexander Kojevnikov [EMAIL PROTECTED] wrote: Thank you for your reply is there any example code about full text search with gae? The

[google-appengine] Re: Converting .wav to .mp3

2008-11-29 Thread kang
how to store these wav file? On Sat, Nov 29, 2008 at 1:18 AM, egilchri [EMAIL PROTECTED] wrote: I have an App Engine app (http://vnoted.com), that's creates voice notes, from the phone, that are .wav files. I'd like to have the ability to convert the .wav files to .mp3, Is there a way I can

[google-appengine] Re: New app for finding wallpaper images - feedback welcome :)

2008-11-29 Thread kang
- which will be soon! On Nov 28, 12:24 am, kang [EMAIL PROTECTED] wrote: support...and this site's css design need to be better On Fri, Nov 28, 2008 at 12:18 AM, Ben Nevile [EMAIL PROTECTED] wrote: Cool app Bonstio - my quick suggestion would be to re-organize the page so

[google-appengine] Re: New app for finding wallpaper images - feedback welcome :)

2008-11-29 Thread kang
am, kang [EMAIL PROTECTED] wrote: support...and this site's css design need to be better On Fri, Nov 28, 2008 at 12:18 AM, Ben Nevile [EMAIL PROTECTED] wrote: Cool app Bonstio - my quick suggestion would be to re-organize the page so that the image is at the top rather than

[google-appengine] Re: New Article on How Index Building Works

2008-11-27 Thread kang
re On Thu, Nov 27, 2008 at 1:18 AM, Ben Nevile [EMAIL PROTECTED] wrote: Great article, thanks GAE team! On Nov 25, 1:30 pm, Marzia Niccolai [EMAIL PROTECTED] wrote: Hi, There have been a lot of questions on this group about index building and Ryan Barrett, the tech lead for the

[google-appengine] Re: New app for finding wallpaper images - feedback welcome :)

2008-11-27 Thread kang
support...and this site's css design need to be better On Fri, Nov 28, 2008 at 12:18 AM, Ben Nevile [EMAIL PROTECTED] wrote: Cool app Bonstio - my quick suggestion would be to re-organize the page so that the image is at the top rather than below your explanatory paragraph. I have to scroll

[google-appengine] Re: No module name pwd?

2008-11-25 Thread kang
http://code.google.com/appengine/articles/index_building.html On Tue, Nov 25, 2008 at 3:29 PM, Devel63 [EMAIL PROTECTED] wrote: I just uploaded a slightly revised version of my app engine app, and nothing works anymore. Well, almost nothing. Most pages give me this 500 error Error:

[google-appengine] Re: DownloadError: ApplicationError: 2 ?

2008-10-28 Thread kang
the remote server has blocked GAE On Wed, Oct 29, 2008 at 11:33 AM, Noah [EMAIL PROTECTED] wrote: no idea, unfortunately. and now i have the same problem. if anyone has any help, i'm all ears!! On Oct 9, 3:45 pm, Jean-Lou Dupont [EMAIL PROTECTED] wrote: What is the significance of

[google-appengine] Re: Newbie question - Request params available to def post(self)

2008-10-16 Thread kang
use groups in the webapp.WSGIApplication argument. If the URL has parameters (there is a '?' after the URL path) like www.a.com/?a=1b=2 You use self.request.get('a') in the handler to get the value of parameter 'a' 2008/10/16 kang [EMAIL PROTECTED]: I am new to Python and GAE. I just give

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-16 Thread kang
well done On Fri, Oct 17, 2008 at 6:03 AM, Marzia Niccolai [EMAIL PROTECTED] wrote: One of the most frequently requested features for App Engine has been HTTPS serving capabilities. Today we're excited to announce that App Engine now supports incoming HTTPS connections using a certificate

[google-appengine] Re: Ggl where clause issue

2008-10-16 Thread kang
So there is no default way to order by 'ID? On Fri, Oct 17, 2008 at 7:53 AM, djidjadji [EMAIL PROTECTED] wrote: but in the data base how can i store unique number which should incremented. In the datastore create an object with only an IntegerProperty (counter). It has a method that

[google-appengine] Re: Getting 'UnicodeDecodeError'. Please help

2008-10-15 Thread Kang
' or the one with 'replace' and WHY? Can you also suggest me some good book for learning PYTHON? Thanks once again. Nishant On Oct 14, 4:27 pm, kang [EMAIL PROTECTED] wrote: a.decode('utf8','ignore') On Tue, Oct 14, 2008 at 12:44 PM, Nishu [EMAIL PROTECTED] wrote: Hello, I am

[google-appengine] Re: How can I get a GAE Account?

2008-10-15 Thread Kang
我邀请你了。 [EMAIL PROTECTED] 写道: 哎,我最近才学的Python,看了GAE的一些视频之后,对GAE很感兴趣,就是申请不到账号,这棵咋搞哦~~,应该是可以邀请别人的吧? On 10月15日, 下午4时00分, Kang [EMAIL PROTECTED] wrote: 我也不知道怎么给你。。因为我也在中国。。[EMAIL PROTECTED]写道:Why nobody pay attention to me? Is there anyone could send a invitation to me? thanks! On 10

[google-appengine] Re: Modeling mutual references

2008-10-15 Thread kang
Maybe: class Book(db.Model): title = db.StringProperty() first = db.ReferenceProperty(Page) class Page(db.Model): text = db.TextProperty() next = db.SelfReferenceProperty() book =

[google-appengine] Re: How can I get a GAE Account?

2008-10-15 Thread Kang
我也不知道怎么给你。。因为我也在中国。。 [EMAIL PROTECTED] 写道: Why nobody pay attention to me? Is there anyone could send a invitation to me? thanks! On 10月14日, 下午11时22分, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: My country is not in the Supported mobile providers list, but how can I get the

[google-appengine] Re: Newbie question - Request params available to def post(self)

2008-10-15 Thread kang
for use in POST hidden fields. Correct interpretation? On Oct 14, 5:37 pm, kang [EMAIL PROTECTED] wrote: or you can write code like: class Stuff: get(self,favorites): do something here. application = webapp.WSGIApplication( [(r'^/stuff/favorites/(?P(favorites

[google-appengine] Re: Upload demo to GAE Error, caused by _GetAuthCookie, timed out

2008-10-15 Thread kang
you can ping appspot.com and give us the result. On Wed, Oct 15, 2008 at 9:15 PM, Chao Loo [EMAIL PROTECTED] wrote: Hi, I keep getting the following error while trying to upload GAE demo (guestbook). Here is the stack trace: - C:\Program

[google-appengine] Re: Getting 'UnicodeDecodeError'. Please help

2008-10-14 Thread kang
a.decode('utf8','ignore') On Tue, Oct 14, 2008 at 12:44 PM, Nishu [EMAIL PROTECTED] wrote: Hello, I am trying to develop a screen scraping application using the google Webapp framework. The application parses the html output of some other page to extract the required data and then forms a

[google-appengine] Re: Ordering with an inequality filter

2008-10-14 Thread kang
maybe you can write GQL like: SELECT * FROM kind [WHERE condition [AND condition ...]] [ORDER BY property [ASC | DESC] [, property [ASC | DESC] ...]] [LIMIT [offset,]count] [OFFSET offset] On Wed, Oct 15, 2008 at 6:38 AM, mrchucho [EMAIL PROTECTED] wrote: Let's say I have

[google-appengine] Re: Newbie question - Request params available to def post(self)

2008-10-14 Thread kang
or you can write code like: class Stuff: get(self,favorites): do something here. application = webapp.WSGIApplication( [(r'^/stuff/favorites/(?P(favorites).*)$', Stuff)], debug=True) the url is like :

[google-appengine] Re: How to use timeutil module in GAE?

2008-10-10 Thread kang
OK..Thanks On Fri, Oct 10, 2008 at 1:26 AM, Marzia Niccolai [EMAIL PROTECTED] wrote: Hi, Please read the following FAQ on what python libraries are available with Google App Engine: http://code.google.com/appengine/kb/general.html#libraries -Marzia On Wed, Oct 8, 2008 at 8:28 PM, Kang

[google-appengine] Re: Help: I want to have an app engine space!!

2008-10-08 Thread Kang
不可以用么?GAE要手机验证? 我是测试时就可以用了的,也在中国 wenxin ren 写道: thanks a lot. for my poor english, would you please make me clear about the carrier name? what does this mean? does carrier means the companies like AT T? which operating on the wireless network for the mobile phone? 2008/10/9 fedekun

[google-appengine] Re: Help: I want to have an app engine space!!

2008-10-08 Thread Kang
具体怎么说? wenxin ren 写道: 是啊。现在注册不了了。 2008/10/9 Kang [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 不可以用么?GAE要手机验证? 我是测试时就可以用了的,也在中国 wenxin ren 写道: thanks a lot. for my poor english, would you please make me clear about the carrier name? what does this mean? does

[google-appengine] How to use timeutil module in GAE?

2008-10-08 Thread Kang
I cannot import that module in GAE. Wish your help. p.s. I cannot import epsilon module either... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to