I'm running the nightly build of web2py, python 2.7, have pymongo installed and mongodb is running. in db,py I tried DAL('mongodb://127.0.0.1:[port number]/[dbname]') and keeps bombing with error: "Uriparser for mongodb is not available" is there another dependency other than pymongo? Please advice.
- [web2py] mongodb adapter not working rdodev