Re: [google-appengine] Re: Python App

2020-12-02 Thread 'Juan Carlos Gomez' via Google App Engine
Hello, this group is for App Engine and should be kept in topic. You are trying to execute a Python script from a GCE instance, the python scripts shows an error that says `FileNotFoundError` when trying to find the file `Output/Persons 3011201921.csv`. You need to contact the author of this

Re: [google-appengine] Re: Python App

2020-12-01 Thread Zain Basit
I try with VM but got this error. On Tuesday, December 1, 2020 at 2:30:19 AM UTC+5 Wesley C (Google) wrote: > Unfortunately the code you have is a Python command-line script, meaning > you can't use Google Cloud serverless platforms (App Engine, Cloud > Functions, Cloud Run) unless you either

Re: [google-appengine] Re: Python App

2020-11-30 Thread wesley chun
Unfortunately the code you have is a Python command-line script, meaning you can't use Google Cloud serverless platforms (App Engine, Cloud Functions, Cloud Run) unless you either add API endpoints and data serialization, or turn it into a full web app. Based on what you have right now, you can

[google-appengine] Re: Python App

2020-11-29 Thread Zain Basit
https://github.com/zainbasit/GoogleCloudPlatform this is the app I want to deploy and execute, cloud functions didn't work. On Monday, November 30, 2020 at 12:28:24 AM UTC+5 yananc wrote: > *Hello, If you would like to know general information on how to deploy and > run Python apps on App

[google-appengine] Re: Python App

2020-11-29 Thread 'yananc' via Google App Engine
*Hello, If you would like to know general information on how to deploy and run Python apps on App Engine, please refer to the Quickstart for Python 3 in App Engine Standard and Quickstart for Python in App Engine Flexible

[google-appengine] Re: Python App Engine - MySQLdb connection pool

2017-10-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Marc-André, >From SQLAlchemy 1.2 Documentation: *"Connection Pool Configuration* *The Engine returned by the create_engine() function in most cases has a QueuePool integrated, pre-configured with reasonable pooling defaults. If you’re reading this section only to learn how to enable

[google-appengine] Re: Python — App Engine — AttributeError: 'list' object has no attribut 'has_key'

2012-02-01 Thread Justin Papez
The link above for some reason is not working. Here is a working link http://stackoverflow.com/questions/9089060/attributeerror-list-object-has-no-attribut-has-key-in-app-engine On Jan 31, 4:24 pm, Justin Papez gaega...@gmail.com wrote: Hey all, Been having quite a problem with this

Re: [google-appengine] Re: Python — App Engine — AttributeError: 'list' object has no attribut 'has_key'

2012-02-01 Thread Robert Kluin
Hey Justin, That looks like a bug to me, I'd suggest you file a bug. I posted more details in the SO question. Note that you could fix this pretty easily in your local SDK. Check that entity is something, ie if not entity: return. Then check if entity is actually a list. If it is, you'd

[google-appengine] Re: python app engin

2011-10-20 Thread master student
yes I reinstall more than once but still the same problem On 20 أكتوبر, 19:18, James Jones ja...@freedomnet.co.nz wrote: reinstall? On Thu, Oct 20, 2011 at 11:32 AM, master student arwa.cs.2...@gmail.comwrote: please I need help after I remove one folder  belong app_engin launcher I

[google-appengine] Re: python app engin

2011-10-20 Thread JH
does master student mean you are a graduate student at a university? On Oct 20, 1:08 pm, master student arwa.cs.2...@gmail.com wrote: yes I reinstall more than once but still the same problem On 20 ÃßÊæÈÑ, 19:18, James Jones ja...@freedomnet.co.nz wrote: reinstall? On Thu, Oct 20,

[google-appengine] Re: python app upload issues - appcfg.py

2009-04-10 Thread vv
upon adding more debug statements to appcfg.py and urllib2, it seems like the following http request fails. i am *not* behind a firewall, so that is probably not the issue. any thoughts? request = http://appengine.google.com/api/appversion/create?version=1app_id=unboxer payload = api_version: