Can\'t figure out why this is not working.
mogo==0.2.4
File \"/Users/Sam/Envs/AdiosScraper/lib/python2.7/site-packages/mogo/connection.py\",
i had same problem and too many files had the import, so, i couldn't risk changing the import - (didn't knew exactly where all it is mentioned).
import
I just downgraded pymongo:
pymongo
sudo pip install pymongo==2.7.2
and it worked!