[google-appengine] Re: Model.put() Best Practice

2008-10-08 Thread djidjadji
This multiple user "problem" is handled by the AppEngine transparently. It will start more instances of your application when needed. If your application is so popular that you will stress AppEngine, you will be contacted by somebody :-) 2008/10/7 Feris Thia <[EMAIL PROTECTED]>: > Hi Peter, > > O

[google-appengine] Re: Simple Graphics App

2008-10-08 Thread djidjadji
The graphics stuff is not done on the GAE side, the server side. The graphics is done on the client side, the browser. Just construct the graphics you want with HTML, Javascript, Flash or any other means, and when you need num_apples+=1; chart updates.

[google-appengine] Re: reading a file

2008-10-08 Thread djidjadji
You can open a file for reading, just do not put it in a 'static' directory. 2008/10/8 Gmail <[EMAIL PROTECTED]>: > > the static files and the source code are not stored on the same > server of Google's. > so you can not do things as you said, > if you really want to do this,try use the urllib. >

[google-appengine] Re: how to upload images into my application...

2008-10-08 Thread ID
Re: http://simpleviewer4gae.appspot.com/ hi, for my local community I need a forum/adposting site with image upload function works same way the craigslist.og work basically, at the time of posting a message, it needs to have option to upload 4 images and resize and stores on GAE, then later whe

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-08 Thread ID
Hi, thanks for replying. I have checked, 'www' is not assigned to Sites, Pages, or anywhere else. this is a fresh domain, purchased thru google/enom. sites assigned to 'sites' and pages assignd to 'pages' subdomains already by default. 'www' assigned nowhere, yet it shows error 'Duplicate val

[google-appengine] Image Compositing Type Functions in GAE

2008-10-08 Thread [EMAIL PROTECTED]
I have in mind an app that would require image-on-image (not simple shapes) compositing functions such as can be found in the Python Image Library. I've gathered from past posts that there's no PIL support in GAE and that this is not likely to change in the near term. I gather also that others ha

[google-appengine] Re: Definition of "Google's Infrastructure"

2008-10-08 Thread Andrew Badera
The OP said: " get deployed to regional (ie international) data centers?" I'm taking more of a generic geophysical location, not international, or as you've framed, intercontinental perspective. But in the end, it's the same -- availability zones will, when fully rolled out, offer geophysical dif

[google-appengine] Memcache not working?

2008-10-08 Thread [EMAIL PROTECTED]
I have this funcion to cache things: def cache(self, key, function, timeout=0): logging.debug('looking for %s in the cache' % key) data = memcache.get(key) if data is not None: logging.debug('%s is already in the cac

[google-appengine] Re: Memcache not working?

2008-10-08 Thread [EMAIL PROTECTED]
Sorry I forgot a "return" The example of use is: def get_items(self): return model.Item.all().order('-creation_date').fetch(10) I copied the wrong thing because I'm also trying to cache chunks of HTML def get_items(self): items = model.Item.all().fetch(10)

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Gijsbert
Hi Marzia, I unset PYTHONPATH to only get the default path of the python interpreter (to which dev_appserver.py) adds its own. I logged sys.path and all the default directories are there. And running python2.5 from the same shell I run dev_appserver.py I can import all these modules without probl

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Gijsbert
Didn't read the question correctly. Python Path in the launcher is empty. But logging sys.path still reported the correct paths (a whole bunch of app engine paths, then the normal python2.5 paths). On Oct 6, 12:59 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > Hi, > > What is the Python Path

[google-appengine] Re: Simple Graphics App

2008-10-08 Thread codingJoe
Can Google charts support drag and drop actions? On Oct 7, 10:22 pm, "Jorge Vargas" <[EMAIL PROTECTED]> wrote: > On Tue, Oct 7, 2008 at 9:32 PM, codingJoe <[EMAIL PROTECTED]> wrote: > > > I'm new to Google Code and I'm looking for expert advice on the best > > structure and libraries to build a s

[google-appengine] Re: Simple Graphics App

2008-10-08 Thread codingJoe
Thank you. That makes sense to break it out like that and use a client side technology. I was expecting to have to do this on GAE python. > On Oct 8, 1:51 am, djidjadji <[EMAIL PROTECTED]> wrote: > The graphics stuff is not done on the GAE side, the server side. > The graphics is done on the cl

[google-appengine] cannot receive sms verification code

2008-10-08 Thread tallrain
hi, i am from china, my gmail account is [EMAIL PROTECTED], while i'm signing for this serice, i cannot receive sms verification code. pls help me for it. thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] Re: Support for datastore backup/archive

2008-10-08 Thread Josh Heitzman
Is there no backup of an app and its datastore entities now? On Oct 8, 8:47 am, ctran <[EMAIL PROTECTED]> wrote: > Please voice your support if you find this is necessary for your > applications: > > http://code.google.com/p/googleappengine/issues/detail?id=776 --~--~-~--~~--

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Marzia Niccolai
Hi, Thanks. Right now it seems that this is an issue specific to 10.5.5 + the App Engine Launcher. Since I don't have access to a 10.5.5 installation of Mac OS, I'd like to ask you to try one more step. Would it be possible for you to explicitly set the Python Path in the Launcher to your pytho

[google-appengine] Support for datastore backup/archive

2008-10-08 Thread ctran
Please voice your support if you find this is necessary for your applications: http://code.google.com/p/googleappengine/issues/detail?id=776 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Erratic and Random timeout errors

2008-10-08 Thread Venkatesh Rangarajan
Hello, Can somebody please make some sense of why we keep getting erratic and random timeouts ? I would be more than happy if Google pointed out that my code sucks. Because that is the easiest thing to fix. Sample : http://payrate.appspot.com/?keyword=quantitative%20financial%20analyst This work

[google-appengine] Re: Using naked domains (like http://example.com)

2008-10-08 Thread Dennis
Issue 777 is a feature request for naked domains: http://code.google.com/p/googleappengine/issues/detail?id=777 On Oct 7, 3:18 pm, Dennis <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > Can a Google Code GAE Issue be created for this so we can track it > (instead of doing searches in google groups)?

[google-appengine] Re: Can I use key or id in gql?

2008-10-08 Thread Evan Park
Thank you, Alexander. You made my code simple. :) On Oct 7, 3:20 pm, Alexander Kojevnikov <[EMAIL PROTECTED]> wrote: > Fromhttp://code.google.com/appengine/docs/datastore/keysandentitygroups.h... > > Key names and IDs cannot be used like property values in queries. > However, you can use a named

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Greg
I'm having the same error (on OS 10.5.5 and Launcher 1.1.5). I tried explicit setting my Python path. It didn't fix the problem Greg On Oct 8, 5:59 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks.  Right now it seems that this is an issue specific to 10.5.5 + the > App Engine L

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-08 Thread Marzia Niccolai
Hi, Where are you taken when you hit 'www.yourdomain.com'? This is where the subdomain mapping is currently going, when you know that you can disable that service mapping to www. -Marzia On Wed, Oct 8, 2008 at 1:27 AM, ID <[EMAIL PROTECTED]> wrote: > > Hi, thanks for replying. > > I have check

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-08 Thread Brade
In firefox I get the Address Not Found page, which would seem to mean that "www" is free to use if I wanted to. but I'm still not allowed to... --brad g. On Oct 8, 1:51 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > Hi, > > Where are you taken when you hit 'www.yourdomain.com'? This is where

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-08 Thread Marzia Niccolai
Hi Brad, For what domain is this occurring? Feel free to reply directly to me with this information. -Marzia On Wed, Oct 8, 2008 at 11:03 AM, Brade <[EMAIL PROTECTED]> wrote: > > In firefox I get the Address Not Found page, which would seem to mean > that "www" is free to use if I wanted to.

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Marzia Niccolai
Hi, I couldn't find this filed so I went ahead: http://code.google.com/p/googleappengine/issues/detail?id=778 The scope so far seems to be limited to 10.5.5, and we'll keep you updated on the progress. I wonder if you can still run the SDK by making the symlinks and running from the command line

[google-appengine] Re: Datastore Timeouts Must Die

2008-10-08 Thread Alex Epshteyn
Thanks for your reply, Jon, but I don't have any entity groups with more than one entity right now. I had the same thought a while back, and haven't been using any entity groups or ancestors since 2 months ago, but nothing changed. These timeouts are happening when putting single entities. Alex

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Marzia Niccolai
Hi, Another question for those experiencing the issue - what is the output when you type 'python' in to your command line in the Mac shell? Thanks, Marzia On Wed, Oct 8, 2008 at 11:19 AM, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > Hi, > > I couldn't find this filed so I went ahead: > http://c

[google-appengine] Re: Datastore Timeouts Must Die

2008-10-08 Thread davew
It does seem like the number of timeouts has increased in recent weeks. I just checked my logs, and during the minute of 11:33am this morning I had 43 timeout data store errors: Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/ __init__.py", line

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Marzia Niccolai
Yet more troubleshooting requests :) This may be more specific than just 1.1.5 + 10.5.5 as we have cases where this installation is working. If you could send the results of running this command on the command line: defaults read ~/Library/Preferences/com.google.GoogleAppEngineLauncher Also, the

[google-appengine] Re: Simple Graphics App

2008-10-08 Thread Davide Rognoni
You can use my browser based on .NET (do you know Python and .NET ?) IronBrowser --- Iron Python Web Browser http://pyoohtml.appspot.com/IronBrowser On Oct 8, 5:19 pm, codingJoe <[EMAIL PROTECTED]> wrote: > Thank you.  That makes sense to break it out like that and use a > client side technolo

[google-appengine] Re: using javascript libraries

2008-10-08 Thread Adam
You might not need to upload the library at all. Google provides hosting for some of the most popular: http://code.google.com/apis/ajaxlibs/documentation/ A On Oct 1, 2:18 pm, "Barry Hunter" <[EMAIL PROTECTED]> wrote: > AppEngine can only execute Python Code, so that is all you can upload > (

[google-appengine] Re: GAE Obfuscator?

2008-10-08 Thread Davide Rognoni
...and I can't see its secret code? "Google Chrome: Good or evil?" http://blog.sp.or.at/2008/09/02/google-chrome-good-or-evil/ See the last comment: "The source code for Google’s Chrome Browser has never been released. Google uses the code from the open source browser Chromium in their proprieta

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Greg
Running dev_appserver.py from the command line gives me the same "No module named cgi" error. The result of "defaults read ~/Library/Preferences/ com.google.GoogleAppEngineLauncher" : = { EditDirectory = 1; Editor = ""; GMClientAuthWindowSignInName = "[EMAIL PROTECTED]";

[google-appengine] Re: Simple Graphics App

2008-10-08 Thread Wooble
On Oct 8, 3:20 pm, Davide Rognoni <[EMAIL PROTECTED]> wrote: > You can use my browser based on .NET (do you know Python and .NET ?) Unless of course he wants people to actually use his application. It's bad enough tying an application to IE; you want him to tie his to an application no user in

[google-appengine] Tutorials / help with app.yaml?

2008-10-08 Thread Tom
Would someone recommend resources for digging deeper into app.yaml (and perhaps overlapping with the WSGIApplication handlers)? Some questions I've run into that I'm not sure where to look for a solution, in the app.yaml or the python code). 1. Does the app.yaml support uploading files into dif

[google-appengine] Convenient resource intensive requests without changing quotas/deadlines

2008-10-08 Thread Amir Michail
Hi, Why not handle resource intensive requests in a transparent way? This can be done without changing quotas/deadlines. In particular, you could give developers a way to designate certain request handlers as potentially resource expensive. You could then run these handlers on our behalf at yo

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Marzia Niccolai
Hi, Thanks. Did you also have the output of the dev_appserver logs console when this happens? And what is the output of 'which python'? Your help is really appreciated. -Marzia On Wed, Oct 8, 2008 at 1:14 PM, Greg <[EMAIL PROTECTED]> wrote: > > Running dev_appserver.py from the command line

[google-appengine] Re: 'Must Authenticate' Problem using Blogger API on App Engine

2008-10-08 Thread Robert
Hi, Unfortunately I'm reading this message thread only now. I think that the (otherwise pretty good!) GAE documentation on the use of the Data APIs could/should better explain that gdata.alt.appengine.run_on_appengine(gdataService) also changes the token store of the gdataService. As an exercis

[google-appengine] Re: Tutorials / help with app.yaml?

2008-10-08 Thread Marzia Niccolai
Hi Tom- > > 1. Does the app.yaml support uploading files into different directory > structures than exist on disk? (eg. Locally files are in ../xyz and > they need to be installed in /abc.) > This is not currently supported, the directory structure when uploaded directly mimics the directory st

[google-appengine] Re: Still having trouble with high-cpu warnings for thumbnails.

2008-10-08 Thread iceanfire
I just wanted to follow up on this discussion to (shamefacedly) point out what was causing this problem: imports. I had copied and pasted some code earlier, which I had later deleted to slim down my code. What I had forgotten to do was: remove the imports for that piece of code. Once I had remove

[google-appengine] Re: Can We use Unicode in Custom Tags?

2008-10-08 Thread yejun
Maybe you can try this. import sys reload(sys) sys.setdefaultencoding('utf-8') On Oct 7, 9:18 am, Gmail <[EMAIL PROTECTED]> wrote: > Current I Try to Use django's Custom Tags, > It is usful,I like it. > > but when i try to render something Unicode , > I got UnicodeDecodeError. > > This is my Ta

[google-appengine] Re: Convenient resource intensive requests without changing quotas/deadlines

2008-10-08 Thread Alexander Kojevnikov
Star this issue: http://code.google.com/p/googleappengine/issues/detail?id=6 Google mentioned on one of the conferences that they are working on this, but no timeline was given. On Oct 9, 8:42 am, Amir Michail <[EMAIL PROTECTED]> wrote: > Hi, > > Why not handle resource intensive requests in a

[google-appengine] Re: Support for datastore backup/archive

2008-10-08 Thread ctran
I assume Google does have backups but not one that you have control. Imagine you just roll out a new version of your app and mistakenly wipe out half of your data during migration. Probably won't be easy to restore. Assuming you're friend with Larry Page and get it restore, you probably won't ge

[google-appengine] Re: Convenient resource intensive requests without changing quotas/deadlines

2008-10-08 Thread Amir Michail
On Wed, Oct 8, 2008 at 6:00 PM, Alexander Kojevnikov <[EMAIL PROTECTED]> wrote: > > Star this issue: > http://code.google.com/p/googleappengine/issues/detail?id=6 > > Google mentioned on one of the conferences that they are working on > this, but no timeline was given. What's important in what I

[google-appengine] Re: 'Must Authenticate' Problem using Blogger API on App Engine

2008-10-08 Thread Jeff S
Hi Robert, Thank you for chiming in. This is an issue that I'm planning to address in the next release of gdata-python-client. I wrote up a design doc and passed it around to some of my coworkers and I'd also like comments from the community. This Google Data APIs library is open source after all

[google-appengine] Re: Still having trouble with high-cpu warnings for thumbnails.

2008-10-08 Thread yejun
The default cache setting is no-cache, the browser will revalidate the same image ever time the image being displayed. You may try to set this explicitly to a week. self.response.headers['Cache-Control'] = 'public, max-age=63' On Sep 24, 10:59 pm, iceanfire <[EMAIL PROTECTED]> wrote: > I'm st

[google-appengine] 'module' object has no attribute 'getaddrinfo'

2008-10-08 Thread pragmaticobjects
I know that is another post with the same subject, but that one was still not helping me. So can I start a new thread of discussion. In my handler, I have the following couple of lines: client = gdata.contacts.service.ContactsService() feeds = client.GetContactsFeed() and the following imports

[google-appengine] Re: Memcache not working?

2008-10-08 Thread Marzia Niccolai
More or less as written this code is working for me on App Engine and the SDK, so I don't know what is happening with your app specifically. Are you setting the non default timeout for this page? Could you provide the relevant code as it is currently running on App Engine? Thanks, Marzia On Wed

[google-appengine] appengine-utilities 1.0rc2

2008-10-08 Thread [EMAIL PROTECTED]
http://gaeutilities.appspot.com/ This release only adds a couple changes. Session now has a cycle_key() method that will make it compatible as a session replacement for Django 1.0. Just load the middleware class found at appengine_utilities.django.middleware.SessionMiddleware I've also updated t

[google-appengine] Cannot use Google Apps for Domains accounts with Google App Engine

2008-10-08 Thread cm_gui
Hi All Can Google App Engine use Google Apps for Domains user accounts? I tried and it doesn't seem to be possible. Is there anyway for Google App Engine to get the name of the logged-in user (of a Google Apps for Domains) ? We want to create forms in our Google Apps Sites for user to submit in

[google-appengine] unique identifier for server process

2008-10-08 Thread Josh Heitzman
As os.getpid is not supported by GAE, is there another API that provides a unique (preferably across all of GAE) identifier for the process? I'd like to use this to identify if an incomplete update sequence (spanning entity groups, so no it can't be done in a transaction) was left hanging by the

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

2008-10-08 Thread ajaxer
I am from china, but the mobile number I entered didn't work for me can google manually handler this problem for me? chinese developers are eagerly for tasting google app engine. but we still have difficulties in using it. hope you can help us!! thanks. --~--~-~--~~~---

[google-appengine] Re: Should each developer really have to pack his libs with his app?

2008-10-08 Thread lookon
agree On Oct 2, 12:44 am, Terrence Brannon <[EMAIL PROTECTED]> wrote: > It seems monolithic and redundant to not have a way to install certain > python libraries, hell why not all of pypi! > > But really, the place for libraries is not my application directory. > > If we can get a sandbox shell t

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

2008-10-08 Thread fedekun
Im from argentina i had the same problem, just fill this form http://appengine.google.com/waitlist/sms_issues 2008/10/8 ajaxer <[EMAIL PROTECTED]> > > I am from china, > but the mobile number I entered didn't work for me > can google manually handler this problem for me? > > chinese developers ar

[google-appengine] Re: Using Picasa with Appengine

2008-10-08 Thread theaellen
use a feed to get the picasa data. I also capture the geopoint and title if it is available. def getpics(request): """Takes a feed from a Picasa album and shows all the pics.""" user = users.get_current_user() if user is None: return http.HttpResponseForbidden('You must be signed in to

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

2008-10-08 Thread wenxin ren
thanks a lot. for my poor english, would you please make me clear about the carrier name? what does this mean? does carrier means the companies like AT & T? which operating on the wireless network for the mobile phone? 2008/10/9 fedekun <[EMAIL PROTECTED]> > Im from argentina i had the same probl

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

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

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

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

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

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

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

2008-10-08 Thread Damien Hou
中国只支持联通手机号码的,我试过可以 2008/10/9 wenxin ren <[EMAIL PROTECTED]> > 具体就是注册时让你输入号码 > 没有通过前什么都做不了 > > > 2008/10/9 Kang <[EMAIL PROTECTED]> > >> 具体怎么说? >> >> >> wenxin ren 写道: >> >> 是啊。现在注册不了了。 >> >> 2008/10/9 Kang <[EMAIL PROTECTED]> >> >>> 不可以用么?GAE要手机验证? >>> >>> 我是测试时就可以用了的,也在中国 >>> >>> wenxin ren 写道:

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

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

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

2008-10-08 Thread wenxin ren
具体就是注册时让你输入号码 没有通过前什么都做不了 2008/10/9 Kang <[EMAIL PROTECTED]> > 具体怎么说? > > > wenxin ren 写道: > > 是啊。现在注册不了了。 > > 2008/10/9 Kang <[EMAIL PROTECTED]> > >> 不可以用么?GAE要手机验证? >> >> 我是测试时就可以用了的,也在中国 >> >> wenxin ren 写道: >> >> thanks a lot. >> for my poor english, would you please make me clear about the

[google-appengine] How to change Authentication Options after application has been uploaded

2008-10-08 Thread cm_gui
Hi all During the uploading, I forgot to restrict authentication to my Google Apps domain. After uploading, I went to Application Settings, but it seems that there is no way to edit the Authentication Options anymore. Thank you --~--~-~--~~~---~--~~ You received

[google-appengine] Re: How to change Authentication Options after application has been uploaded

2008-10-08 Thread pr3d4t0r
On Oct 8, 9:14 pm, cm_gui <[EMAIL PROTECTED]> wrote: > During the uploading, I forgot to restrict authentication to my Google > Apps domain. > After uploading, I went to Application Settings, but it seems that > there is no way > to edit the Authentication Options anymore. Unfortunately there is

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

2008-10-08 Thread Kang
噢。。。那中国用户就注册不了了么? p.s. carrier指的是运营商,China /Mobile/-中国移动, China Telecom中国联通 wenxin ren 写道: > 具体就是注册时让你输入号码 > 没有通过前什么都做不了 > > 2008/10/9 Kang <[EMAIL PROTECTED] > > > 具体怎么说? > > > wenxin ren 写道: >> 是啊。现在注册不了了。 >> >> 2008/10/9 Kang <[EMAIL PROTECTED] >>

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

2008-10-08 Thread wenxin ren
改天换个联通的号试一下 2008/10/9 Damien Hou <[EMAIL PROTECTED]> > 中国只支持联通手机号码的,我试过可以 > > 2008/10/9 wenxin ren <[EMAIL PROTECTED]> > > 具体就是注册时让你输入号码 >> 没有通过前什么都做不了 >> >> >> 2008/10/9 Kang <[EMAIL PROTECTED]> >> >>> 具体怎么说? >>> >>> >>> wenxin ren 写道: >>> >>> 是啊。现在注册不了了。 >>> >>> 2008/10/9 Kang <[EMAIL PROTECTE

[google-appengine] Re: unique identifier for server process

2008-10-08 Thread pr3d4t0r
On Oct 8, 6:03 pm, Josh Heitzman <[EMAIL PROTECTED]> wrote: > As os.getpid is not supported by GAE, is there another API that > provides a unique (preferably across all of GAE) identifier for the > process?  I'd like to use this to identify if an incomplete update > sequence (spanning entity group

[google-appengine] In AppEngine, gdata.py-1.2.1 (latest as of 10-8-08) is broken and gdata.service.http_request_handler = gdata.urlfetch won't help

2008-10-08 Thread pragmaticobjects
Jeff Scudder blogged about making Contacts API work with AppEngine here ( http://googledataapis.blogspot.com/2008/04/release-hounds-support-for-app-engine.html ), but gdata.py-1.2.1 is broken in AppEngine 1.1.5 (both are latest as of 10-08-08). The error is 'module' object has no attribute 'sock

[google-appengine] Re: Since 1.1.5 import cgi/urllib/traceback/etc fails (on MacOS)

2008-10-08 Thread Greg
Hi Marzia Anything I can do to help. "which python" gave me "/Library/Frameworks/Python.framework/Versions/ Current/bin/python" The logs after this query showed the following == DEBUG2008-10-09 05:59:28,180 dev_appserver.py] Matched "/0.1/get/? listId=ul_teams&pageId=/Users/gpr

[google-appengine] Where does the development Datastore put its data?

2008-10-08 Thread pr3d4t0r
Where does the development Datastore put its data? It's not in the application directory, so I assume it's somewhere under /usr, /var, or maybe even /tmp... thanks in advance. Cheers! E http://www.istheserverup.com --~--~-~--~~~---~--~~ You received this messag

[google-appengine] Re: www [mydomain.org] Already used, please remove previous mapping first.

2008-10-08 Thread Efe
Hi, my mroblem domains are serilist.org, seriliste.org Efe On Oct 9, 2:07 am, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > Hi Brad, > >  For what domain is this occurring?  Feel free to reply directly to me with > this information. > > -Marzia > > On Wed, Oct 8, 2008 at 11:03 AM, Brade <[EMAIL

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

2008-10-08 Thread sfox
Use China Mobile for Carrier name. 2008/10/9 wenxin ren <[EMAIL PROTECTED]> > thanks a lot. > for my poor english, would you please make me clear about the carrier name? > what does this mean? does carrier means the companies like AT & T? which > operating on the wireless network for the mobile p

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

2008-10-08 Thread sfox
http://appengine.google.com/waitlist/sms_issues Fill this form and if you are lucky, you will get the verify code in a few days. 2008/10/9 ajaxer <[EMAIL PROTECTED]> > > I am from china, > but the mobile number I entered didn't work for me > can google manually handler this problem for me? > > ch

[google-appengine] Re: Where does the development Datastore put its data?

2008-10-08 Thread David Symonds
On Thu, Oct 9, 2008 at 5:03 PM, pr3d4t0r <[EMAIL PROTECTED]> wrote: > Where does the development Datastore put its data? It's not in the > application directory, so I assume it's somewhere under /usr, /var, or > maybe even /tmp... thanks in advance. It's OS-dependent. Try "dev_appserver.py --h

[google-appengine] Re: unique identifier for server process

2008-10-08 Thread Josh Heitzman
The state of the process is not of interest, just which instance of many processes it is (i.e. there is no process specific state to store and query). I've got side entities all setup so that I can reliably make multi-entity group changes (i.e. processing will continue across requests, even from