Tomas Schertel
unread,May 31, 2012, 10:57:49 AM5/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to we...@googlegroups.com
I calling web.listget and I'm receiving this error:
<type 'exceptions.AttributeError'> at /login
IterBetter instance has no attribute '__len__'
Python C:\Python27\lib\site-packages\web\utils.py in listget, line 827
This is how I call it:
web.listget(db.select('users', vars=dict(email=email), where='email = $email'), 0, {})
How can I solve this?
Thx.