Tomas Schertel
unread,Sep 14, 2012, 2:52:55 PM9/14/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
Hi there.
I have a select like this:
user_list = db.select('users',
what='id, name',
order=order_by).list()
Where order_by is a variable.
Happens that I receive this error: AttributeError: 'list' object has no attribute 'find'
How can I solve this?
Thanks.