[google-appengine] Re: Creating unique key names

2008-11-23 Thread yejun
There's no currently available method to identify process and machine. Your best bet is random id generated during module initialization. On Nov 22, 9:46 pm, Andy Freeman <[EMAIL PROTECTED]> wrote: > > os.getpid isn't available > > Thanks. > > > nor unique across processes. > > Huh?  During the l

[google-appengine] Re: deploying applicaiton to multiple customers

2008-11-23 Thread Roberto Saccon
My understanding of the current situation is as follows: - You either deploy one app for all domains (then you need to implement the billing and quota stuff per domain on your own, that of course doesn't make sense now with the preview quota limitations) or - You deploy for each customer you ap

[google-appengine] deploying applicaiton to multiple customers

2008-11-23 Thread gops
Hi , I want to create an enterprise grade to do list -- and sell it to some customer. Is it possible , to deploy an application on different domain -- the deployed application will use different database for each domain. and manage it through single dashboard ? If not possible right now , will

[google-appengine] looking for a project

2008-11-23 Thread JP
Hi, I want to contribute in a GAE open source project, is anybody looking for a partner? Regards, JP --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to go

[google-appengine] Re: Can i use google app engines ssl with level 2 integration?

2008-11-23 Thread Aral Balkan
Hi Marzia, I've got a question about this: On my app, I know that I was losing the session when I had PayPal return to www.myapp.com when the user had originally signed in from myapp.com (naked domain). I've since fixed that issue when by forwarding everything to www. in my front controller. Howe

[google-appengine] Re: Can i use google app engines ssl with level 2 integration?

2008-11-23 Thread Aral Balkan
And here's a useful link of Google Checkout Level 1 and 2 checkout implemented in web2py: http://mail.python.org/pipermail/python-announce-list/2008-October/006988.html Aral --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[google-appengine] thanks

2008-11-23 Thread Kieran
Thanks to everyone for taking the time to reply! Kieran --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Version number looks weird after my recent upload.

2008-11-23 Thread Joe Blau
What format is the timestamp in? Joe On Nov 13, 1:24 pm, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > Hi, > > The version numbers have been switched so that they are timestamped based, > indicating the time that the version was uploaded. > > -Marzia > > On Wed, Nov 12, 2008 at 6:28 PM, CNBorn <[

[google-appengine] Re: Python Twitter API Wrapper problem w/ urlfetch

2008-11-23 Thread Amir Michail
On Nov 22, 5:35 pm, Amir Michail <[EMAIL PROTECTED]> wrote: > Hi, > > I'm stuck on the authorization part: Update: both the local and deployed versions result in an authentication failure. Any hints on how I could debug this? Amir > >       if self._username and self._password: >           s

[google-appengine] Re: Full Text Search Issues

2008-11-23 Thread ryan
hi anurag! a couple things are going on here. first, you actually do need another index. appengine.ext.search converts search queries into normal queries, with one filter for each search keyword. so, this: User.all().search('hug bos').order('-date_joined') is equivalent to this: User.gql("WHERE

[google-appengine] Re: SDK 1.1.6 Released

2008-11-23 Thread ryan
hi denis! On Nov 22, 12:54 pm, Denis <[EMAIL PROTECTED]> wrote: > >You can now delete an entity directly using its key, without > >instantiating/fetching the Model object > > Good. Will this be documented? yup, it already is: http://code.google.com/appengine/docs/datastore/functions.html#dele

[google-appengine] Re: Version Problems

2008-11-23 Thread Faber Fedor
Waitaminnit! We can do minor versioning?! Every time I put a non-integer value for "version" in my app.yaml file, I get a regex error. Reading the regex, it looks like it wants only integers for version numbers! On Sun, Nov 23, 2008 at 12:13 AM, David Symonds <[EMAIL PROTECTED]> wrote: > > On

[google-appengine] Re: Version Problems

2008-11-23 Thread Jesaja Everling
Not us, Google can with their SDK! ;) On Sun, Nov 23, 2008 at 9:03 PM, Faber Fedor <[EMAIL PROTECTED]> wrote: > Waitaminnit! We can do minor versioning?! Every time I put a non-integer > value for "version" in my app.yaml file, I get a regex error. Reading the > regex, it looks like it wants on

[google-appengine] Re: Version Problems

2008-11-23 Thread David Symonds
On Mon, Nov 24, 2008 at 7:03 AM, Faber Fedor <[EMAIL PROTECTED]> wrote: > Waitaminnit! We can do minor versioning?! Every time I put a non-integer > value for "version" in my app.yaml file, I get a regex error. Reading the > regex, it looks like it wants only integers for version numbers! The

[google-appengine] switch users based on current google account

2008-11-23 Thread apalankat
Hi, I'm trying to develop a gmail gadget using app engine, and I'd like the gadget to get always the current gmail user. The problem is, once a user logs into the gadget using the google account, then the session keeps open, and if I log into gmail using another account the gadget keeps showing th

[google-appengine] Saving files

2008-11-23 Thread Involute
I'm going over the introductory materials for the App Engine and have completed the tutorial. The application I'm thinking of developing involves inputting data into the datastore, then extracting it in various ways and formatting it into web pages stored at computed URLs. My reading of the App

[google-appengine] Re: Creating app.yaml

2008-11-23 Thread 阿康
I can Rename in Vista,so,you can't rename it's type from txt to yaml maybe you fogot to dismiss the ".txt" at the end of file name. 2008/11/23 yejun <[EMAIL PROTECTED]>: > > Copy it from google_appengine\new_project_template and change the app > name. > > On Nov 22, 12:31 pm, Grady <[EMAIL PROTECTE

[google-appengine] binding of parameters to GQL query: varargs + dictionary

2008-11-23 Thread GAERiddler
Hello, So I am not a Python programmer, though I am currently trying to pick it up. My question is whether there is a way I can stash all my named arguments in a dictionary and then pass that off to the GQL query somehow? What I am trying to do is dynamically generate my GQL queries based on ho

[google-appengine] i can't deploy app engine SDK on powerpc Mac

2008-11-23 Thread Cheka.Aisya
i can't deploy app engine on powerpc Mac. is it support? --~--~-~--~~~---~--~~ 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 unsubscrib

[google-appengine] Re: Alternate way to receive verification code than SMS?

2008-11-23 Thread POPOEVER
Anyone here can get me activated manually, thanks a lot! On 11月22日, 下午12时45分, roschler <[EMAIL PROTECTED]> wrote: > On Nov 21, 12:46 pm, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > > > Hi Robert, > > > I can help you get your account manually activated, I will follow up > > offline. But what is

[google-appengine] HowTo extend base Entity class and query it's subclasses?

2008-11-23 Thread Serega.Sheypak
For example I have an entity: AbstractRecord, it has fields: String name, Date publishDate, Author recordAuthor, List tagList. And I have several subclasses: BlogRecord, CommentRecord, AdvertiseRecord. They extend AbstractRecord, they have their own specific fields. Can I make a query: "Select

[google-appengine] Re: looking for a project

2008-11-23 Thread 鑫刘
yes,I have an iead ,and want to do it with gae 2008/11/23 JP <[EMAIL PROTECTED]> > > Hi, > > I want to contribute in a GAE open source project, is anybody looking > for a partner? > > Regards, > JP > > > -- 刘鑫 --~--~-~--~~~---~--~~ You received this message bec

[google-appengine] Content-Encoding?

2008-11-23 Thread java.jgood...@googlemail.com
Hallo, Setting the Content-Encoding using the Response object or app.yaml is impossible. Is there now workaround, like setting up a miniature http- server in pure python inside the appengine that does what we want? --~--~-~--~~~---~--~~ You received this message b

[google-appengine] How to open .html in .py file?

2008-11-23 Thread [EMAIL PROTECTED]
I just want to call a html file and display it,but I'don't know how to do! foe example: my test.yaml: application: test*** version: 1 runtime: python api_version: 1 handlers: - url: /.* script: test.py I just want display the "index.html" in my root,how to write the test.py file? thanks. --

[google-appengine] Re: Saving files

2008-11-23 Thread niklasr
There's db.BlobProperty as file data type blob = self.request.POST['file'].file.read() You can store files as blobs i.e. db.BlobProperty and you could store files > 1 mb by complicatingly breaking the file into 1 mb datapieces. I had a look here: http://code.google.com/p/gae-services-examples/sou

[google-appengine] Re: How to open .html in .py file?

2008-11-23 Thread A . TNG
there is a new project template in your appengine installation path. You could refer to that. On 11/23/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I just want to call a html file and display it,but I'don't know how to > do! foe example: > > my test.yaml: > application: test*** > version:

[google-appengine] Re: looking for a project

2008-11-23 Thread A . TNG
Check the frontpage of this group. There are many opensource projects listing there. On 11/23/08, JP <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to contribute in a GAE open source project, is anybody looking > for a partner? > > Regards, > JP > > > -- Sent from my mobile device Best Regards,

[google-appengine] my website stopped working suddenly

2008-11-23 Thread Efe
Hi, my website (http://www.denizlispor.com/) stopped working suddenly.. its pointing to ghs.google.com the app itself over at denizlispordotcom.appspot.com is working fine. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[google-appengine] Re: How can I download my application?

2008-11-23 Thread Involute
You might also check out http://tinyurl.com/6noqsx . I haven't used it, or even read beyond the summary, but it sounds like it might do what you want. Involute. On Nov 22, 6:53 am, "Xiaopan Zhang" <[EMAIL PROTECTED]> wrote: > Hi All, > > I know appcfg.py can upload project files on my local dis

[google-appengine] page not found (404)

2008-11-23 Thread yinDojo
Hello, I get the below error after i click on the submit button. I am trying to save data from an input box to the datastore. the line , saveBUser should be a function in the vews.py correct? I have the feeling i am not giving this the correct path. I have included urls.py, views.py, step1_

[google-appengine] best practice for using JS and AJAX with GAE

2008-11-23 Thread Scott Mahr
I am pretty new to web development in general, in fact to any kind of CS development. Through my process of learning what I need to know I think sometimes I miss the big picture, and that hurts me later. I started using GAE with basic html, and then moved to using Jquery. Now it seems to me that

[google-appengine] Re: my website stopped working suddenly

2008-11-23 Thread Berk D. Demir
Hi, Your problem is with DNS but not related with Google App Engine. Contact register.com $ host -t ns denizlispor.com denizlispor.com name server dns185.b.register.com. denizlispor.com name server dns190.a.register.com. denizlispor.com name server dns228.c.register.com. denizlispor.com name ser

[google-appengine] Re: HowTo extend base Entity class and query it's subclasses?

2008-11-23 Thread Berk D. Demir
On Nov 23, 8:02 pm, "Serega.Sheypak" <[EMAIL PROTECTED]> wrote: > For example I have an entity: > AbstractRecord, it has fields: > String name, Date publishDate, Author recordAuthor, List tagList. > > And I have several subclasses: > BlogRecord, CommentRecord, AdvertiseRecord. > > They extend Abs

[google-appengine] Re: my website stopped working suddenly

2008-11-23 Thread Efe
hi thanks for replying, your name suggest sen Turk'sun? the Register.com says nothing wrong on their side i'm now puzzled with all this.. On Nov 24, 9:56 am, "Berk D. Demir" <[EMAIL PROTECTED]> wrote: > Hi, > > Your problem is with DNS but not related with Google App Engine. > Contact registe