I am building a web application using Flask and Google App Engine. One of the pages in this web application makes a call via YouTube APIs to get videos given a search term.
Figured it out.
I put the following at the start of my python file
import sys reload(sys) sys.setdefaultencoding("utf-8")