[google-appengine] Re: java.security.AccessControlException: access denied during upload file

2009-06-11 Thread kuharski
That won't help out. You will still get the access error when you actually try and write the file. You can persist into a datastore. If I'm outside the framework i.e. JSF, then I have no problems persisting it as a file. On Apr 28, 12:03 pm, Jason (Google) apija...@google.com wrote: You may

[google-appengine] windows error 5 - access denied when put of datastore is called

2009-06-11 Thread dhaval
Everything is working fine for another application from command prompt but when i use the same from eclipse i get following dump The below comes in console window of eclipse ERROR2009-06-11 10:19:41,312 dev_appserver.py:2906] Exception encountered handling request Traceback (most recent

[google-appengine] Re: windows error 5 - access denied when put of datastore is called

2009-06-11 Thread dhaval
Is it something to do with aptana installation? On Jun 11, 10:39 am, dhaval dhavalsha...@gmail.com wrote: Everything is working fine for another application from command prompt but when i use the same from eclipse i get following dump The below comes in console window of eclipse ERROR    

[google-appengine] Cron Jobs not running

2009-06-11 Thread Brian
Hi. I have noticed that several cron jobs associated with my app have not run for several hours (they are on schedules ranging from 1 to 10 minutes. I have not changed the scripts or the cron.yaml file Is there an issue with the cron service? (it should be included in the system status

[google-appengine] Re: image protection

2009-06-11 Thread Barry Hunter
not if you have defined the images as static in your app.yaml (or similar in java) but if your images are served dynamically (using python/java) then you can. static content is served from a different system to code and so you get little control. but serving them off the code system you get

[google-appengine] Re: GAE KML support

2009-06-11 Thread Barry Hunter
yes, see how the geodatastore does it http://code.google.com/p/geodatastore/ On Jun 11, 3:27 am, buck reach...@gmail.com wrote: Is GAE able to return KML/KMZ MIME types? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[google-appengine] bcrypt on google app engine

2009-06-11 Thread Karl
Are there any implementations of bcrypt that work on google app engine? The py-bcrypt package (http://www.mindrot.org/projects/py-bcrypt/) uses a C backend, so it can't be deployed on GAE. Are there any pure Python implementations of bcrypt? Thanks, Karl

[google-appengine] Re: bcrypt on google app engine

2009-06-11 Thread Nick Johnson (Google)
Hi Karl, I'm not aware of any pure-Python implementations of bcrypt. However, pycrypto is supported on App Engine, which supports many of the same operations and algorithms. -Nick Johnson On Thu, Jun 11, 2009 at 10:09 AM, Karl kp8...@gmail.com wrote: Are there any implementations of bcrypt

[google-appengine] Re: A question about google app engine - thread id for performance profiling

2009-06-11 Thread Nick Johnson (Google)
Hi Liang Han, (Replies inline) On Thu, Jun 11, 2009 at 2:15 AM, Liang Han liang@gmail.com wrote: A simple application, which is running at the google app engine, visits the datastore, and uses the urlfetch service as well.I want to add the 6 hooks into the code to get the timestamp

[google-appengine] Re: DB design best practices

2009-06-11 Thread Nick Johnson (Google)
Hi n8gray, Excellent question! Given the amount of information you're likely to store against Players2Games (GamePlayers, perhaps?), and the number of games any one player may have, and the likely access patterns, I would suggest sticking with a separate model for it. The main lesson for using

[google-appengine] Re: Verify Your Account by SMS from Uruguay

2009-06-11 Thread Nick Johnson (Google)
Hi, Both of your accounts should now be activated. -Nick Johnson 2009/6/10 Samus_ mail2sa...@gmail.com same here, I've used the format shown at this page: http://www.howtocallabroad.com/uruguay/ both 598 9? ??? ??? and +598 9? ??? ??? none worked so please activate me manually, thank you.

[google-appengine] Re: SMS Verfication Troubles

2009-06-11 Thread Nick Johnson (Google)
Hi Knight, Your account should now be activated. -Nick Johnson On Wed, Jun 10, 2009 at 2:33 PM, Knight Samar knightsa...@gmail.com wrote: Hi, I am facing the same problem too. I have posted the SMS Issue form some 3 times, but still there hasn't been any reply or action. I have tried

[google-appengine] Re: subversion setup

2009-06-11 Thread Nick Johnson (Google)
Hi Brian, This question would probably be better directed at an SVN support forum of some sort, as it's not related to App Engine. -Nick Johnson On Wed, Jun 10, 2009 at 9:23 PM, thebrianschott schott.br...@gmail.comwrote: I have not received any response on this issue. Does anyone have a

[google-appengine] Re: Python Vs Java in GAE

2009-06-11 Thread David
I've been struggling with this issue lately, and here is my summary of the issues I dealt with in my decision: Advantages with Python: Because it has been supported longer, there is more out-of-the-box sample code which is pretty clean. Django+GAE is a nice pairing. Because Python is loosely

[google-appengine] Re: subversion setup

2009-06-11 Thread thebrianschott
Nick, Thanx. Really. But isn't the svn set up automatically by the App Engine when I deploy the application? I assumed so because the instructions are given at the following link which I presume is automatic. http://code.google.com/p/tellmestraight/source/checkout When I tried to get connected

[google-appengine] Re: subversion setup

2009-06-11 Thread Nick Johnson (Google)
Hi Brian, On Thu, Jun 11, 2009 at 1:48 PM, thebrianschott schott.br...@gmail.comwrote: Nick, Thanx. Really. But isn't the svn set up automatically by the App Engine when I deploy the application? I assumed so because the instructions are given at the following link which I presume is

[google-appengine] Re: subversion setup

2009-06-11 Thread thebrianschott
Nevermind. I think I fixed the problem. The empty directory contains the key hidden file/directory .svn/ and that told me that I had executed the svn command from the wrong place in my file system. When I redid it, the svn status command shows some files, so I think I am in business. Thank

[google-appengine] Re: Python Vs Java in GAE

2009-06-11 Thread Lawrence Fitzpatrick
I believe that the GAE team has said they are committed to both, so you can probably take them at their word and expect to just timing differences as to when feature x appears on each platform. Therefore what remains is your learning curve and the type of language you prefer. Do you know Python

[google-appengine] Cron jobs not running

2009-06-11 Thread vivpuri
I added new cron jobs couple of hours back, and now neither the new nor the existing jobs are running. All the jobs either have the schedule of every 5 minutes (UTC) or every 1 minutes (UTC) . Any idea what might be the issue here? --~--~-~--~~~---~--~~ You

[google-appengine] Re: Cron jobs not running

2009-06-11 Thread vivpuri
Okay someone else also has the same issue - http://groups.google.com/group/google-appengine/browse_thread/thread/ce7bafc0f6e7a1d5# On Jun 11, 9:40 am, vivpuri vivpu...@gmail.com wrote: I added new cron jobs couple of hours back, and now neither the new nor the existing jobs are running. All

[google-appengine] Re: Monitoring Server on GAE?

2009-06-11 Thread Barry Hunter
If what you want to monitor can be monitored by a URLfetch (a HTTP URL you want to verify), then GAE will probably work quite well. You can have a process spawed by the scheduler (aka Cron), which trys to connect to a perdertmined set of URLs. If any fail or dont return the expected result, send

[google-appengine] Re: Python Vs Java in GAE

2009-06-11 Thread neil
David, perfect summary, great post. Exactly my thoughts on this. There is also an Eclipse version for Python, not used yet. BTW: Is runtime performance comparable? Thanks On 11 Jun., 15:18, Lawrence Fitzpatrick fitzp...@gmail.com wrote: I believe that the GAE team has said they are committed

[google-appengine] Detachable Entities in 1-to-N relationship

2009-06-11 Thread Tim Wickstrom
Hello, I'm writing an app in Java with the following class definitions (pseudo-code): @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable=true) class Owner { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) private Long ownerId; // other

[google-appengine] Re: Cron jobs not running

2009-06-11 Thread vivpuri
Can someone from Google shed some light on this issue. None of my jobs have run in the past 4 hours. As you can guess, this is going to cause major data issues cause of timeouts when the jobs start again and suddenly need to process large amount of data. Thanks On Jun 11, 9:47 am, vivpuri

[google-appengine] Re: Cache-Control and Expires for static

2009-06-11 Thread Peter Ondruska
Thanks Jeff, I will definitely do this for my Python engines. Is there any similar directive I can use in Java engine? On Jun 9, 12:31 am, Jeff S (Google) j...@google.com wrote: Hi Peter, Have you tried the default_expiration configuration option and the expiration option in app.yaml? Each

[google-appengine] Persisting Objects

2009-06-11 Thread Luca
Hi, I am trying to get to grips with persisting objects to the google datastore, I have been following the Google tutorial. So the following code uses the PersistnaceManager to save an Employee instance: Employee employee = new Employee(Alfred, Smith, new Date()); PersistenceManager

[google-appengine] Re: Python Vs Java in GAE

2009-06-11 Thread Nash-t
David, Good summary but I'd add one more thing. As long as Google remains committed to GWT , without releasing a comparable widget set for all languages, I think the writing is on the wall. Already the Google Wave framework favors java. That is probably a glimpse of the future for Google, which

[google-appengine] Re: image protection

2009-06-11 Thread pranny
a few access checks I would like to know what access checks ? -- Pranav Prakash This life is more than ordinary On Jun 11, 1:32 pm, Barry Hunter barrybhun...@googlemail.com wrote: not if you have defined the images as static in your app.yaml (or similar in java) but if your images are

[google-appengine] Re: ??? Over Quota ???

2009-06-11 Thread Sebastian Aviña
Jeff, I just want to know, if you received my email with the source code, and if you can tell if you think we can solve this issue by this week, or if I should start adapting my code for a full django server instead of appengine... Thanks, -- Ing. Josué Sebastian Aviña Gonzalez.

[google-appengine] key name (String) vs key id (long) performance

2009-06-11 Thread cryb
Hello.. Is there an official position / benchmark about what type of keys issue the best performance as for queries? Are key ids (long) being looked up faster than key names (string) - assuming that both have comparable sizes in bytes? Thanks.

[google-appengine] why there is no way to build a key id?

2009-06-11 Thread cryb
Does anyone know why it is possible to build a key name but NOT a key id? I know key IDs are used as autoincrements, but why can't I just override this mechanism and build my own key id? Suppose I want to overwrite an existent entry in my table that has a key id I know, and also I want to keep

[google-appengine] Re: ??? Over Quota ???

2009-06-11 Thread Sebastian Aviña
yeah, it works fine for short spans of time, and then the error appear out of nowhere -- Ing. Josué Sebastian Aviña Gonzalez. Rectificaciones Aviña, S.A. de C.V. Administración general. Trabajo. +52 (618) 817 0949 +52 (618) 817 0709 Fax. +52 (618) 817 1894 Casa. +52 (618) 818 7327 Celular.

[google-appengine] Re: key name (String) vs key id (long) performance

2009-06-11 Thread Rodrigo Moraes
On Thu, Jun 11, 2009 at 2:19 PM, cryb wrote: Is there an official position / benchmark about what type of keys issue the best performance as for queries? Are key ids (long) being looked up faster than key names (string) - assuming that both have comparable sizes in bytes? There's no

[google-appengine] Re: ??? Over Quota ???

2009-06-11 Thread Jeff S (Google)
Hi Sebastian, I did receive the source code and we should be able to alleviate the situation soon for your app and for the other app which was experiencing a similar issue (I linked to that thread in an earlier email). This is an extremely rare case in which parts of your code trigger an issue on

[google-appengine] Re: alternative to self.redirect(users.create_login_url(self.request.uri))

2009-06-11 Thread Andy Freeman
The URL you supply needs to be absolute ('http://mysite.com/choose_user.html'), not relative ('choose_user.html' or '/choose_user.html'). Is the documentation wrong? From http://code.google.com/appengine/docs/python/users/functions.html dest_url can be full URL or a path relative to your

[google-appengine] Re: Cron jobs not running

2009-06-11 Thread NewOrbit
This is affecting our application as well. Cron died sometime shortly after 2009/06/11 05:45:57 UTC. On Jun 11, 9:47 am, vivpuri vivpu...@gmail.com wrote: Okay someone else also has the same issue -http://groups.google.com/group/google-appengine/browse_thread/thread/... On Jun 11, 9:40 

[google-appengine] I changed my gmail account, and now I can't verify account by sms

2009-06-11 Thread Luis
Hi everybody, I have the following problem: I changed my old gmail account moranl...@gmail.com to lemo...@gmail.com (this one). I created an application moranluis with moral...@gmail.com and I can't delete it. So the problem is that I can't create a new application under lemo...@gmail.com

[google-appengine] JSF not rendering on appengine

2009-06-11 Thread Trixtan
Hello!!! I am trying to get JSF + Facelets working in appengine. Well in local it goes super, but when I try to call the same page on the uploaded application, JSF doesn't render. Maybe anyone has had the same issue??? Thanks Enrico --~--~-~--~~~---~--~~ You

[google-appengine] Re: Cron Jobs not running

2009-06-11 Thread chewbocka
same here, the last one I've seen fire off was 10:00 UTC this morning. On Jun 11, 2:24 am, Brian bsmcconn...@gmail.com wrote: Hi. I have noticed that several cron jobs associated with my app have not run for several hours (they are on schedules ranging from 1 to 10 minutes. I have not

[google-appengine] Re: Cron Jobs not running

2009-06-11 Thread chewbocka
same here, everything seems to be down but the times they stopped running differ. On Jun 11, 2:24 am, Brian bsmcconn...@gmail.com wrote: Hi. I have noticed that several cron jobs associated with my app have not run for several hours (they are on schedules ranging from 1 to 10 minutes. I

[google-appengine] Re: Cron jobs not running

2009-06-11 Thread Philippe
only 2 persons reported that issue. then, I will be the 3rd one .. Last time a cron job worked for me was : 06-11 12:16AM I hope someone at google can solve it, starts to be long :/ On Jun 11, 5:39 pm, vivpuri vivpu...@gmail.com wrote: Can someone from Google shed some light on this issue. None

[google-appengine] Re: image protection

2009-06-11 Thread Wooble
The traditional method is to check if the referer header is from another domain and if it is, don't serve the image. On Jun 11, 12:57 pm, pranny pra...@gmail.com wrote:  a few access checks I would like to know what access checks ? -- Pranav Prakash This life is more than ordinary On

[google-appengine] Re: Monitoring Server on GAE?

2009-06-11 Thread shlomo
Thanks for the pointers, Barry. I was thinking of something more comprehensive, something along the lines of Munin or Cacti, which collects the data and also displays dashboards, implemented in Python or Java (obviously) for GAE. It seems like an ideal use case for GAE: - low bandwidth -

[google-appengine] View this page Google App Engine Open Source Projects

2009-06-11 Thread Jason (Google)
Added two open source projects Click on http://groups.google.com/group/google-appengine/web/google-app-engine-open-source-projects - or copy paste it into your browser's address bar if that doesn't work. --~--~-~--~~~---~--~~ You received this message because

[google-appengine] Re: A question about google app engine - thread id for performance profiling

2009-06-11 Thread Andy Freeman
While one instance has only one thread, there could be many instances serving the same number of clients simultaneously. Yes, and those separate instances are not threads, they're processes. More important, they may be running on different machines, so neither thread ids nor process ids are

[google-appengine] 503 errors from urlfetch.fetch(query)

2009-06-11 Thread michael
this seemed to coincide with the recent maintenance event http://googleappengine.blogspot.com/2009/06/changing-quotas-to-keep-most-apps.html any help? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: key name (String) vs key id (long) performance

2009-06-11 Thread cryb
Hi Rodrigo.. Indeed, what you said is correct... however, bigtable internals can use different optimizations/lookup algorithms/key structure representation for different key types like key ids and key names (even if their logical structure appears to be identical)... Please note that I don't say

[google-appengine] Re: key name (String) vs key id (long) performance

2009-06-11 Thread Rodrigo Moraes
On Thu, Jun 11, 2009 at 4:52 PM, cryb wrote: Hi Rodrigo.. Indeed, what you said is correct... however, bigtable internals can use different optimizations/lookup algorithms/key structure representation for different key types like key ids and key names (even if their logical structure appears

[google-appengine] Cron always shows Hasn't run yet

2009-06-11 Thread Kyle Jensen
I just updated my project with a new cron job and now none of my cron jobs will work. They are correctly parsed and show up in the dashboard, but always have Hasn't run yet I even set them to every 1 minute, just to force them, without luck! Any suggestions? (Previous to this, we've

[google-appengine] Re: DB design best practices

2009-06-11 Thread n8gray
On Jun 10, 5:21 pm, Tony fatd...@gmail.com wrote: The biggest question I wished I'd asked myself before designing my app is: what sorts of models will I want to update together in transactions?  Because in Datastore you can only run transactions on entities in the same entity group (meaning

[google-appengine] Re: Cron jobs not running

2009-06-11 Thread Piotr Sikora
Same here: every 1 minutes (UTC) 2009/06/11 07:09:57 on time Success It's quite strange that they stopped working on differnet times. On 11 Cze, 20:39, Philippe philippe.cr...@gmail.com wrote: only 2 persons reported that issue. then, I will be the 3rd one .. Last time a cron job worked for

[google-appengine] Request on diffrent tcp port

2009-06-11 Thread ratchet
Hi everyone Is it possible to make HTTP requests on other ports than 80 and 443, preferably with pyhton. I really need to make requests on port 8080. Pls help! thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Cron Trouble

2009-06-11 Thread Kyle Jensen
Ditto -- cron is not running for me On Jun 11, 3:27 pm, Brian bsmcconn...@gmail.com wrote: My cron jobs have stopped running for no apparent reason. I have not changed the apps, and when I go to view cron status in the console it shows that it has not tried to run them. This has been the case

[google-appengine] Re: DB design best practices

2009-06-11 Thread n8gray
Hi Nick, On Jun 11, 4:19 am, Nick Johnson (Google) nick.john...@google.com wrote: Hi n8gray, Excellent question! Given the amount of information you're likely to store against Players2Games (GamePlayers, perhaps?), and the number of games any one player may have, and the likely access

[google-appengine] Using __key__ and SearchableModel

2009-06-11 Thread acuth
Hi everyone, just caught up with one of those Google IO videos about developing apps on GAE. I was already using separated out index-blocks so that I could restrict what was indexed for SearchableModel. Now I just want to return the keys rather than the object themselves. Does anybody know if

[google-appengine] Re: server error 500 update_indexes

2009-06-11 Thread Jeff S (Google)
Hi chemuto, At this point we're considering requests for more than 100 indices on a case-by-case basis, would you mind sending me your index config file (email would be fine)? Thank you, Jeff On Wed, Jun 10, 2009 at 6:38 AM, chemuto chem...@gmail.com wrote: Hi Jeff, It seems to be working

[google-appengine] Re: Cron Jobs not running

2009-06-11 Thread Kyle Jensen
ditto, cron is down for me --~--~-~--~~~---~--~~ 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 this group, send email to

[google-appengine] Naked domains and Network Solutions

2009-06-11 Thread Bemmu
I am trying to use Google App Engine to host my pre-existing site, and got it to work on fi.bemmu.com, but not bemmu.com. I discovered App Engine does not support naked domains like bemmu.com, and in the instructions I was told to forward bemmu.com to fi.bemmu.com (I use fi instead of www). My

[google-appengine] Re-orgranize user data: w or w/o view?

2009-06-11 Thread mclovin
I wrote up a prototype for an application in python and was porting it over to django/app_engine. One of the main routines of my program though is that it goes in and modifies user data. I know I probably shouldn't write a view for this because nothing is being viewed (it is entirely backend) so

[google-appengine] Re: urlFetch does not retrieve accentuated characters ?

2009-06-11 Thread Alain de Raynal
Here is a simple fix to the jsp page from the previous post: BufferedReader in = new BufferedReader(new InputStreamReader(content,ISO-8859-1)); Thanks Yohann! On Mon, Jun 8, 2009 at 10:04 PM, Alain de Raynal aderay...@gmail.comwrote: Below is a short jsp page that illustrates the problem I'm

[google-appengine] entity at the front of index, should not be there, WILL NOT MOVE.

2009-06-11 Thread Ben Nevile
Okay, I'm just going to leave my app in a broken state so that someone from Google can look at this. I've been dealing with these broken indices for a long time. Shouldn't we be able to trust the indices? Here's a link in the datastore explorer to the GQL query that's messed up. Hopefully a

[google-appengine] Re: image protection

2009-06-11 Thread pranny
Aah yea, great. Thanks :-) On Jun 11, 11:34 pm, Wooble geoffsp...@gmail.com wrote: The traditional method is to check if the referer header is from another domain and if it is, don't serve the image. On Jun 11, 12:57 pm, pranny pra...@gmail.com wrote:  a few access checks I would

[google-appengine] Re: Cron Trouble

2009-06-11 Thread frog
It seems I have same problem. app ID: wea-srv I set up to run scripts every 5 and 6 minutes, but it doesn't work (Hasn't run yet) already at least for 6-8 hours. On May 15, 9:52 pm, Jason (Google) apija...@google.com wrote: Hi Alex. Can you share your app ID so I can take a closer look?

[google-appengine] Re: Naked domains and Network Solutions

2009-06-11 Thread Bagicha L
how do i get it my app say 'blah' hosted at blah.appspot.com to say something like blah.mydomain.com? looks like you have it working? thanks! On Jun 11, 5:01 pm, Bemmu bemmu@gmail.com wrote: I am trying to use Google App Engine to host my pre-existing site, and got it to work on

[google-appengine] Re: Naked domains and Network Solutions

2009-06-11 Thread Antoniov
On 6月12日, 上午8时01分, Bemmu bemmu@gmail.com wrote: tells me that Web Forwarding cannot point to its parent domain I didn't see how this could happen, what you did was fowarding a parent domain to a child domain, NOT backwards. Did you try to foward fi.bemmu.com to bemmu.com? If not,

[google-appengine] Re: Re-orgranize user data: w or w/o view?

2009-06-11 Thread Antoniov
Just password protect it, or use a cron job. App Engine Console could be helpful too. http://con.appspot.com On 6月12日, 上午9时03分, mclovin hanoo...@gmail.com wrote: I wrote up a prototype for an application in python and was porting it over to django/app_engine. One of the main routines of my

[google-appengine] Re: why there is no way to build a key id?

2009-06-11 Thread Antoniov
Use the code: s = Story(key_name=xzy123) Then you create an entity with the key name xzy123. Check this: http://code.google.com/intl/en-US/appengine/docs/python/datastore/keysandentitygroups.html On 6月12日, 上午1时28分, cryb cbuti...@gmail.com wrote: Does anyone know why it is possible to build a

[google-appengine] Re: Naked domains and Network Solutions

2009-06-11 Thread nearmars
@Bemmu If I understand your question correctly you want to redirect incoming traffic to your naked domain (bemmu.com) to your gae domain (fi.bemmu.com). I would use a .htaccess file mod_rewrite. Like: RewriteEngine on RewriteRule (.*) http://fi.bemmu.com [R=301,L] Here's a cheat sheet for

[google-appengine] Re: Using __key__ and SearchableModel

2009-06-11 Thread Antoniov
SELECT [* | __key__ ] FROM entity [WHERE condition [AND condition ...]] [ORDER BY property [ASC | DESC] [, property [ASC | DESC] ...]] [LIMIT [offset,]count] [OFFSET offset] [HINT (ORDER_FIRST | HINT FILTER_FIRST | HINT ANCESTOR_FIRST)] Is this what you're looking for? On

[google-appengine] How to access object passed by HTML in python

2009-06-11 Thread Gaurav
Hi, I want to pass the values to insert query in python. I am passing a xml file as input so that python will read the input from XML and insert the values in tables on google app engine. I am facing a blocker where I am not getting the object of that file uploader in python. Has anybody worked

[google-appengine] How to access form input where type=File

2009-06-11 Thread Gaurav
Hi, I am using google app engine and i intend to read an XML file provided by HTML. I saw the standard example on google app engine doc. I am also using the HTML form and input type is File. So now I want to read the attributes of XML which is browsed and submitted by HTML. Pls help.

[google-appengine] アプリケー ションのアップ

2009-06-11 Thread Matu01
”appcfg.py”でアプリケーションをアップしたいのですが上手くできません。 当方の環境(企業)はプロキシーなので、プロキシーはセットしました。 どうもアップしようとしているサイトが違うような気がしますが、”appcfg.py”ではサイトを指定できません。エンタープライズ版で独自のドメイ ンになっています。 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App