[web2py] Re: Mongodb - ImportError: cannot import name son

2012-06-12 Thread Michael Freitas
ted here: https://groups.google.com/d/topic/web2py/KQKqaKEpgu4/discussion On Tuesday, June 12, 2012 9:25:35 AM UTC-4, Massimo Di Pierro wrote: > > Have a possible fix in trunk. Give it a try. > > On Monday, 11 June 2012 20:47:48 UTC-5, Michael Freitas wrote: >> >> I tried

[web2py] Mongodb - ImportError: cannot import name son

2012-06-11 Thread Michael Freitas
I tried to setup a new application using the latest source code form trunk and mongodb. I get the error pasted at the end when I try to register a new user in my app. I tried changing the "from pymongo import son" to "from bson import son" in the dal.py with no luck. I can import son from bs