Re: [google-appengine] appcfg.py error

2013-07-30 Thread Vinny P
On Tue, Jul 30, 2013 at 5:20 AM, wrote: > hello, i'm trying to upload an app through appcfg.py, the error messages > occurred: > > 2013-07-30 16:19:27,555 ERROR appcfg.py:1986 An error occurred processing > file '': . Aborting. > Try deploying from a different computer and see if that solves yo

[google-appengine] appcfg.py error

2013-07-30 Thread jackh
hello, i'm trying to upload an app through appcfg.py, the error messages occurred: 04:18 PM Host: appengine.google.com 04:18 PM Application: myapp; version: 1 04:18 PM Starting update of app: myapp, version: 1 04:18 PM Getting current resource limits. 2013-07-30 16:19:27,555 ERROR appcfg.py:1986

Re: [google-appengine] appcfg.py error

2010-03-01 Thread Eli Jones
Is the remote_api handler at the very top of your app.yaml? if there is something like: - url: /.* script: myscript Above the remote_api handler.. then it won't work. On Mon, Mar 1, 2010 at 8:43 PM, pkhoosh wrote: > I am trying to upload a csv file to a data store. I uploaded my > app.yaml

[google-appengine] appcfg.py error

2010-03-01 Thread pkhoosh
I am trying to upload a csv file to a data store. I uploaded my app.yaml file with the following: - url: /remote_api script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py login: admin I wrote a python handler in my application directory (DataStoreLoader.py). However, I get the foll

[google-appengine] appcfg.py error

2010-03-01 Thread pkhoosh
I have deployed my app and I want to populate the datastore with a csv file. After following the tutorial, I wrote a python loader file (DataStoreLoader.py) in my application directory and updated the app.yaml file with the following line: - url: /remote_api script: $PYTHON_LIB/google/appengine

[google-appengine] appcfg.py: error: no such option: --force

2008-09-16 Thread earobinson
I am trying to use the --force option (http://code.google.com/ appengine/docs/appcfgpy.html) for appcfg.py so that I can remove some of my Indexes and not get this error when I check in: Uploading index definitions. Error 500: --- begin server output --- Server Error (500) A server error has occ