Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

mogokit support python3 #255

Open
wenbindu opened this issue Apr 2, 2018 · 2 comments
Open

mogokit support python3 #255

wenbindu opened this issue Apr 2, 2018 · 2 comments

Comments

@wenbindu
Copy link

wenbindu commented Apr 2, 2018

when the mongokit can support python3

@domenicomonaco
Copy link

I've same question. I've installed MongoKit with pip3 and it's installed correctly but when I try to execute I've error in some "cursor Import":

Traceback (most recent call last):
  File "/.... file.py", line 5, in <module>
    from mongokit import *
  File "/usr/local/lib/python3.7/site-packages/mongokit/__init__.py", line 31, in <module>
    from cursor import Cursor
ModuleNotFoundError: No module named 'cursor'

Process finished with exit code 1

@Windfarer
Copy link

We have ported this great project to python 3 and pymongo 3, try this out. https://github.com/Windfarer/mongokit-ng

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants