Re: [google-appengine] multiple domains on GAE

2012-08-07 Thread Ego008

Bind usemame.site.com to your app and use URL map in your code.

http://saepy.sinaapp.com

在 2012-8-7,22:05,Mehmet Kose mehmetkose...@gmail.com 写到:


Hi.
I want to use multiple domains on google app engine, with webapp or  
tornadoweb.

for example:

the actual url: http://site.com/user/username

I want to show it: http://username.site.com

Is this possible? How do I need to make an configuration.
thanks a lot.
--
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/-/KLnbtuU1MNEJ 
.
To post to this group, send email to google- 
appeng...@googlegroups.com.
To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en 
.


--
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Unique Integer ID for a non primary key field for Entities in Google App Engine

2012-08-07 Thread Ego008

You can define the Id and use a counter to increase.


http://saepy.sinaapp.com

在 2012-8-7,20:08,Neo rising.ind...@gmail.com 写到:


Hi Jeff,

Actually my requirement is that , Whenever I save a new entity, the  
id field should get autogenerated. If I have to do it on my own (as   
you suggested DatastoreService.allocateIds()), how do we handle  
scenarios like two threads on different machines trying to store the  
newly created entites in the datastore (thereby trying to assign  
different ids). I am not well versed with all the concepts. If you  
can please elaborate, that would be really useful. And you are right  
in guessing that I need the shortest possible value. Hashes, I  
suppose are not guaranteed to be unique for two different arbitrary  
strings.


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 https://groups.google.com/d/msg/google-appengine/-/sO0eNtmB784J 
.
To post to this group, send email to google- 
appeng...@googlegroups.com.
To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en 
.


--
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] SMALLEST and FASTEST Template Engine on Python

2012-04-30 Thread ego008
tenjin is fastest.

2012/4/29 Anand Mistry amis...@google.com

 Also, jinja2 has C-accelerated escaping (via markupsafe) in python27,
 which should add to the speed.


 On Wednesday, 25 April 2012 20:09:07 UTC+10, Takashi Matsuo (Google)
 wrote:

 Hi Ayan,

 I have not tried it myself yet, but how about tenjin?
 http://www.kuwata-lab.com/**tenjin/ http://www.kuwata-lab.com/tenjin/

 Besides that, if you can use python2.7 runtime, jinja2 is now bundled
 in the SDK, and should be fast thanks to its bytecode cache, which is
 only available with python2.7 runtime.

 However, in most cases, the difference here might be negligible
 compared to the cost of various RPCs.

 -- Takashi

 On Wed, Apr 25, 2012 at 6:36 PM, Ayan Debnath ios...@gmail.com wrote:
  Dear Friends,
 
 
  Can you please suggest me which one is the SMALLEST and FASTEST template
  engine for Google App Engine on Python2.5 and Python2.6 ?
 
  I am looking for the SMALLEST and FASTEST.
 
  Thank you
  Ayan Debnath
 
  --
  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 google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscribe@**googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/**group/google-appengine?hl=enhttp://groups.google.com/group/google-appengine?hl=en
 .

 --
 Takashi Matsuo | Developer Advocate | tmat...@google.com **| 03-6384-9224

--
 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/-/TyRsx4_k01QJ.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
小脚丫.宝宝微博  http://gobaby.sinaapp.com/
SAE cms  http://ggbb.sinaapp.com/
SAE python tornado blog  http://saepy.sinaapp.com/
GAE-BBS http://www.xibu.biz

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Why I think it's the time to leave GAE.

2011-09-09 Thread ego008
希望你的努力有效[?]

2011/9/10 keakon lolicon kea...@gmail.com

 I got 50k Datastore Reads on Sep. 8 again, but CPU time just increased from
 0.3 to 0.35.
 The memcache hit ratio also increased from 55% to 56%, but not scale
 enough.
 I think the only way I can keep it under 50k is prevent all spiders.

 I also have doubt about the instance hours. I have set the max idle
 instances to 1, min pending latency to 15s. The QPS never went up to 1, no
 request spent more than 1 second, but every day it used a little more than
 24 hours (24.06 ~ 24.29 hours).
 I hope I can set the max idle instances to 0.

 --
 keakon

 My blog(Chinese): www.keakon.net
 Blog source code: https://bitbucket.org/keakon/doodle/



 On Wed, Sep 7, 2011 at 7:17 PM, John supp...@weespr.com wrote:

 But part of what you are getting with App Engine is the ability to scale
 when you need to without having to completely re-architect

 That's kind of ironic. To start with app engine YOU HAVE to completely
 re-architect the app to accommodate App Engine (compared to every other
 platform/framework out there).

  --
 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/-/cYtd6BhdQJYJ.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
GAE BBS http://gae-bbs.appspot.com/ http://www.xibu.biz

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

360.gif

Re: [google-appengine] Re: Why I think it's the time to leave GAE.

2011-09-09 Thread ego008
Hmhm, tell us when you have successfully set the max idle instances to 0.

2011/9/10 keakon lolicon kea...@gmail.com

 I got 50k Datastore Reads on Sep. 8 again, but CPU time just increased from
 0.3 to 0.35.
 The memcache hit ratio also increased from 55% to 56%, but not scale
 enough.
 I think the only way I can keep it under 50k is prevent all spiders.

 I also have doubt about the instance hours. I have set the max idle
 instances to 1, min pending latency to 15s. The QPS never went up to 1, no
 request spent more than 1 second, but every day it used a little more than
 24 hours (24.06 ~ 24.29 hours).
 I hope I can set the max idle instances to 0.

 --
 keakon

 My blog(Chinese): www.keakon.net
 Blog source code: https://bitbucket.org/keakon/doodle/



 On Wed, Sep 7, 2011 at 7:17 PM, John supp...@weespr.com wrote:

 But part of what you are getting with App Engine is the ability to scale
 when you need to without having to completely re-architect

 That's kind of ironic. To start with app engine YOU HAVE to completely
 re-architect the app to accommodate App Engine (compared to every other
 platform/framework out there).

  --
 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/-/cYtd6BhdQJYJ.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
GAE BBS http://gae-bbs.appspot.com/ http://www.xibu.biz

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: CMS for GAE

2011-05-24 Thread ego008
what about gae-django-cms.appspot.com?
code http://code.google.com/p/gae-django-cms/

-- 
GAE BBS http://gae-bbs.appspot.com/ http://www.xibu.biz

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Image Upload

2010-10-26 Thread ego008
you can do it step by step here

http://code.google.com/intl/en/appengine/docs/python/images/usingimages.html

http://code.google.com/intl/en/appengine/docs/python/images/usingimages.html
 GAE Geek http://gaefons.appspot.com/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Register more than 10 app

2010-10-26 Thread ego008
No way


GAE Geek http://gaefons.appspot.com/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] The API call mail.Send() took too long to respond and was cancelled.

2010-10-11 Thread ego008
I here is well done  http://gaefons.appspot.com/

2010/10/12 Jamie H ja...@mhztech.com

 Looks like I spoke too soon about the fix.  I just sent 24 emails and
 received this error 9 times.  Looks like it is still here and worse
 than ever.  I send my emails via a task, so they are resent upon
 error, however the previous poster indicated that despite this
 exception the emails are sent.. meaning I am sending about 33%
 duplicate emails.

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] contact the App Engine team.

2010-10-11 Thread ego008
post your ms here
http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport

GAE Fans http://gaefons.appspot.com/
http://gaefons.appspot.com/
2010/10/12 Jamie H ja...@mhztech.com

 Dearest app engine team,

 I received this error again last night.  At the time I received it my
 app had no load at all.  Leaving me to believe this is a cold start
 issue.  Appid: comerica-tt .  Running python+webapp

 Request was aborted after waiting too long to attempt to service your
 request. This may happen sporadically when the App Engine serving
 cluster is under unexpectedly high or uneven load. If you see this
 message frequently, please contact the App Engine team.

 Says to contact the app engine team so I am trying to do just that.

 Thanks in advance!

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




--

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread ego008
Same here. http://gaefons.appspot.com/

2010/9/22 James Saull james.sa...@gmail.com

 I am using Django as is bundled by default by GAE and I am getting
 failures again today. It happened for most of yesterday - was fine
 this morning and now failing again. Even the simple pages which
 normally take a few cpu cycles. I can access the dashboard and view my
 data from there no problem.

 On Sep 22, 3:18 pm, Blixt andreasbl...@gmail.com wrote:
  It's probably part due to using Django 1.1, since you are the third
  person reporting this problem using Django 1.1 (assuming you are using
  it :)
 
  On Sep 22, 3:52 pm, Fredrik Bonander carl.fredrik.bonan...@gmail.com
  wrote:
 
 
 
   Same here. Could this be related to using django 1.1?
 
   ..fredrik
 
   On Sep 22, 2010, at 11:10 AM, Blixt wrote:
 
Yup, same here. Maybe related to:
-
 http://groups.google.com/group/google-appengine/browse_thread/thread/...
and
-
 http://groups.google.com/group/google-appengine/browse_thread/thread/...
 
On Sep 22, 3:52 am, Eric Ka Ka Ng ngk...@gmail.com wrote:
Have great troubles in serving requests today, even with the very
 simple one
which usually takes 50ms!! What's wrong with GAE? Any system
 maintenance or
incident happening?
 
here is one of the log
 
 500 10530ms 0cpu_ms 0kb
09-21 06:48PM 05.643
 
Request was aborted after waiting too long to attempt to service
 your
request. This may happen sporadically when the App Engine serving
cluster is under unexpectedly high or uneven load. If you see this
message frequently, please contact the App Engine team.
 
- eric
 
--
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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
For more options, visit this group athttp://
 groups.google.com/group/google-appengine?hl=en.
 
   --
   Fredrik Bonander
   carl.fredrik.bonan...@gmail.com
   +46 70 943 5441
 
   - the infinite power of the creative mind -

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
GAE粉丝团 http://gaefons.appspot.com/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Google App Engine isn't working for few days already :\

2010-07-31 Thread ego008
some service do not work

http://keb-log.appspot.com is well done
http://keb-log.appspot.com
2010/7/31 Zippoxer zippo...@gmail.com

 For this address http://appgallery.appspot.com I get: The link is
 broken.
 I have 3MB internet connection, the speed is fine. I think it's
 because I live in Israel :\

 On Jul 31, 12:12 pm, Tim Hoffman zutes...@gmail.com wrote:
  Hi
 
  Unless you are getting a google error,I would suggest its probably
  your connection.  I have a number of apps running and all
  are running fine and are accessible. What can you see in the logs in
  your dashboard.
 
  If you can't get to your dashboard then it is definitely your network
  connection (isp, country ??) unless you are getting an Erro 500 page
  from google.
 
  T
 
  On Jul 31, 4:58 pm, Zippoxer zippo...@gmail.com wrote:
 
 
 
   I tried accessing applications at appspot.com, and even my application
   isn't working.
   What's going on?

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




--

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] using my own domain name for my app

2010-06-09 Thread ego008
http://my-top100.appspot.com/
http://www.my-top100.com/

2010/6/9 masouras masou...@gmail.com

 I 've read extensively, and previously set-up, apps with my own domain
 name, but I encountered this situation that I am not sure how to
 tackle:

 My company owns and operates our domain - let's call it mycompany.com.
 We 'd like to point foo.mycompany.com to our GAE app. However, if I
 set-up mycompany.com with Google Apps (which is a requirement), will
 google take over any other DNS for *.mycompany.com, or *only*
 foo.mycompany.com ?

 In other words, if I set-up mycompany.com with google apps, will any
 changes occur to how *.mycompany.com - or even mycompany.com resolves
 to the outside world?

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




--

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Google Profile API

2010-06-09 Thread ego008
no way ,read more
http://code.google.com/intl/zh-CN/appengine/docs/users/

2010/6/9 Jeevan jeevan.don...@gmail.com

 Hello all,
 Am Jeevan and am doing a project on Google Profile API.
 The objective of my application is I need to fetch the profile of all
 the users who are in a particular domain, and then display the
 information of the users of that particular domain in the Google Apps,
 and I have to deploy this application in the Google App Engine.
 Please help me to under stand the XML API.

 Thanks a lot in advance

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
see me http://my-top100.appspot.com/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: HTTP500s once again

2010-06-09 Thread ego008
I often encounter error 500

2010/6/10 Jaroslav Záruba jaroslav.zar...@gmail.com

 On Wed, Jun 9, 2010 at 9:54 PM, r...@miumeet.com r...@miumeet.com wrote:

 Yes we see it too. And this is really annoying.

 I'd expect much better quality / uptime from google.
 I know they are not charging us for datastore downtime
 since the beginning of June, but that's not enough.
 I'd rather pay double but have a couple of nines more.
 Our products are seriously impacted and I really
 wonder if I should keep my stuff running on appengine,
 because it is so unreliable.


 I thought it would be OK before I finish the project I'm currently working
 on and start the new one, where reliability actually matters.
 As that moment gets closer and closer, and given how long this situation
 lasts, I'm becoming less and less optimistic, and more and more worried. :(


 Google has so many engineers, I can't believe those
 thousands and thousands of the smartest people
 can't build something more stable. It seems like
 the appengine team is highly understaffed or something.


 I hope the reason is not GAE staff being busy adding PHP support. :P

 Cheers


 Regards
   J. Záruba

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
http://my-top100.appspot.com

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Google app Engine Deployment: Limits 3000 Files

2010-06-05 Thread ego008
add it in your app.yaml

application: my-top100
version: 1
runtime: python
api_version: 1
skip_files: |
 ^(.*/)?(
 (app\.yaml)|
 (app\.yml)|
 (index\.yaml)|
 (index\.yml)|
 (#.*#)|
 (.*~)|
 (.*\.py[co])|
 (.*/RCS/.*)|
 (\..*)|
 (.*/\.svn/.*)|
 (.*/Thumbs\.db)|
 )$

2010/6/5 dwvsdv svsdv mr.myk...@gmail.com

 Hey,
 Yep, I understood your solution.
 Thanks in advance.
 Tam Tran

 On 5 Tháng Sáu, 00:37, jeffrey jeff...@zemericks.com wrote:
  If you're using one of the svn Eclipse plugins, you might be
  publishing the .svn directories, too. That happened to me. Not sure
  how I fixed it but I did...
 
  On Jun 4, 7:09 am, dwvsdv svsdv mr.myk...@gmail.com wrote:
 
 
 
   Dear all,
   I have the pbroblem, when I deploy my application to Google App Engine
   by Eclipse.
   They said I reach to 3000 limits. Eclipse said I have 3600 Files in
   project. But when I check my Project Folder, it just contains 1800
   files.
   I don't know why there are so many files.
   Could anyone have this experience share me?
   What really files will deploy to Google App Engine?
   Thanks and Regards,
   Tam Tran- Ẩn nội dung trích dẫn -
 
  - Hiển thị văn bản được để trong dấu trích dẫn -

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
see me http://my-top100.appspot.com/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] 500 Server Error

2010-06-04 Thread ego008
try view it again after some time

2010/6/3 Snoopy tootoo1...@gmail.com

 http://tootoo1993.appspot.com
 Error: Server Error
 The server encountered an error and could not complete your request.If
 the problem persists, pleasereportyour problem and mention this error
 message and the query that caused it.
 but this url works http://1.latest.tootoo1993.appspot.com

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
see me http://my-top100.appspot.com/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Review my App

2010-06-04 Thread ego008
have a test

2010/6/3 yhook7 yho...@gmail.com

 I recently created http://buzzviasms.appspot.com

 I would appreciate if I could get some feedback, and/or suggestions

 Thanks,

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
如果看腻了好123导航,可以看一下这个养眼 http://my-top100.appspot.com/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: google app engine blog application

2010-05-09 Thread ego008
http://gae-django-cms.appspot.com/detail/33002/GAE



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://gae-django-cms.appspot.com/
projects http://code.google.com/p/gae-django-cms/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Add Google App Engine application to iGoogle

2010-03-20 Thread ego008
http://gae-django-cms.appspot.com/cms/show_article/64004.html

2010/3/19, Taj arefin.ta...@gmail.com:
 Hi,
 I want to show my application GAE application in iGoogle.
 Can it be done? If yes please let me know the process

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://gae-django-cms.appspot.com/
projects http://code.google.com/p/gae-django-cms/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Deleting indexes in my application.

2009-11-06 Thread ego008
2009/11/6 Jeff S (Google) j...@google.com

 Hi Prawyn,

 I'm wondering if this app is getting close to the default limit of 100
 indexes. How many indexes does it have and does this app need a higher
 limit?

 Thank you,

 Jeff

 On Wed, Nov 4, 2009 at 11:42 PM, Prawyn prawyn.mo...@gmail.com wrote:


 Hi,
 There are lot of indexes that are in building state for more than an
 hour now. Can you please mark that indexes as error so that I can
 vacuum that indexes..

 My app id is : prawyn-test

 Thanks,
 Prawyn




 



-- 
http://www.anti-virusnow.com/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is deployment times limited?

2009-11-05 Thread ego008
yes


2009/11/6 Nguyễn Kim Kha nkim...@gmail.com


 I open Quota Details, and see my Deployments is 6 of 1000. Is the
 deployment times limited?
 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://gae-django-cms.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Specifying App Engine Server Locations

2009-11-04 Thread ego008
NO

2009/11/5 Stephen sdea...@gmail.com




 On Nov 4, 4:07 pm, Nick T n...@blasttheory.co.uk wrote:
  Hi - We're working on a project that requires we can specify only
  servers located within the European Union.
 
  Is this possible with Google App Engine?


 Please star this issue:

http://code.google.com/p/googleappengine/issues/detail?id=193

 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://gae-django-cms.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: More than 10 applications

2009-11-02 Thread ego008
NO way

2009/11/3 Eli eli.jo...@gmail.com


 A proper solution might be to sign up each client for an AppEngine
 account and set their application up under that.

 On Nov 1, 11:44 pm, Chris chris.slink...@gmail.com wrote:
  I'm looking to use Google App Engine to launch some GWT based
  solutions for clients. However, I can't help but see the inherent
  problem of running out of applications. Once I've hosted 10
  applications how can I host the 11th?
 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://cmsdome.appspot.com/
docs http://gae-django-cms.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Can the Django installed with GAE work independently

2009-11-02 Thread ego008
use app-engine-patch

2009/11/3 Yan Wang vont...@gmail.com


 Hi I am a new fish for Python, Django and GAE. I am trying to follow
 the Django Tutorial's instruction.

 I have installed GAE to my XP OS and everything is OK from coding to
 publish. I suddenly wonder could I just use the Django .96 installed
 alone with GAE to develop my general website other than a GAE website.


 I added the Django path in GAE to the system path.
 D:\Program Files\Google\google_appengine\lib\django\django\bin\

 Also revised the register to add this to PYTHONPATH.
 HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5\PythonPath

 It seemed nothing I can do about it anymore, then I tried to verify
 whether Django is available for using by:

  import django

 Traceback (most recent call last):
  File pyshell#0, line 1, in module
import django
 ImportError: No module named django

 Then what should I do with this situation?
 What other information I need to provide to figure the problem?
 Thanks!

 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://cmsdome.appspot.com/
docs http://gae-django-cms.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: 求救:我的Google A pp Engine出错误了!

2009-10-08 Thread ego008
app_id

2009/10/7 皇家元林 hjy...@gmail.com

 管理员,我的Google App Engine出错啦!
 上传不了micolog博客,怎么办?
 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://cmsdome.appspot.com/
docs http://gae-django-cms.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: 1000 entity limit?

2009-09-17 Thread ego008
use other way overcome

2009/9/17 Nick Johnson (Google) nick.john...@google.com

 Hi Locke,

  On Tue, Sep 15, 2009 at 6:15 PM, Locke locke2...@gmail.com wrote:


 I would not be returning thousands of rows to users. This would be for
 background tasks executed via cron.

 The hard limits appengine imposes (30 seconds, 1000 query results,
 etc.) all seem quite reasonable for interactive apps, but for non-
 interactive background tasks, it looks like a lot of hacking will be
 required to get around those limits.


 Splitting your background tasks into small chunks is a good practice in
 general. It means that (often) they can be processed in parallel, and
 doesn't require arbitrarily long running processes to sort through your
 data. This is the approach taken by frameworks like MapReduce.

 -Nick


 It would be nice if appengine were to someday support longer-running,
 bigger background tasks. Until then, it sounds like we will have to
 basically hash our datastores, chain TaskQueue operations, and do
 other shenanigans if we want to run big background jobs.



 On Sep 15, 11:21 am, Nick Johnson (Google) nick.john...@google.com
 wrote:
  Hi Locke,
  If you want to write such a wrapper, you're quite welcome to - it's
  certainly not a violation of the TOS or anything like that. We'd
 encourage
  you to examine why you need to do this, though - do you really need to
  return several thousand results in a single request? Will your users be
 able
  to use an interface that includes thousands of items?
 
  -Nick
 
 
 
  On Tue, Sep 15, 2009 at 3:53 PM, Locke locke2...@gmail.com wrote:
 
   Interesting. That seems kinda tedious.
 
   So suppose someone were to write a wrapper around the datastore get
   API that handled the 1000 entity limit by automatically splitting
   queries into 1k groups, but returned them seamlessly to the user as if
   they were one query. Would that be a violation of the appengine TOS?
   Would users of such a wrapper risk having their app shut off?
 
   On Sep 15, 12:48 am, 风笑雪 kea...@gmail.com wrote:
You can sort the entities by __key__, and get the first 1000
 entities.
Then add a filter for __key__ that bigger(or smaller) than the
 1000th
entity, to get 1001st to 2000th entities, and so on.
 
2009/9/15 Locke locke2...@gmail.com:
 
 From the documentation: maximum number of entities in a batch
 get:
 1000
 
 Does this mean that if I have say 5000 accounts which I am keeping
 track of in the datastore, and I do a query to list all of them,
 it
 would not work? I would have to do five queries in a row, hard
 coding
 distinct queries to get account numbers 0-999, 1000-1999,
 2000-2999,
 3000-3999, and 4000-4999?
 
  --
  Nick Johnson, Developer Programs Engineer, App Engine
  Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
 Number:
  368047




 --
 Nick Johnson, Developer Programs Engineer, App Engine
 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
 368047

 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://cmsdome.appspot.com/
docs http://gae-django-cms.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Fetching gzipped resource, but comes out unzipped.

2009-08-13 Thread ego008
use zipserve
from google.appengine.ext import zipserve

2009/8/13 edvakf taka.atsu...@googlemail.com


 I found the part of the code where gzip file was magically unzipped.

 /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
 GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
 google/appengine/api/urlfetch_stub.py
 =
if http_response.getheader('content-encoding') == 'gzip':
  gzip_stream = StringIO.StringIO(http_response_data)
  gzip_file = gzip.GzipFile(fileobj=gzip_stream)
  http_response_data = gzip_file.read()
response.set_content(http_response_data[:MAX_RESPONSE_SIZE])
 =

 I wonder it's a good behavior. The downloaded data is less than 1MB,
 but since the unzipped data is more than that, it's truncated.

 I believe truncation should occur only when the downloaded data is
 more than 1MB.
 What does everyone think?
  



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://www.19tm.cn/ or http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: google-app-engine-django

2009-08-13 Thread ego008
Concern the project too

2009/8/12 Ian Lewis ianmle...@gmail.com


 Andy,

 I believe the project's goal was to support django 1.0 on appengine
 but since 1.0 is now available there isn't much point to continuing
 the project. I think that the appengine folks plan to have django
 available on appengine without using google-app-engine-django

 Ian

 On Wed, Aug 12, 2009 at 7:31 PM, Andya...@robotlovesyou.com wrote:
 
  Hello
 
  Does anyone know what the current status of the google-app-engine-
  django project at http://code.google.com/p/google-app-engine-django/
 
  All the downloads have been deprecated for a few weeks now, though it
  is possible to get more recent releases from subversion.
 
  Thanks
 
  Andy
  
 



 --
 ===
 株式会社ビープラウド  イアン・ルイス
 〒150-0012
 東京都渋谷区広尾1-11-2アイオス広尾ビル604
 email: ianmle...@beproud.jp
 TEL:03-5795-2707
 FAX:03-5795-2708
 http://www.beproud.jp/
 ===

 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://www.19tm.cn/ or http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Memcache - how much space?

2009-08-13 Thread ego008
240M

2009/8/11 Jeff S (Google) j...@google.com

 Hi Taylor,

 The overall memcache size limit is not set in stone so we usually don't
 give a hard number as whatever I say might soon be out of date. I recommend
 using as you need it because if your app goes over it's allotment, then the
 less-used data is evicted.

 Thank you,

 Jeff



 On Thu, Aug 6, 2009 at 1:57 PM, taylorbarstow taylorbars...@gmail.comwrote:


 Hi all,

 I assume that each application has an upper limit on how much cache
 space it is allowed to occupy.  Does anyone know if this is correct?
 And if so, what is the limit on cache space?

 I'm sorry if this is covered elsewhere -- I have looked extensively
 but haven't found anything.

 Many thanks,
 Taylor




 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://www.19tm.cn/ or http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cannot get to my dashboard

2009-08-12 Thread ego008
some time GAE dosn't working

2009/8/13 Joshua Smith jesm...@kaon.com


 Since help is not forthcoming (!) I created a new account in my google
 apps world, and invited that account to join.

 For a bunch of my apps, that worked.  I can see the apps and I can
 update them, as long as I use that new account.

 However, for three of my apps, I get this error when I try to accept
 the invitation:

 Unknown User
 A supplied user email does not exist in the application's
 authorization domain.

 WHAT DOES THAT MEAN?

 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE
sample http://www.19tm.cn/ or http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Error uploading app to GAE

2009-08-07 Thread ego008
try following
appcfg.py [options] rollback app-directory

2009/8/6 Kashif alam.kas...@gmail.com


 Here is the error I am receiving - any ideas what's wrong and possible
 fixes?

 G:\Program Files (x86)\Google\google_appengineappcfg.py update \gae
 \HoityToity\
 Scanning files on local disk.
 Initiating update.
 2009-08-05 18:11:40,773 ERROR appcfg.py:1272 An unexpected error
 occurred. Aborting.
 Traceback (most recent call last):
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appcfg.py, line 1250, in DoUpload
missing_files = self.Begin()
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appcfg.py, line 1045, in Begin
version=self.version, payload=self.config.ToYAML())
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appengine_rpc.py, line 344, in Send
f = self.opener.open(req)
  File G:\Python25\lib\urllib2.py, line 381, in open
response = self._open(req, data)
  File G:\Python25\lib\urllib2.py, line 399, in _open
'_open', req)
  File G:\Python25\lib\urllib2.py, line 360, in _call_chain
result = func(*args)
  File G:\Python25\lib\urllib2.py, line 1107, in http_open
return self.do_open(httplib.HTTPConnection, req)
  File G:\Python25\lib\urllib2.py, line 1082, in do_open
raise URLError(err)
 URLError: urlopen error (11004, 'getaddrinfo failed')
 Traceback (most recent call last):
  File G:\Program Files (x86)\Google\google_appengine\appcfg.py,
 line 60, in module
run_file(__file__, globals())
  File G:\Program Files (x86)\Google\google_appengine\appcfg.py,
 line 57, in run_file
execfile(script_path, globals_)
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appcfg.py, line 2303, in module
main(sys.argv)
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appcfg.py, line 2294, in main
result = AppCfgApp(argv).Run()
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appcfg.py, line 1458, in Run
self.action(self)
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appcfg.py, line 2182, in __call__
return method()
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appcfg.py, line 1730, in Update
lambda path: open(os.path.join(basepath, path), 'rb'))
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appcfg.py, line 1250, in DoUpload
missing_files = self.Begin()
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appcfg.py, line 1045, in Begin
version=self.version, payload=self.config.ToYAML())
  File G:\Program Files (x86)\Google\google_appengine\google\appengine
 \tools\appengine_rpc.py, line 344, in Send
f = self.opener.open(req)
  File G:\Python25\lib\urllib2.py, line 381, in open
response = self._open(req, data)
  File G:\Python25\lib\urllib2.py, line 399, in _open
'_open', req)
  File G:\Python25\lib\urllib2.py, line 360, in _call_chain
result = func(*args)
  File G:\Python25\lib\urllib2.py, line 1107, in http_open
return self.do_open(httplib.HTTPConnection, req)
  File G:\Python25\lib\urllib2.py, line 1082, in do_open
raise URLError(err)
 urllib2.URLError: urlopen error (11004, 'getaddrinfo failed')

 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE 一个基于GAE多用户的CMS
sample http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How to use Picasa API within APP Engine

2009-08-04 Thread ego008
no way upload photo to picasa on GAE

2009/8/4 Nick Johnson (Google) nick.john...@google.com


 Hi monsoon,

 The gdata libraries are not part of App Engine by default. You need to
 download them and unpack them in your app's directory in order to use
 them.

 -Nick Johnson

 On Mon, Aug 3, 2009 at 4:33 AM, moonsonlgong1...@gmail.com wrote:
 
  I want to call Google Picasa API to get the list of specific albums
  within API engine framwork.
 
  But it seems that App engine cannot recognize the following modules
  about Picasa.
 
  import modules for Google Picasa
  import gdata.photos.service
  import gdata.media
  import gdata.geo
 
 
  Who can help me to solve the issue? I'm new start of both App engine
  and Python.
 
  
 



 --
 Nick Johnson, Developer Programs Engineer, App Engine

 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE 一个基于GAE多用户的CMS
sample http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How to translate an application running on GAE?

2009-08-04 Thread ego008
http://docs.djangoproject.com/en/dev/topics/i18n/
you can read the django docs

2009/8/3 dflorey daniel.flo...@gmail.com


 You can use my simple commons project, it worked fine for my GAE app:

 http://commons.apache.org/sandbox/i18n/

 On 3 Aug., 07:57, NiklasRTZ nik...@montao.com.br wrote:
  The sv .po seems to have a colon too much so it doubles with use with
  forms. All ready translations from the django library LC_MESSAGES can
  get reused for our projects which is very good, templates work with
  i18n and a custom request handler and some success currently
  integrating translations with djangoforms where I must translate eg.
  from django.utils import translation
  class i18NForm(djangoforms.ModelForm):
email = forms.CharField(max_length=127,label=_(E-mail
  address).capitalize())
  Then sv.LC_MESSAGES.django.po row 1584 read
  #: contrib/admin/views/doc.py:297
  msgid E-mail address
  msgstr E-postadress:
  Note the colon (:) then doubles when using it with djangoforms. Hence
  my suspicion the colon should be removed otherwise it doubles.
  It's only in the locale sv locale no didn't double the :
  #: contrib/admin/views/doc.py:283
  msgid E-mail address
  msgstr E-post adresse
  Should the colon get removed?
 
  On Aug 2, 2:51 pm, Devel63 danstic...@gmail.com wrote:
 
 
 
   In the templates, use {% trans 'My string' %}.
 
   Put {% load i18n %} at the top of the file (must be one of first
   couple lines).
 
   On Aug 1, 11:22 am, Emilien Klein emilien.kl...@gmail.com wrote:
 
Hi Devel63,
Thanks for your answer. But this is just for inside your Python
 files,
how do you manage text in the templates? Or don't you use templates?
 I
don't really see how you're managing this...
Is your app open source (i.e. Is there a place where I can see your
code)?
 
On 1 août, 10:31, Devel63 danstic...@gmail.com wrote:
 
 We use the Django 0.96 that is bundled with GAE.
 
 from django.utils.translation import gettext as _
 
 Then just use _('My String) in the code, combined with the .po/.mo
 files.
 
 On Aug 1, 8:16 am, Rodrigo Moraes rodrigo.mor...@gmail.com
 wrote:
 
  On Sat, Aug 1, 2009 at 11:51 AM, Emilien Klein wrote:
   The problem I see with using Babel is that it IS an external
 library,
   which means that I need to integrate it with my project. What
 I'm
   looking for is a way to have a translated application WITHOUT
 having
   to install any external library...
 
  Without any other external library, you have 2 options:
 
  1. use gettext -http://docs.python.org/library/gettext.html
  2. hack and patch django's i18n
 
  The problem with the 2nd option is that your app stays tied to
  django's ecosystem - later you need i18n in a small project and
 you'll
  have to add django just for it. Ok, it is a valid solution, I
 just
  personally prefer to use a external library that is not coupled
 with a
  bunch of unrelated things, and avoid all the monkeypatching mess.
 
  -- rodrigo
 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE 一个基于GAE多用户的CMS
sample http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Limit for db.get?

2009-08-04 Thread ego008
you can use Memcache to improve your app performance

2009/8/4 djidjadji djidja...@gmail.com


 if you key list is larger then 1000 items it will be a problem (hard
 limit).
 if you partition the db.get() for n*100 keys at the time it will not
 be a problem.
 For n=3 it should work. ( I might remember reading the number 300
 sometime in this list for db.get() )

 2009/8/4 Oliver Zheng goo...@oliverzheng.com:
  
  I have run into a request too large for db.get (not db.put). It
  appears that sometimes I may need to request for thousands of tiny
  objects, and this is hitting a barrier. What is the limit and what is
  it determined by?
 
  Thanks,
  Oliver
  
 

 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE 一个基于GAE多用户的CMS
sample http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: are end users concerned with phishing Google Accounts ?

2009-08-04 Thread ego008
the app-engine-patch can help your work

2009/8/4 JoeM joe.mansig...@gmail.com


 If password controlled access is needed trust will be an issue no
 matter who implements the procedure.

 -Joe

 On Aug 1, 3:20 pm, pca pierre.carbonne...@gmail.com wrote:
  I'm discovering Google App, and preparing an App for the general
  public, mostly for FireFox users.  User identification will be
  required, and I'm hesitating between using Google Accounts or my own
  user identification.  I'd be happy to receive comments on my analysis
  of the 2 options below, and my questions.
 
  If I use Google Accounts, my users will log using their google e-mail
  and password : if they already have a google account, it's easy for
  them as they don't have to create a new account on my site.  It's also
  very easy for me : I don't have to develop anything.
 
  However:
  - some users may not have a google account, and may not want to create
  one because they are afraid of Google for their privacy
  - some users may be wary of giving their Google e-mail and password to
  another site, not realising that my site won't have access to it.
  They would be afraid of me phishing them, although it clearly would
  not the case here.
 
  How big are these issues ?  I see that Giftag is not using Google
  Accounts.  Is there any large service for the general public that is
  using Google Accounts ?  Is there any numeric information that could
  help make this decision ?
 
  Any comments welcome.
 
  PCa
 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE 一个基于GAE多用户的CMS
sample http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-08-01 Thread ego008
some erro in your code,
try pass in localhost

2009/8/1 Shawn A. boris...@gmail.com


 Hello Holger,

 Wow! I could have stared at the file for hours and not noticed that.
 sometimes all you need is another pair of eyes. Thank you
 that worked like a charm. Sneaky that it worked in the sdk btw.

 Thanks,
 -Shawn

 On Jul 31, 9:15 pm, Holger w...@arcor.de wrote:
  Hi Shawn,
 
  Try changing your app.yaml to
 
  handlers:
  - url: /.*
script: flgs_database.py
 
  it's Python and Python sripts have got the ending 'py'.
 
  Bye,
  Holger
 



-- 
gae-django-cms (GD-cms)
a multi-user CMS running on GAE 一个基于GAE多用户的CMS
sample http://cmsdome.appspot.com/
projects http://code.google.com/p/gae-django-cms/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---