trendrr / whirlwind

Framework built on top of todays fastest tech (tornado, mako templates, mongo db)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pymongo: ImportError

jgoodleaf opened this issue · comments

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.

thanks for the headsup @jgoodleaf. much appreciated.