-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Import this library in RIDE: MongoDBLibrary, it raises an error.
error in RIDE log:
Importing test library 'MongoDBLibrary' failed: ImportError: No module named objectid
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\robotide\lib\robot\utils\importer.py", line 143, in import
return import(name, fromlist=fromlist)
File "C:\Python27\lib\site-packages\MongoDBLibrary__init_.py", line 2, in
from mongoquery import MongoQuery
File "C:\Python27\lib\site-packages\MongoDBLibrary\mongoquery.py", line 2, in
from bson.objectid import ObjectId
how to resolve it?
Metadata
Metadata
Assignees
Labels
No labels