Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google App Engine

Invalidmoduleerror() When Using Testbed To Unit Test Google App Engine

I’ve been wrestling with a couple of errors when trying to write some Python unit tests for a Googl… Read more Invalidmoduleerror() When Using Testbed To Unit Test Google App Engine

Install Third Party Libs To Be Available From Within And Without The Google App Engine Dev Server

The official documentation for Google App Engine with python recommends using a virtualenv and inst… Read more Install Third Party Libs To Be Available From Within And Without The Google App Engine Dev Server

How To Write Or Create (when No Exist) A File Using Python And Google Appengine

this is my code: f = open('text/a.log', 'wb') f.write('hahaha') f.close() … Read more How To Write Or Create (when No Exist) A File Using Python And Google Appengine

Cloud Sql Socket Open Failed With Error: No Such File Or Directory

I have a Django app on App Engine that connects to a Cloud Sql server. Recently, some of the reques… Read more Cloud Sql Socket Open Failed With Error: No Such File Or Directory

How To Setup Vscode Python Debugger For An App Engine App?

After following the steps in the official wiki I keep getting the following error when launching wi… Read more How To Setup Vscode Python Debugger For An App Engine App?

How To Setup Psycopg2 With Google App Engine Postgresql Database

I have an application that is being run on Google's App Engine and I want it to use the associa… Read more How To Setup Psycopg2 With Google App Engine Postgresql Database