I am trying to use crud but I get TypeError: 'module' object is not callable when I reference globals() in
crud = Crud(globals(), mydb) At the top of my source file I have from gluon import * from gluon.globals import * from gluon.tools import Crud My web2py is Version 1.93.2 (2011-03-04 23:48:59) Any ideas?

