There is a ticket about this http://code.google.com/p/web2py/issues/detail?id=464
You can remove this line and everything still works normally. On Tue, Nov 22, 2011 at 6:34 PM, Angelo Compagnucci < [email protected]> wrote: > It give this error: > > Traceback (most recent call last): > File "/home/angelo/DEV/web2py-dev/gluon/main.py", line 493, in wsgibase > serve_controller(request, response, session) > File "/home/angelo/DEV/web2py-dev/gluon/main.py", line 187, in > serve_controller > environment = build_environment(request, response, session) > File "/home/angelo/DEV/web2py-dev/gluon/compileapp.py", line 269, in > build_environment > __builtins__['__import__'] = __builtin__.__import__ ### WHY? > TypeError: 'module' object does not support item assignment > > I'm digging on it! > > -- > Profile: http://www.gild.com/compagnucciangelo > Register on Gild: http://www.gild.com/referral/compagnucciangelo > -- Bruno Rocha [http://rochacbruno.com.br]

