[google-appengine] Re: quick guide on using Boa-Constructor and remote debugger with SDK 1.7.6 new dev server

2013-07-30 Thread timh
Don't know _ i don't use visual studio nor know anything about its capability re debugging python. You should also look at the new pre-release SDK that supposedly fixes debugging for normal python debug environments, T On Tuesday, July 30, 2013 8:04:33 PM UTC+8, Cristian Perez wrote: > > Any

Re: [google-appengine] Re: Memory usage while parsing XML file into Google App Engine datastore

2013-07-30 Thread Vinny P
On Tue, Jul 30, 2013 at 1:29 AM, Andrew Free wrote: > Is this something in my code or something I can't change related to adding > data to a datastore. I'm stuck and confused after hours/days of playing > around with it. > Try looking into the task queue service. You can have one instance parsin

Re: [google-appengine] A Google Apps URL redirects to my Apps Engine .appsot.com for Go

2013-07-30 Thread Vinny P
On Tue, Jul 30, 2013 at 3:37 PM, John wrote: > How to I end this re-direct so Google Apps accesses it as originally done? > thx > > Which URL is doing the redirect? Your custom domain or an URL within your Google Apps account? In addition, are you doing any redirects within your Go code (i.e. u

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-07-30 Thread Chris Ramsdale
Thanks, Ruben! On Jul 30, 2013 5:36 PM, "rdodev" wrote: > Chris, > > Thank you very much for your response. It help us tremendously to know > that at least we a have a few month's wiggle room to move our stuff to GCS. > We were sweating bullets over here :) > > I will copy-pasta your reply to the

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

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-07-30 Thread rdodev
Chris, Thank you very much for your response. It help us tremendously to know that at least we a have a few month's wiggle room to move our stuff to GCS. We were sweating bullets over here :) I will copy-pasta your reply to the thread in StackOverflow, there were a few people interested in the

Re: [google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-30 Thread Chris Ramsdale
i replied on the original thread. let's move the conversation there. On Tue, Jul 30, 2013 at 6:33 AM, rdodev wrote: > Hey Richmond, > > I still have not gotten an answer (not even a ballpark one) about the > timeline for final removal of the blobstore file-like API for python 2.7 > runtime. If

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-07-30 Thread Chris Ramsdale
while there's currently no defined date for decommissioning this API, we are committed to supporting it throughout the remainder of the year (2013). please don't hesitate to reach out to me directly (cramsd...@google.com), if you have further questions (this thread is fine as well). -- Chris Pro

[google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-30 Thread husayt
Seems not much going on in Java side? More and more I get impression, that Java is being neglected or discouraged to use at least. I will appreciate if somebody could give us some info on status. At least if the issue with cold warmups could resolved, we don't really ask for too much. On Tue

[google-appengine] Re: Memory usage while parsing XML file into Google App Engine datastore

2013-07-30 Thread Andrew Free
My understanding is that the map reduce is run after the items are already in the datastore? Not while they are being added? On Tuesday, July 30, 2013 7:26:52 AM UTC-7, ruben...@infotechfl.com wrote: > > That large of a file/job seems like a job for MapReduce rather than > AppEngine front or ba

[google-appengine] A Google Apps URL redirects to my Apps Engine .appsot.com for Go

2013-07-30 Thread John
How to I end this re-direct so Google Apps accesses it as originally done? thx -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr..

Re: [google-appengine] Maven and GAE endpoints

2013-07-30 Thread Tadeáš Kříž
Hi, Any update on this? I'm having trouble getting endpoints work. I have one project with two modules, one module is Android app and one module is Web application for AppEngine which has the endpoints. But I'm not able to easily import the generated classes into the Android app. This is very

[google-appengine] NPE with no parameter in URL and "Unsupported Content-Type:" otherwise with Lab Exercise 5

2013-07-30 Thread ritesh singh
Hi All, I know this has been asked many a times but none of the mentioned links could help me. I am going through Google App Engine's tutorial ( http://googcloudlabs.appspot.com/codelabexercise5.html) and am unable to send request from client to server. My server is running locally and clien

[google-appengine] Re: Blacklist page just show a Server Error

2013-07-30 Thread krisrak
I see the same for one of my apps from last few days... On Saturday, 27 July 2013 04:42:43 UTC-7, Roy Yeung wrote: > > Anyone have ever encounter such issue ? > > I have no idea how to report this error, as i am not App for business. > > -- You received this message because you are subscribed

[google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-30 Thread Alex Burgel
On Monday, July 29, 2013 9:26:04 PM UTC-4, Richmond Manzana wrote: > - Fixed an issue with debugger/breakpoint not working on the dev_appserver. > > http://code.google.com/p/appengine-devappserver2-experiment/issues/detail? > id=28 > http://code.google.com/p/googleappengine/issues/detail?

[google-appengine] como hacer formularios en app engine y python, ademas usar una base de datos para almacenarlos

2013-07-30 Thread coto
Comienza con http://appengine.beecoss.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this gro

[google-appengine] Re: Memory usage while parsing XML file into Google App Engine datastore

2013-07-30 Thread ruben . orduz
That large of a file/job seems like a job for MapReduce rather than AppEngine front or backend instances, IMO. My 2c. On Tuesday, July 30, 2013 2:29:31 AM UTC-4, Andrew Free wrote: > > I'm trying to parse a big (5GB) XML file (product catalog) into a google > datastore. The issue I am having is

[google-appengine] Memory usage while parsing XML file into Google App Engine datastore

2013-07-30 Thread Andrew Free
I'm trying to parse a big (5GB) XML file (product catalog) into a google datastore. The issue I am having is it taking up a lot of memory. I was able to get the memory down from the parsing part by reading it line by line and deleting elements as I go. However something is still sticking behi

[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

[google-appengine] Re: quick guide on using Boa-Constructor and remote debugger with SDK 1.7.6 new dev server

2013-07-30 Thread Cristian Perez
Any way of doing this but for Visual Studio? The debugger doesn't work with the new dev server... El lunes, 25 de marzo de 2013 11:30:05 UTC+1, timh escribió: > > Hi > > Here is a quick note to get people started with an IDE based interactive > debugger with the new dev server > > You have to

Re: [google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-30 Thread rdodev
There's noting speculative about this. They own the product, they have their own internal deadlines and timelines. As an otherwise satisfied paying customer all I'm asking is for some clarity as we don't have the luxury to shuffle resources and backlogs around. On Tuesday, July 30, 2013 9:38:4

Re: [google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-30 Thread Barry Hunter
Google dont really speculate on things like this. But now the depreciation has been made, would think its worth fixing it sooner rather than later. Or to look at it another way, can you afford to have it break on you? If yes, then leave it until later. If not, then fix it ASAP. On 30 July 2013

[google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-30 Thread rdodev
Hey Richmond, I still have not gotten an answer (not even a ballpark one) about the timeline for final removal of the blobstore file-like API for python 2.7 runtime. If you could do some digging in this regard, I would greatly appreciate it. As I explained in my thread and in the stackoverflow

Re: [google-appengine] Time Syncronization

2013-07-30 Thread Evan Ruff
Hey Guys, Thanks so much for the ideas and links. I've been doing some more thinking around this, and was wondering if fashioning a single-threaded pull queue would serve my purposes? Basically, when a request comes in, push it to the pull queue, do the linear assignment of the value through a

[google-appengine] Micromedia code working on local but now working after deploy

2013-07-30 Thread Shilendra Sharma
Dear All This code working on the local but not working on and redirecting on after deploy My application www.shrisay.org application Id is : omshrisay.appspot.com http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"; width="629" height="260">

Re: [google-appengine] Re: Modules with the same code?

2013-07-30 Thread Stefano Ciccarelli
+1. I have too agree! We too would like to upload only one code base and configure modules and url without duplication. Otherwise the modules end up being just an annoyance. 2013/7/26 Vinny P > On Friday, July 26, 2013 10:12:19 AM UTC-5, Jeff Schnitzer wrote: > >> I just wanted to check how th

Re: [google-appengine] How to show key name from datamodel.all() on Django template

2013-07-30 Thread Google Tasks Backup Moderator
Try myProject.*key* On 27 July 2013 18:48, Hayato Hoshikawa wrote: > Hi Team, > > I would like to know how to show key name from datamodel.all() on Django > template. > Wrote below code but don't find how I can make key_name at the red line. > Please tell me how to make them well. > > *main.py*