This is fixed in trunk.
You cannot do

from gluon import *

in version before 1.95.1


On May 28, 3:44 pm, dlypka <[email protected]> wrote:
> 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?

Reply via email to