pymongo has no master_slave_connection
from mongokit import Connection
File "/data/pyenv/dev_env/local/lib/python2.7/site-packages/mongokit-0.9.1dev_20150411-py2.7.egg/mongokit/init.py", line 43, in
I got this too. When you update mongokit, pymongo also updates to version 3. Unfortunately, pymongo 3.0 is not backwards-compatible, so mongokit does not work anymore. You have to rollback pymongo to 2.8 and mongokit will just work fine. Sorry for bad english.
The same issue
We faced the same issue and felt that MongoKit wasn't going to be able to update to pymongo 3.0 soon, so we started this: https://github.com/pricingassistant/mongokat
Are there any plans for mongokit to be compatible with latest pymongo?
hope someone can update mongokit to support python3 and lastest pymongo(3.2)