I am unable to do this:
from pymongo import MongoClient
I get:
>>> import pymongo >>> from pymongo import
yes it's true you need to update use, check the upgrade section says http://api.mongodb.org/python/current/installation.html
easy_install -U pymongo