1
vote
0answers
85 views

DB-API Type_Codes for Google Cloud Sql: Different from MySQLdb?

I'm finding that the type_codes returned by cursor.description from DB-API are different for Google Cloud SQL than a standard MySQLdb implementation. For example: in MySQLdb (mysqldb-python), ...
0
votes
0answers
102 views

Errors when running Foursquare connected app on google app engine

I have searched this site and I have googled and I've done everything that every site has told me to do. I'm getting the following errors even though I've installed everything. I have installed PIL ...