[google-appengine] Re: Reading from a static text file

2009-03-19 Thread jeffkyjin
Can you show me how to do this? Thanks! On Mar 17, 2:14 am, Nash-t timna...@gmail.com wrote: if all you really have to do is read the file you could just put it in a .py file and import it. Store it as a dictionary or an array or an object. Whatever works. On Mar 16, 12:31 am, djidjadji

[google-appengine] Re: Reading from a static text file

2009-03-19 Thread jeffkyjin
text/html form). Good Luck with the app. Peace Hugs On Thu, Mar 19, 2009 at 11:34 AM, jeffkyjin jeffky...@gmail.com wrote: Can you show me how to do this? Thanks! On Mar 17, 2:14 am, Nash-t timna...@gmail.com wrote: if all you really have to do is read the file you could just put

[google-appengine] In appgallery, my Application disapear or removed: www.gceel.com

2009-03-06 Thread jeffkyjin
Hello app engine, I am the owner of www.gceel.com application which was registered last month in appgallery. And this application was 5 stared by the Editor. But today, I found my application could not be found in appgallery. Is my application removed ? Could you tell me the reason? Thanks!

[google-appengine] Status: 200 OK Cache-Control: no-cache Content-Type: text/html; Content-Length: 3026--- Appear in the top of page

2009-02-18 Thread jeffkyjin
Hello All, I have met a strange problem, when I first access my web app, there will be a message appear in the top of web page. Here is the message: Status: 200 OK Cache-Control: no-cache Content- Type: text/html; Content-Length: 3026 and it disappeared when refresh. Any one knows how to remove

[google-appengine] How To Communicate Between App Engines

2008-11-29 Thread jeffkyjin
I have create some applications in App Engine. If I want to build a distributed system which will use many application in App Engine. Because the quota of App Engine, I have to split the whole work to pieces and send these pieces to other applications. Any advices on this? And how can i use API