Re: [google-appengine] Problem with app?

2013-12-06 Thread Nuno Maltez
Missing the ":" after the class definition? class travianVillage(): On Tue, Dec 3, 2013 at 4:26 AM, Tuukka Karvonen wrote: > Traceback (most recent call last): > File > "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", > line 239, in Handle >

Re: [google-appengine] Issue with FormFields

2010-08-10 Thread Nuno Maltez
Hi, I think "choices" in Appengine models does not work in the same way as in Django models and does not expect a list of tuples in the form (label, value) but a simple list of values. See http://code.google.com/intl/pt-PT/appengine/docs/python/datastore/propertyclass.html#Property https://code.g

Re: [google-appengine] Re: bulkuploading to a version

2010-05-04 Thread Nuno Maltez
Try visiting what you passed in to --url in the browser. It should say > "This request did not contain a necessary header" if everything is > working correctly. > > On Apr 29, 4:37 am, Nuno Maltez wrote: >> Hi, >> >> I wonder if this is possible. I have a GAE si

[google-appengine] bulkuploading to a version

2010-04-29 Thread Nuno Maltez
Hi, I wonder if this is possible. I have a GAE site that's static, i.e., does not use the datatstore at all. I'm in the process of converting it to a dynamic version (using django nonrel), and I was trying to deploy the new site to a different version under the same app_id, for testing. I have som

Re: [google-appengine] when working local, IOError: cannot read interlaced PNG files

2010-04-05 Thread Nuno Maltez
Have you tried upgrading your local imaging library (PIL) to 1.1.7? http://www.pythonware.com/products/pil/#pil117 http://code.google.com/intl/pt-PT/appengine/docs/python/images/installingPIL.html According to the CHANGES file, it's supposed to fix this issue: """ + Read interlaced PNG files (fr

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-16 Thread Nuno Maltez
On Thu, Feb 12, 2009 at 8:07 PM, Brett C. wrote: > On Feb 10, 4:47 am, Nuno Maltez wrote: >> I get the following Warning followed by an Error when I try to access my app: >> >> WARNING:root:Blocking access to skipped file >> "/home/nuno/tmp/work-i18n/.google

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread Nuno Maltez
Hi, I have a similar problem, except that I'm using Django 0.96 included in the SDK and App Engine Helper for Django rev 53 (following the instructions in the README, it's the latest revision that works with 0.96). Updating to r73 would mean having to update to a more recent version of Django and

[google-appengine] Adding an application to a Google Apps domain

2009-02-06 Thread Nuno Maltez
Hi, We're developing a google app engine application and we'd like to provide a way for the users to easily install the application to their Google Apps domain (and to the user's own application ID on App Engine). Something like the "Add it now" button on the "Google Code Reviews" product availab