I have just grabbed a copy of trunk about 12 hours ago. I have just grabbed it again 5 mins ago.
Now it won't even let me access the page? I'm quite confused. It doesn't even generate a ticket... On Safari it says the operation cannot be completed. On Tuesday, August 21, 2012 10:54:46 PM UTC+8, Massimo Di Pierro wrote: > > Make sure you have the latest trunk. > > On Tuesday, 21 August 2012 09:37:56 UTC-5, lyn2py wrote: >> >> When I perform: >> >> rows = db(db.table.id>0).select() >> return rows >> >> It is OK >> >> But when I perform: >> rows = db(db.table.id>0).select() >> dummy = [] >> for r in rows: >> if some_condition: >> r.item=False >> dummy.append(r) >> else: >> dummy.append(r) >> return dummy >> >> I get the not serializable error. What am I doing wrong? >> > --

