[google-appengine] Re: HELP~~~~ user problem.

2009-02-15 Thread Allen
In the Mnual Installation: ## Use the following project structure: project root __init__.py app.yaml settings.py (based on sample project with imports for settings_pre and settings_post) manage.py(copy from appenginepatch) common __init__.py appenginepatch

[google-appengine] Re: HELP~~~~ user problem.

2009-02-15 Thread Alexander Kojevnikov
On Feb 15, 6:31 pm, Allen allen.lu...@gmail.com wrote: you know ,I just following the Getting Start of Goog App. In my application folder, there're just main.py, app.yaml, and some pics. there's no so-called common folder. how can I update step by step. If you download the sample project

[google-appengine] Re: HELP~~~~~!!! How to run the Google App in my local LAN

2009-02-15 Thread Allen
Hey guys, Thanks a lot! You know, so far, I just need a simple web serve running in my LAN and handle some datastore. Maybe just user dev_appserver is enough so far. The problem is that under dev serve, application can just handle only one http request at the same time. It seem the

[google-appengine] HELP~~~~~app-engine-patch

2009-02-15 Thread Allen
there's a special structure of app-engine-patch. Could any one help to explain the structure and how does it work? How to configure? I just following the Getting Start of Google App. In my Apps, there're just app.yaml main.py pics. I user one main.py to handle all http requests. Can I just

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Pikaurd Chen
In my opinion , you can. Why you try it now? On Feb 15, 2009, at 5:38 PM, Allen wrote: there's a special structure of app-engine-patch. Could any one help to explain the structure and how does it work? How to configure? I just following the Getting Start of Google App. In my Apps,

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Pikaurd Chen
Sorry , Why NOT try it now? On Feb 15, 2009, at 5:38 PM, Allen wrote: there's a special structure of app-engine-patch. Could any one help to explain the structure and how does it work? How to configure? I just following the Getting Start of Google App. In my Apps, there're just app.yaml

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Allen
Dear Pikaurd, Yep, I wanna try it now. But, maybe it's a little bit diffcult for me such a beginner. Could you pls help to explain how does this structure(app-engine- patch) works? I mean the relations between so many .py files. Thanks On 2月15日, 下午6时19分, Pikaurd Chen chenha...@gmail.com

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Allen
And how to confiture the setting.py? what's the use of setting.py? On 2月15日, 下午6时19分, Pikaurd Chen chenha...@gmail.com wrote: Sorry , Why NOT try it now? On Feb 15, 2009, at 5:38 PM, Allen wrote: there's a special structure of app-engine-patch. Could any one help to explain the

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Pikaurd Chen
special structure - django framework I think that is a project using django. You have to learn django , if you wanna work with that. In additional, django is a complex framework for newbie. Sorry read your question not carefully a moment ago. On Feb 15, 2009, at 6:55 PM, Allen wrote:

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Allen
oh,,,i see, so under app-engine-patch, actually it's using django web framework? right? so is there any basic introduction about django web framework? now I'll check out the link you shared with me about setting.py thanks On 2月15日, 下午7时26分, Pikaurd Chen chenha...@gmail.com wrote: setting.py is

[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] 有没有人知道如何使用 ap p-engine-patch啊?

2009-02-15 Thread Allen
我一直在使用Google App Engine. 也理解了如何制作网页。 但是很多限制。例如无法使用自己定制的用户登录, 有人知道如何使用app-engine-patch 吗? 看了看介绍 http://code.google.com/p/app-engine-patch/wiki/GettingStarted 但是对于整个结构还是不明白啊。 有人能说说 在 app-engine-patch下的开发理念吗?在这一的框架下,例如我要做最简单的helloworld.py 如何进行呢? 又 如何使用框架下的 功能自己定制用户登录呢? 不胜感激。

[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: 有没有 人知道如何使用 app-engine-patch 啊?

2009-02-15 Thread Pikaurd Chen
虽然我早知道你是中文用户 但是我还是觉得在英文社区说中文不好(即使我英文也 不好) Since I known you are a Chinese user, still I don't think that write in Chinese not well in English group.(Though my english is not as good as my chinese) 据我所知, app-engine-patch 是一个协调django和gae的东西, 很明显您不需要这 个东西, 你只要用GAE的基本框架就可以的, 除非你熟悉django或者有移植需求

[google-appengine] Re: About new Limits

2009-02-15 Thread Neves
You mean that the upload is within the 30 seconds limit? So a a user with slow connection could not upload even a 1MB file? Is that´re you saying? On 13 fev, 23:16, Dan Sanderson dansander...@google.com wrote: On Fri, Feb 13, 2009 at 6:11 PM, Will vocalster@gmail.com wrote: Is the limit

[google-appengine] Re: 有没有 人知道如何使用 app-engine-patch 啊?

2009-02-15 Thread Pikaurd Chen
http://groups.google.com/group/google-app-engine-cn-dev?hl=zh-CN GAE group in Chinese On Feb 15, 2009, at 9:14 PM, Allen wrote: 我一直在使用Google App Engine. 也理解了如何制作网页。 但是很多限制。例如无法使用自己定制的用户登录, 有人知道如何使用app-engine-patch 吗? 看了看介绍 http://code.google.com/p/app-engine-patch/wiki/ GettingStarted

[google-appengine] How to retrieve back the remote code?

2009-02-15 Thread Awflasher(GuoQirui)
I lost my local data so there's only remote data now, is there anyway to recover them for my app? I have no way to continue my development since there's no way to get back my code :( Any tips? Thanks very much! --~--~-~--~~~---~--~~ You received this message

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Allen
Hi Pikaurd, I just follow the : http://code.google.com/p/app-engine-patch/wiki/ManualInstallation [1] it's said First, grab our source code. Use the following project structure: I accordingly download and set up the Mercurial @ D:\ [2] and I build a folder test under the D:\Program

[google-appengine] How to get the real ip behind the proxy in app engine ?

2009-02-15 Thread Tom Wu
In apache. we can get the real ip behind the proxy by X-Forward-**. How to get the real ip behind the proxy in app engine ? Best Regards, Tom Wu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] Re: Newbie: AppEngine Launcher 1.1.9 broke Django

2009-02-15 Thread Alexander Kojevnikov
On Feb 16, 12:13 am, Giacecco giace...@gmail.com wrote: All, Upgrading to AppEngine 1.1.9 on my Mac OS 10.5.6 has just broken a simple Django app I have been working on for a while. See http://groups.google.com/group/google-appengine/browse_thread/thread/7b2445428b8115c2

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Pikaurd Chen
I sent a google chat invitation to you. On Feb 15, 2009, at 9:54 PM, Allen wrote: Hi Pikaurd, I just follow the : http://code.google.com/p/app-engine-patch/wiki/ManualInstallation [1] it's said First, grab our source code. Use the following project structure: I accordingly

[google-appengine] BUG: google login in firefox through Actionscript uploader

2009-02-15 Thread Danny ZI
While uploading files through firefox when using any as3 uploader the google app engine cookie for user login is not reconginzed only on this specific request all other url request work. while in expolerer or any other browser this works well --~--~-~--~~~---~--~~

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Allen
did you mean to use gtalk? On 2月15日, 下午10时08分, Pikaurd Chen chenha...@gmail.com wrote: I sent a google chat invitation to you. On Feb 15, 2009, at 9:54 PM, Allen wrote: Hi Pikaurd, I just follow the :http://code.google.com/p/app-engine-patch/wiki/ManualInstallation [1] it's

[google-appengine] Re: HELP~~~~~app-engine-patch

2009-02-15 Thread Allen
yep, I have accept it. On 2月15日, 下午10时08分, Pikaurd Chen chenha...@gmail.com wrote: I sent a google chat invitation to you. On Feb 15, 2009, at 9:54 PM, Allen wrote: Hi Pikaurd, I just follow the :http://code.google.com/p/app-engine-patch/wiki/ManualInstallation [1] it's said

[google-appengine] Re: 有没有人知道如何使 用 app-engine-patch啊?

2009-02-15 Thread Allen
ok,thanks let's talk later in gtalk. On 2月15日, 下午9时46分, Pikaurd Chen chenha...@gmail.com wrote: 虽然我早知道你是中文用户 但是我还是觉得在英文社区说中文不好(即使我英文也 不好) Since I known you are a Chinese user, still I don't think that write in Chinese not well in English group.(Though my english is not as good as my

[google-appengine] Re: HELP~~~~ user problem.

2009-02-15 Thread Allen
thanks a lot On 2月15日, 下午4时54分, Alexander Kojevnikov alexan...@kojevnikov.com wrote: On Feb 15, 6:31 pm, Allen allen.lu...@gmail.com wrote: you know ,I just following the Getting Start of Goog App. In my application folder, there're just main.py, app.yaml, and some pics. there's no

[google-appengine] Re: When do the new limits go live?

2009-02-15 Thread gg
You need to upgrade to SDK 1.1.9 to take advantage of the new limits. Version 1.1.9 - February 2, 2009 * HTTP Request and Response limit raised to 10MB from 1MB. Note that API call limits remain at 1MB. o http://code.google.com/p/googleappengine/issues/detail?id=78 * urllib

[google-appengine] Re: Time Based Automation ?? How can this be done ?/ Run a .py file every 15 min ??

2009-02-15 Thread ramu
OK Finally again googling a bit on net pays up.. I found a way out . Going to test when my code is ready http://www.wsscheduler.com *If anyone need similar task* On Feb 14, 3:39 pm, diomedes alakaz...@gmail.com wrote: Hi ramu, I have been waiting for something similar. The functionality

[google-appengine] Re: Time Based Automation ?? How can this be done ?/ Run a .py file every 15 min ??

2009-02-15 Thread ramu
EDIT : http://80.247.230.136/cronjob.htm On Feb 15, 12:14 pm, ramu rslet...@gmail.com wrote: OK Finally again googling a bit on net pays up.. I found a way out . Going to test when my code is ready http://www.wsscheduler.com *If anyone need similar task* On Feb 14, 3:39 pm, diomedes

[google-appengine] Re: thoughts on the new Loader and migration experience

2009-02-15 Thread Ubaldo Huerta
According to the docs, None should work. Try returning empty list []. def HandleEntity(self, entity): Subclasses can override this to add custom entity conversion code. This is called for each entity, after its properties are populated from CSV but before it is stored. Subclasses

[google-appengine] Re: How to retrieve back the remote code?

2009-02-15 Thread David Symonds
On Mon, Feb 16, 2009 at 12:51 AM, Awflasher(GuoQirui) awflas...@gmail.com wrote: I lost my local data so there's only remote data now, is there anyway to recover them for my app? I have no way to continue my development since there's no way to get back my code :( Any tips? Thanks very much!

[google-appengine] appcfg errno 13: Permission Denied

2009-02-15 Thread Versluys Sander
When trying to update a sample project i get following error in command prompt: C:\Program Files\Google\google_appengineappcfg.py update helloworld/ Scanning files on local disk. Initiating update. Email: versluyssan...@gmail.com Password for versluyssan...@gmail.com: 2009-02-15 19:41:53,723

[google-appengine] Verification of account impossible from Paraguay?

2009-02-15 Thread Federico Cáceres
Hello, I would like to give the App Engine a try, but I'm stuck in the Account Veritication page. In the account verification page, when I saw that the Country and Carrier dropdown gave the Other (not listed) option, I was hoping that I was going to be able to verify the account from Paraguay.

[google-appengine] Orange/Moldcell, Moldova

2009-02-15 Thread Barttos
Hello google developers, i have an question, why google app engine doesn't suport Orange/ Moldcell mobile operators from Moldova? :-/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Order/Stock Entity Groups Puzzle

2009-02-15 Thread Koen Bok
I'm trying to design a small webstore and running into some issues. I have an order that has multiple lines. If any of those lines change in quantity my stock entity should reflect that, so they should be wrapped in a transaction. But as an order can have multiple lines (referring to multiple

[google-appengine] Re: Verification of account impossible from Paraguay?

2009-02-15 Thread Alexander Kojevnikov
On Feb 16, 5:06 am, Federico Cáceres fede.cace...@gmail.com wrote: Hello, I would like to give the App Engine a try, but I'm stuck in the Account Veritication page. Fill out the SMS issues form: http://appengine.google.com/waitlist/sms_issues

[google-appengine] Re: Orange/Moldcell, Moldova

2009-02-15 Thread Alexander Kojevnikov
On Feb 16, 8:00 am, Barttos nvartolo...@gmail.com wrote: Hello google developers, i have an question, why google app engine doesn't suport Orange/ Moldcell mobile operators from Moldova? :-/ Fill out the SMS issues form: http://appengine.google.com/waitlist/sms_issues

[google-appengine] self.request.get(userHtmlInput, None) problems

2009-02-15 Thread thebrianschott
I am having no luck making with self.request.get() and None. I have found the following references, but they do not pan out for me: empty user inputs are not detected by the if clause. Please help. http://code.google.com/appengine/docs/python/tools/webapp/requestdata.html

[google-appengine] Re: Verification of account impossible from Paraguay?

2009-02-15 Thread Federico Cáceres
Thank you Alex, I didn't see that link, I'll cross my fingers :) On Feb 15, 8:22 pm, Alexander Kojevnikov alexan...@kojevnikov.com wrote: On Feb 16, 5:06 am, Federico Cáceres fede.cace...@gmail.com wrote: Hello, I would like to give the App Engine a try, but I'm stuck in the Account

[google-appengine] Consultation over a table with limit

2009-02-15 Thread Webysther
Before it seems wrong that I am speaking, I'm using google translate. :) I would hold a consultation paged records of 100 but in three tables, where I do not have to perform an inner join in the Datastore, then how could it? Detailed explanation: I have three tables: class parents: class

[google-appengine] Re: appcfg errno 13: Permission Denied

2009-02-15 Thread Barttos
Maybe UAC Control? :-/ Try do disable it. On Feb 15, 8:47 pm, Versluys Sander versluyssan...@gmail.com wrote: When trying to update a sample project i get following error in command prompt: C:\Program Files\Google\google_appengineappcfg.py update helloworld/ Scanning files on local disk.