pymongo: ImportError
jgoodleaf opened this issue · 1 comments
jgoodleaf commented
Currently, installing Whirlwind et al and starting the main.py program will yield an ImportError that traces back to mongokit. MongoKit imports ObjectID from pymongo, but in the most current pymongo, objectid.ObjectID is actually under bson. See the following commit:
behackett/mongokit@881e252
This will probably be fixed shortly. I'm just adding this here so that anyone who finds the same issue will have the answer ready sans Google.
mdennebaum commented
thanks for the headsup @jgoodleaf. much appreciated.