-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pymongo has moved the 'binary' module to 'bson' #11
Comments
Forked and fixed: git://github.com/derek/Fang-of-Mongo.git |
Still an issue for me - |
thanks for the fork and fix, works great now. |
Thanks derek this fixes it for me as well.. Maybe the owner of the project could actually accept this patch? Have you submitted a pull request? |
Still not works for me in both repos. |
The patch did not work for me, so I wrote another one. The code is attached to the pull request in issue #14. My fork with just that one patch is here: |
Jeff, I tried your patch but get the following. I know nothing about Python so I'm afraid I don't know where to begin to try to solve the problem myself. Sorry. LucyLynxVps: |
Get an error:
AttributeError module object has no attribute 'binary'
Caused by the latest pymongo 1.9 moving the 'binary' module from pymongo to bson.
The text was updated successfully, but these errors were encountered: