You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after pip install webpy_mongodb_sessions
webpy_mongodb_sessions-0.2.2dev-py2.7.egg
in session.py
line2: from pymongo.binary import Binary should be from bson.binary import Binary which is correct in github repo.