[web2py] Re: bulk_upload to GAE development datastore no longer works?

2013-12-23 Thread David Manns
Here is the solution. The trick that is not well documented relates to how the new GAE SDK opens service ports. After starting the application using the launcher the GAE SDK log shows: 2013-12-23 08:32:28 Running command: ['C:\\Python27\\pythonw.exe', 'C:\\Program Files

[web2py] Re: bulk_upload to GAE development datastore no longer works?

2013-12-05 Thread David Manns
Do you have a reference for this? I went back to 1.8.0 and problem is same. Also tried some 1.7x versions, higher versions with same result. Early 1.7x versions I think ran only on Python 2.5 and probably because of other changes in the yaml file and the --use_sqlite app parameter can't get

Re: [web2py] Re: bulk_upload to GAE development datastore no longer works?

2013-12-05 Thread Christian Foster Howes
ok, it must be a different error. this is the bulkupload error that i am watching: https://code.google.com/p/googleappengine/issues/detail?id=9666 there are several issues logged against the bulkuploader though:

[web2py] Re: bulk_upload to GAE development datastore no longer works?

2013-12-04 Thread Christian Foster Howes
this is a documented GAE SDK bug. you'll have to downgrade your GAE SDK to the last working version of this. i *think* the last working version is 1.8.1 On Wednesday, December 4, 2013 8:46:31 AM UTC-8, David Manns wrote: My application runs on GAE. Using Google's bulk loader I make