Problem solved. I was using binary distro that doesn't look for installed
python modules. Running form source solves the problem.
On Wednesday, March 7, 2012 10:25:35 AM UTC-5, rdodev wrote:
>
> 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.