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

2008-11-24 Thread Devraj Mukherjee
Can you tell us a bit more? What happens when you deploy it? On Mon, Nov 24, 2008 at 2:55 AM, Cheka.Aisya [EMAIL PROTECTED] wrote: i can't deploy app engine on powerpc Mac. is it support? -- I never look back darling, it distracts from the now, Edna Mode (The Incredibles)

[google-appengine] Re: looking for a project

2008-11-24 Thread Waldemar Kornewald
Hi, On Nov 23, 1:26 pm, JP [EMAIL PROTECTED] wrote: I want to contribute in a GAE open source project, is anybody looking for a partner? What kind of project? I think it's best to contribute to a project that you use yourself and not just contribute for the sake of it because then take more

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

2008-11-24 Thread hawkett
It would be good to be able to support multiple app instances in a way that provides an easy upgrade path - e.g. allow multiple app-id's in app.yaml? Maybe thats got other problems associated with it, but it is a common scenario when delivering SaaS that customers expect their data to be

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

2008-11-24 Thread Barry Hunter
I agree, register.com's DNS servers are not playing ball. $ dig www.denizlispor.com ; DiG 9.3.4-P1 www.denizlispor.com ;; global options: printcmd ;; Got answer: ;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 61465 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 but

[google-appengine] Re: aecmd error

2008-11-24 Thread A . TNG
On Fri, Nov 21, 2008 at 10:24 PM, GAEfan [EMAIL PROTECTED] wrote: I recently put all my admin pages within the admin protection. Now, I periodically get this error: /Users/myname/GoogleApps/myapp/main.py in () 5 sys.path = [os.path.abspath(os.path.dirname(__file__)),] + sys.path 6

[google-appengine] Re: failed to connect to localhost

2008-11-24 Thread A . TNG
On Fri, Nov 21, 2008 at 9:37 PM, Brian [EMAIL PROTECTED] wrote: Helloworld.py contents: print 'Content-Type: text/plain' print '' print 'Hello, world!' Hi Brian, Are you sure your helloworl.py is correct? Check the appengine installation folder (C:\Program

[google-appengine] Best way to implement an app which collects info from the net?

2008-11-24 Thread gmalquestion
Say I want to create an app which collects data from various data sources and presents it for the user (e.g. aggregating data from RSS and provide some browse/search interface for it). Is it feasible to implement it on AppEngine only? I understand the download interface provided by appengine is

[google-appengine] Running asynchronous scripts

2008-11-24 Thread Involute
Can Python scripts on GAE only be run in response to a URL request? Is it possible to get them to run at a particular time of day, e.g.? Involute --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] Re: Running asynchronous scripts

2008-11-24 Thread Jesaja Everling
Hi Involute, this topic came up here quite a few times already. I'd suggest you do a search on the Google Groups page: http://groups.google.com/group/google-appengine Searching for cron yields a lot of interesting results. You should also have a look at this issue:

[google-appengine] Re: Using ';' in urls

2008-11-24 Thread l.m.orchard
That semicolon is a reserved character in RFC 3986 doesn't mean using URLs with a semicolon should fail. It's still a valid character to use - reserved just means that ';' has a suggested purpose as a delimiter in path segments, and should be URL-escaped if intended as actual content. For

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

2008-11-24 Thread Amir Michail
On Nov 23, 1:31 pm, Amir Michail [EMAIL PROTECTED] wrote: On Nov 22, 5:35 pm, Amir  Michail [EMAIL PROTECTED] wrote: Hi, I'm stuck on the authorization part: The bug here is sending the headers in the payload... Amir Update:  both the local and deployed versions result in an

[google-appengine] urlfetch DeadlineExceededError

2008-11-24 Thread István
Hi, I am trying to fetch a wepage from my application, but it often results in a DeadlineExceededError. The reason for that is most likely that a lot of redirects happen in the background (unfortunately the webpage is such, and I cannot do anything about that). I was wondering about how to

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

2008-11-24 Thread Mahmoud
Good question. I'm not sure. Please let us know if you figure this out. On Nov 23, 2:18 pm, apalankat [EMAIL PROTECTED] wrote: 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

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

2008-11-24 Thread Mahmoud
Have you seen GqlQuery.bind() ? http://code.google.com/appengine/docs/datastore/gqlqueryclass.html#GqlQuery_bind -Mahmoud On Nov 23, 4:47 pm, GAERiddler [EMAIL PROTECTED] wrote: Hello, So I am not a Python programmer, though I am currently trying to pick it up. My question is whether

[google-appengine] Re: mcycles calculation has changed ?

2008-11-24 Thread Marzia Niccolai
Hi Sylvain, What kind of requests are done in this handler? Thanks, Marzia On Mon, Nov 24, 2008 at 8:54 AM, Sylvain [EMAIL PROTECTED] wrote: Hi, I didn't upload a new version since 1 month and now the mcycle/request is lower than before. The main request is requested about 10 000 / day.

[google-appengine] Re: Is setting Content-Encoding possible?

2008-11-24 Thread Marzia Niccolai
Hi Jago, Currently, Google App Engine doesn't allow various headers to be set: ACCEPT_ENCODING, Outbound request headers: CONTENT_LENGTH, DATE, HOST, REFERER, USER_AGENT, VARY, VIA, X_FORWARDED_FOR Response headers: CONTENT_ENCODING, CONTENT_LENGTH, DATE, SERVER, TRANSFER_ENCODING Feel free to

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

2008-11-24 Thread Marzia Niccolai
Hi, The string is not actually a timestamp, but rather it is timestamped based, and also includes some random data. -Marzia On Sun, Nov 23, 2008 at 8:47 AM, Joe Blau [EMAIL PROTECTED] wrote: What format is the timestamp in? Joe On Nov 13, 1:24 pm, Marzia Niccolai [EMAIL PROTECTED] wrote:

[google-appengine] Re: Data Source Python Library (gviz api)

2008-11-24 Thread Jeff S
Hi herbie, From looking at the source code for the Google visualization Python API, it appears to be pure Python. http://code.google.com/p/google-visualization-python/source/browse/trunk/gviz_api.py If that is the case, then it should be pretty easy to use it. Add this gviz_api.py file to your

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

2008-11-24 Thread Marzia Niccolai
Hi Aral, With App Engine, authentication is based on subdomain, not on app id. So if you have to redirect a user to a different domain (such as www.myapp.com to myapp.appspot.com), they will need to sign in again. -Marzia On Sun, Nov 23, 2008 at 5:17 AM, Aral Balkan [EMAIL PROTECTED] wrote:

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

2008-11-24 Thread Marzia Niccolai
Hi Amir, You seem to be sending the authorization in the body of request, not in the headers. Including the basic auth in the headers of the URLFetch call should work. -Marzia On Mon, Nov 24, 2008 at 9:47 AM, Amir Michail [EMAIL PROTECTED] wrote: On Nov 23, 1:31 pm, Amir Michail [EMAIL

[google-appengine] Re: Inspired by Gmail looks

2008-11-24 Thread Jeff S
Hi pran, For legal questions, you should consult a lawyer :-) Happy coding, Jeff On Nov 21, 1:01 pm, pran__ [EMAIL PROTECTED] wrote: Hello GAE Team, One of the web applications that has always managed to keep my attention is Gmail. I am in love with it. I am designing my application with

[google-appengine] Re: Content-Encoding?

2008-11-24 Thread Daniel O'Brien (Google)
Not at present - Marzia responded with a list of headers that cannot be changed in a previous question along the same lines: http://groups.google.com/group/google-appengine/browse_thread/thread/69232c3e1934173e Currently all incoming requests go through our serving infrastructure - we don't

[google-appengine] utf-8 not used even though it is specified in Content-Type

2008-11-24 Thread Amir Michail
Hi, I'm using webapp with the following: self.response.headers['Content-Type'] = 'text/html; charset=utf-8' But it's using cp1252 instead: c:\python25\lib\encodings\cp1252.py in decode (self=encodings.cp1252.Codec instance at 0x00D37BC0, input=read- only buffer ptr 0x02050534, size 40 at

[google-appengine] Re: Surprisingly consistent timeouts on a simple query

2008-11-24 Thread Rob
I spent the weekend trying various tweaks to attempt to reduce the number of timeouts on this query but with no success. Since the problem seems to come and go in waves, I'm beginning to think it's more related to load other issues on the server (not particularly related to the load on my app).

[google-appengine] Re: 1.1.6 urlfetch with largish payload fails with ApplicationError: 2 (35, 'Resource temporarily unavailable')

2008-11-24 Thread Marzia Niccolai
Hi Gijsbert, I'm not able to replicate this on my Mac, but I'm using Python 2.5.1 (Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin). Using a 60KB payload goes through fine for me on 1.1.7 without modifying urlfetch at all. Perhaps if someone

[google-appengine] Re: Local datastore import is too slow

2008-11-24 Thread Jyoti
You are right Dave. I started working with s small set of data on the local server. I also fragmented my CSV file in a set of 100 records this reduced the memory requirements. My app works fine now. Thanks, Jyoti On Nov 20, 12:58 am, David Symonds [EMAIL PROTECTED] wrote: On Thu, Nov 20, 2008

[google-appengine] Re: urlfetch DeadlineExceededError

2008-11-24 Thread Jeff S
Hi István, If you know the cookies which need to be sent, you can construct HTTP headers for each of the cookies and call the final URL and cut out the redirects. To send a cookies as a header, you would add them to the headers dictionary with something like this: # A single cookie # Cookie:

[google-appengine] Re: Best way to implement an app which collects info from the net?

2008-11-24 Thread bvelasquez
GAE has limits on how long a request can take before it times out, so long running collection processes within a GAE request wouldn't work. Additionally, there is no scheduler service in GAE at this time, so there is no way to periodically go out and collect the data. You would have to do this

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

2008-11-24 Thread bvelasquez
- url: /static static_dir: static I do the above. Then, any html file I want to display directly I path to static. So, if I had an index.html, the url would be: http://myapp.appspot.com/static/index.html Barry http://tapingya.appspot.com On Nov 22, 10:47 pm, [EMAIL PROTECTED] [EMAIL

[google-appengine] Re: Is Memcache really needed?

2008-11-24 Thread Jon McAlister
Correct, independent of the volume of one's app, it's nearly always fruitful to use memcache in order to reduce end-user latency. Jon On Nov 17, 1:36 pm, Anders [EMAIL PROTECTED] wrote: On Nov 17, 6:37 pm, Jon McAlister [EMAIL PROTECTED] wrote: On Nov 16, 10:05 pm, Anders [EMAIL

[google-appengine] Re: Creating unique key names

2008-11-24 Thread Jon McAlister
Correct, we don't provide pid or hostname but os.urandom() will yield a secure random seed, and every runtime process is uniquely seeded, so you don't need to worry about any two distinct runtime processes ever generating the same random numbers. If you don't feel like random numbers give you

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

2008-11-24 Thread GAERiddler
Yes. But that accepts the same varargs as the .gql() method. What I think would be nice to have would be a bind(dictionary), and the dictionary object contains all the keyword-parameter bindings. On Nov 24, 9:50 am, Mahmoud [EMAIL PROTECTED] wrote: Have you seen GqlQuery.bind() ?

[google-appengine] unicode problem with django custom tag

2008-11-24 Thread Amir Michail
Hi, Sometimes I get this error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 67: ordinal not in range(128) So I tried this fix mentioned in http://groups.google.com/group/google-appengine/browse_thread/thread/24d04c3db285a3b0: import sys reload(sys)

[google-appengine] create an image-processing website with GAE?

2008-11-24 Thread James Yan
hey, recently, i search ideas for deploying my image processing application in an online-website way.which means, users do need download my image processing software, just visiting a website, then may submit their own input image and get the resulted one from webserver, i konw GAE python script

[google-appengine] Nothing but time-outs tonight

2008-11-24 Thread GAEfan
Is something slow with Google tonight? My app (which normally takes 5-6 seconds to load) is timing out every time tonight (past 8 seconds). I sure hope GAE lifts that 8 second limit soon. My app depends on it. --~--~-~--~~~---~--~~ You received this message

[google-appengine] what about other language support?

2008-11-24 Thread jyf1987
although i love python this programming language,but i dont like to use python as a web dev envir so what about other language support? like php perl lua,etc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App

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

2008-11-24 Thread jyf1987
i think u need a js based template system On Nov 25, 8:25 am, bvelasquez [EMAIL PROTECTED] wrote: - url: /static   static_dir: static I do the above.  Then, any html file I want to display directly I path to static.  So, if I had an index.html, the url would be:

[google-appengine] Re: what about other language support?

2008-11-24 Thread David Symonds
On Tue, Nov 25, 2008 at 3:15 PM, jyf1987 [EMAIL PROTECTED] wrote: although i love python this programming language,but i dont like to use python as a web dev envir so what about other language support? like php perl lua,etc See the roadmap: http://code.google.com/appengine/docs/roadmap.html