[google-appengine] google app engine python

2017-03-01 Thread Miran Nilusha
Hi, I want to return json array without property name just array from app engine api end points. -- 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-ap

[google-appengine] Google app engine python error

2012-09-10 Thread Python
why i am getting this error .. UnboundLocalError: local variable 'Candidate' referenced before assignment -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-ap

[google-appengine] google app engine python validation

2012-09-13 Thread Python
Hello everyone , i am new to goolge app engine and python. I am creating on sample form having 5 fields like name , email , mobile number , address. When user clicks on SAVE button the data should store in to the database. But i want to add some validations to that form, like must input name

[google-appengine] Google App engine Python 2.7

2020-06-04 Thread Nimrod Kaplan
Hi, Can someone update what is going to happen with existing python 2.7 apps on google app engine in July / August ? Will they continue to work ? Thanks, -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

Re: [google-appengine] Google app engine python error

2012-09-10 Thread Andreas
because like the error says the variable 'Candidate' is referenced before assignment. maybe you want to post some code? On Sep 10, 2012, at 2:41 AM, Python wrote: > why i am getting this error .. > > > UnboundLocalError: local variable 'Candidate' referenced before assignment > > > -- > You

Re: [google-appengine] Google App engine Python 2.7

2020-06-04 Thread 'Dustin Ingram' via Google App Engine
Yes. See https://cloud.google.com/appengine/docs/standard/long-term-support#python_27 . On Thu, Jun 4, 2020 at 7:09 AM Nimrod Kaplan wrote: > Hi, > > Can someone update what is going to happen with existing python 2.7 apps > on google app engine in July / August ? Will they continue to work ? >

[google-appengine] Google app engine Python, problem rendering index.html

2013-07-23 Thread Alen Masic
Hello I developed app using html5 and php. Since php is not yet fully supported on google app engine I would like to change my php code to python because I have 8 lines of php code. Problem is, I'm total noob with python. I'm used to make index.html and that run fine with php, but when I try to

Re: [google-appengine] Google app engine Python, problem rendering index.html

2013-07-23 Thread Anbarasan Gangadaran
HI Alen, It should be self.response.write(html) instead of self.render(html). you can go through the Hello Worldexamples in the docs to know more. Regards Anbarasan On Wed, Jul 24, 2013 at 3:31 AM, Alen

[google-appengine] google app engine python encoding not work properly

2015-09-12 Thread Maksym Polynskyi
I parse some site and when I run code on my pc - I got nice html code. But when I try to run it via google app engine I got wrong encoded text like this: o�Ƭ"3��&�C�]���lu}�j ���?��l�.�3 Y�e?�bG���c�No�ј�}�e�(�NK��S$T�8]I�G֤�TZְ It's ISO-8859-1. Python can't parse on google app engi