यह होना चाहिए:
from pymongo.objectid import ObjectId
thing = db.things.find_one({'_id': ObjectId('4ea113d6b684853c8e000001') })
संपादित करें:वर्तमान आयात है:from bson.objectid import ObjectId
यह होना चाहिए:
from pymongo.objectid import ObjectId
thing = db.things.find_one({'_id': ObjectId('4ea113d6b684853c8e000001') })
संपादित करें:वर्तमान आयात है:from bson.objectid import ObjectId