I am unable to do this:
from pymongo import MongoClient
I get:
>>> import pymongo >>> from pymongo import
If you used pymongo.Connection and encountered error, you should know that after the new updates, you should use pymongo.MongoClient instead. I had this issue so hopefully this will be helpful to someone else.