as a workaround in my update statement, I updated the computed field to be 
the computed field via 

mint_order = 
db(db.mint_orders2.id==coin.deannas_dough.mint_orders_id).select(db.mint_orders2.ALL)[0]
db(db.mint_orders2.id==mint_order.id).update(num_won=num_won+1,image_thumb=mint_order.image_thumb)

On Friday, June 29, 2012 5:01:24 PM UTC-7, web2py_Superfan wrote:
>
> I have a much older build, and I have this issue as well.  The compute 
> field gives me an error when I do an update, 'key error' image
>
> On Wednesday, June 20, 2012 9:08:31 PM UTC-7, Brandon Reynolds wrote:
>>
>> If i am not the only one not having i think it's possible it may be a 
>> web2py bug. I bet it is only a bug in update fields as i have seem some 
>> other complaints online. I have filed a bug ticket. Hopefully it is fixed 
>> soon. I am only a beginner programmer so i still am learning debugging and 
>> how python and web2py function. I am more than happy to try and help get 
>> this fixed.
>>
>> I appreciate the helpfulness of everyone in this group and the web2py 
>> devs. You guys rock and i am glad i chose web2py over it's alternatives. I 
>> never got this much help when i was writing php!
>>
>> Thanks Again,
>> Brandon
>>
>> On Wednesday, June 20, 2012 4:15:46 PM UTC-6, pbreit wrote:
>>>
>>> Oh, my bad. You're right, looks like not updating. Will dig in more. 
>>> Sorry about that.
>>
>>

Reply via email to