mongokit icon indicating copy to clipboard operation
mongokit copied to clipboard

mogokit support python3

Open wenbindu opened this issue 7 years ago • 2 comments

when the mongokit can support python3

wenbindu avatar Apr 02 '18 06:04 wenbindu

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

domenicomonaco avatar Feb 04 '19 09:02 domenicomonaco

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

Windfarer avatar Oct 22 '19 16:10 Windfarer