When I run "python web2py.py -M -S mywiki", I get the following error:
In [9]: for i in range(5): print i <ERROR: 'dict' object has no attribute 'len'> 0 1 2 3 4 When I run "python web2py.py -S mywiki", the above code works though. Does anyone know the fix for this ? Thanks. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

