Connecting to Cloud SQL from External Applications, you may follow the steps here <https://cloud.google.com/sql/docs/mysql/connect-external-app> and set the invocation statement as this <https://cloud.google.com/sql/docs/mysql/connect-external-app#python> for Python.
Most web applications use a WSGI server such as Gunicorn, uWSGI or Waitress. Gunicorn is the recommended WSGI server, but it's completely possible to use any other WSGI server. Before you can use one of these servers, you must add them as a dependency in your application's requirements.txt <https://cloud.google.com/appengine/docs/flexible/python/runtime#application_startup>. The runtime ensures that all dependencies are installed before your entrypoint is called. - Note that Google Groups is reserved for general product discussions and not for technical support. For specific technical questions that do not relate to a bug or a feature request <https://cloud.google.com/support/docs/issue-trackers>, I recommend that you continue the posts you have already opened in Stack Overflow <https://stackoverflow.com/questions/49288128/how-to-connect-to-google-cloud-sql-w-flexible-env-using-python-3-5-on-windows-a> and Serverfault <https://serverfault.com/questions/901927/unable-to-connect-to-google-cloud-sql-w-flexible-env-using-python-3-5-on-window> . -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4db7baf8-3b1f-4b88-adfe-10d3117b6070%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
