import pymongo causes `ImportError: cannot import name BSON`. how do you fix the import error?

I'm having trouble getting a simple Hello World app to work using Flask, MongoDB, and Python. The app is bombing when trying to import from the bson module. All modules were installed successfully ...