[google-appengine] Re: My app is live.

2008-10-26 Thread fishfin
I like it! The site design is simple and easy to use. (On my screen resolution it also looks a little bit empty, you might consider adding something like 'most resent' or 'most popular' lists to flesh it out a bit) Some more nitpicks: It would be nice if there was a stop / pause button for the

[google-appengine] can you help me?

2008-10-26 Thread fish
Hi,when I upload the file to server,the command display error after August 8, 2008 . Is Google App Engine not run in china?but I can explorer the site (http://appengine.google.com/ ) by firefox with tor. Can you help me? Can I upload file with tor? Thanks, -fishks

[google-appengine] Re: Please don't repeat GWT's mistake!

2008-10-26 Thread Lex Spoon
On Oct 21, 3:59 pm, Peter Recore [EMAIL PROTECTED] wrote: I don't think mistake is the right word there.  I'm not an expert on Java Compilers and JVMs, but I'll go out on a limb here and risk embarrassing myself - my gut feeling is that Java is much easier to compile into javascript than

[google-appengine] Using Model.get_or_insert to create unique values for entities

2008-10-26 Thread Alexis Bellido
Hello everybody, I needed to store some information about my users (I don't need to use Google accounts) and created a model called FbUser, each entity in the model is a fbuser and each fbuser has a unique user uid, a field I call 'uid'. A uid can't appear more than once in the datastore but it

[google-appengine] Re: Complete Newb Question

2008-10-26 Thread Hakayati
You can retrieve URL parameters from the request object like this: # e.g. www.mysite.com/?my_parameter=hello%20world class MainPage(webapp.RequestHandler): def get(self): my_parameter = '' for param in self.request.query.split(''): if param.startswith('my_parameter'):

[google-appengine] Re: Complete Newb Question

2008-10-26 Thread fishfin
Ok, I don't think I'm being very clear = ) Say a user visits my website with this address bar: https://www.mywebsite.com/index.htm?data=123xyz I would like to place the '123xyz' into a variable so that I can access it whenever I want to. I think that loell's code does that except that I can't

[google-appengine] [GWT] Google Web Toolkit Documentation

2008-10-26 Thread RIAgallery
Hi All, I built an archive of the Google Web Toolkit documentation to keep on your computer and read while not connected to the Internet. I'm reading the Terms and Conditions http://code.google.com/webtoolkit/terms.html Can I share here this archive?

[google-appengine] Could not import strftime from datetime

2008-10-26 Thread Giacecco
Very simple problem: from datetime import strftime gives me this error ImportError at / cannot import name strftime Request Method: GET Request URL: http://localhost:8080/ Exception Type: ImportError Exception Value: cannot import name strftime

[google-appengine] Re: Could not import strftime from datetime

2008-10-26 Thread RIAgallery
from datetime import strftime Traceback (most recent call last): File stdin, line 1, in module ImportError: cannot import name strftime On Oct 26, 3:00 pm, Giacecco [EMAIL PROTECTED] wrote: Very simple problem:    from datetime import strftime gives me this error    ImportError at /  

[google-appengine] Re: Could not import strftime from datetime

2008-10-26 Thread RIAgallery
dir(datetime.datetime) ['__add__', '__class__', '__delattr__', '__doc__', '__eq__', '__ge__', '__getatt ribute__', '__gt__', '__hash__', '__init__', '__le__', '__lt__', '__ne__', '__ne w__', '__radd__', '__reduce__', '__reduce_ex__', '__repr__', '__rsub__', '__seta ttr__', '__str__', '__sub__',

[google-appengine] App Deployment

2008-10-26 Thread Koren
Will it be possible in the near future to deploy more than 10 app per account? is this on your list? --~--~-~--~~~---~--~~ 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] getting back the uploaded .py files

2008-10-26 Thread ravinder thakur
hello friends, is there any way to get back the python (or some other) files that we upload to app engine as part of our application. I just uploaded the app and shift-deleted one important python file :( thanks for help ravinder thakur --~--~-~--~~~---~--~~ You

[google-appengine] Re: getting back the uploaded .py files

2008-10-26 Thread Sylvain
maybe the most asked question. And sorry : there is no solution. Next time, you should add this project to your app.yaml http://www.manatlan.com/blog/zipme___download_sources_of_your_gae_website__as_a_zip_file On 26 oct, 17:45, रवींदर ठाकुर (ravinder thakur) [EMAIL PROTECTED] wrote: hello

[google-appengine] appengine-utilities is now gaeutilities

2008-10-26 Thread [EMAIL PROTECTED]
appengine-utilities is now gaeutilities and 1.0 has been officially released. http://gaeutilities.appspot.com/ 1.0 is 1.0rc4 with no changes except for the demo site html and css. There's no need to download it if you are already using 1.0rc4. Development on 1.1 is starting. Planned features

[google-appengine] appengine is very frustrating

2008-10-26 Thread Daniel
We have a fairly substantial app running which works well maybe 85% of the time. The other 15% we get random timeouts or errors in areas that work just fine most of the time. Just when we think it's stable it has periods of breaking down. For example right now it's behaving really badly. Going

[google-appengine] Re: Index stuck on building...

2008-10-26 Thread Gadi
Back to normal now. Developers should be able to delete stuck indexes, though. On Oct 25, 2:31 pm, Gadi [EMAIL PROTECTED] wrote: One of the indexes in my app has been stuck on building for a long time. Vacuum_indexes doesn't work on it. There are some threads describing this problem and

[google-appengine] Re: can you help me?

2008-10-26 Thread Bryan Donlan
On Oct 25, 8:53 pm, fish [EMAIL PROTECTED] wrote: Hi,when I upload the file to server,the command display error after August 8, 2008 . Is Google App Engine  not run in china?but I can explorer the site (http://appengine.google.com/) by firefox with tor. Can you help me? Can I upload file

[google-appengine] Query max results clarification

2008-10-26 Thread Alex Popescu
I am reading on the chapter Executing the Query and Accessing Results [1]: [quote] The datastore returns a maximum of 1000 results in response to a query, regardless of the limit and offset used to fetch the results. The 1000 results includes any that are skipped using an offset, so a query with

[google-appengine] Re: Query max results clarification

2008-10-26 Thread djidjadji
You can but you must use a field of the object that you can sort on. Then you can use a filter() on the query to get the objects beyond the first 1000. If you fetch 1000 records, process 999, and use the sort field value of record 1000 as a starting value for your next query.filter('field = :1',

[google-appengine] Re: appengine is very frustrating

2008-10-26 Thread jeremy
That's discouraging to hear :\ At the moment this is what i'm seeing: Traceback (most recent call last): File /base/python_lib/versions/1/google/appengine/ext/webapp/ __init__.py, line 499, in __call__ handler.get(*groups) File /base/data/home/apps/gas/1.998/serverhttp.py, line 1487, in

[google-appengine] Re: What's the relationship between danga.com memcached and Memcache?

2008-10-26 Thread pr3d4t0r
On Oct 25, 7:32 pm, Casey Dwyer [EMAIL PROTECTED] wrote: Brad who created memcached works for Google now, including on Perl App Engine, so there's surely a connection there. Here's his Google Groups profile if you want to shoot him a personal message or post this to one of his groups:

[google-appengine] Re: Could not import strftime from datetime

2008-10-26 Thread pr3d4t0r
On Oct 26, 7:00 am, Giacecco [EMAIL PROTECTED] wrote: Very simple problem:    from datetime import strftime gives me this error    ImportError at /    cannot import name strftime Giacecco: It's working fine on some code I have here, that uses strftime() directly on a datetime property:

[google-appengine] Configuring subdomains on a django App Engine application

2008-10-26 Thread killer barney
I'm a bit confused on how I can configure subdomains on an app engine app (I intend on using django, if that changes anything). Say I purchase the domain www.example.com, how do I get the subdomain test.example.com to redirect to where I want it to go on my applicaiton? Is that purely in the

[google-appengine] How to keep user data when redirected to login?

2008-10-26 Thread newb
Hi all, I have a page that users can view without being logged in. It has a form on it with several inputs. But I want users to be logged in before I accept save this form information. If users aren't logged in, I redirect to the login screen using create_login_url() but I lose the form data

[google-appengine] Re: Problem locating the html template for the template.render() call.

2008-10-26 Thread [EMAIL PROTECTED]
I had the same problem. I tried to remove - url: /static static_dir: staticDir in app.yaml, and it worked. I think you don't need to let *.html be static. Maybe you can handle *.html by py. --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Re: How to keep user data when redirected to login?

2008-10-26 Thread pr3d4t0r
On Oct 26, 9:00 pm, newb [EMAIL PROTECTED] wrote: I have a page that users can view without being logged in. It has a form on it with several inputs. But I want users to be logged in before I accept save this form information. If users aren't logged in, I redirect to the login screen using