django-mongodb-engine

ImportError: No module named objectid

回眸只為那壹抹淺笑 提交于 2019-11-26 17:01:15
问题 I have currently django-mongodb-engine 0.4.0 version installed on my Mac OS X 10.6.8 and weirdly encountered an interesting error while importing the 'compiler' module: >> from django_mongodb_engine import compiler and I got the following error: ImportError Traceback (most recent call last) /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django_extensions/management/commands/shell_plus.pyc in <module>() ----> 1 from django_mongodb_engine import compiler /Library