[google-appengine] Re: Does gae support boto3?

2019-10-17 Thread 'George (Cloud Platform Support)' via Google App Engine
This sub-process is now supported in App Engine Standard production environment for Python 2.7. You are encouraged verify and report eventual errors. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: Does gae support boto3?

2019-10-10 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right: supported in GAE runtime, so after your app is deployed, not in local development environment. -- 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

[google-appengine] Re: Does gae support boto3?

2019-10-10 Thread Ray Wong
Can it be fixed in GAE standard environment? 在 2019年9月24日星期二 UTC+8下午11:09:02,George (Cloud Platform Support)写道: > > This sub-process is now supported in App Engine's production environment > for Python 2.7. > -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Does gae support boto3?

2019-09-30 Thread Soeren Balko
Can you please elaborate? I am on the latest version of the Google Cloud SDK (264.0.0) with its app-engine-python component up to date. However, when adding the boto3 pip dependency (version 1.9.237), and importing it into my AppEngine module, I get the aforementioned "AttributeError: 'module'

[google-appengine] Re: Does gae support boto3?

2019-09-24 Thread 'George (Cloud Platform Support)' via Google App Engine
This sub-process is now supported in App Engine's production environment for Python 2.7. -- 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+

[google-appengine] Re: Does gae support boto3?

2019-09-24 Thread Ray Wong
Any progress in this issue? It seems that it's because GAE dosen't support subprogress.Popen. 在 2019年8月24日星期六 UTC+8上午8:00:22,Nicolas (Google Cloud Platform Support)写道: > > Hi Ray, > > I understand that you really need Boto3 to be supported by App Engine as > of now it is now so I have notified o

[google-appengine] Re: Does gae support boto3?

2019-08-23 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Ray, I understand that you really need Boto3 to be supported by App Engine as of now it is now so I have notified our engineering team of this feature request[1] and they are now investigating it. There is currently no ETA for its implementation. [1] https://issuetracker.google.com/issues

[google-appengine] Re: Does gae support boto3?

2019-08-22 Thread Ray Wong
Thanks for your reply! In fact I need to use Mturk api which is included in boto and boto3 in my project. However the Mturk api in boto is now deprecated so that means I have to use boto3 continue my work. 在 2019年8月23日星期五 UTC+8上午3:31:34,Nicolas (Google Cloud Platform Support)写道: > > Hi Ray, > >

[google-appengine] Re: Does gae support boto3?

2019-08-22 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Ray, Thank you for opening this thread, I’m not a Boto3 expert however from what I understand of the research that I made, I think you are right Boto3 seems to be experiencing some issues with App Engine. Also I found some unofficial resource that seems to imply that you could rollback a