Try:
def preferences_callback():
return ''
#return rs[0].preferences, not rs[0]
and add in controller this function:
def widgets_rpc():
return 'content %s...'%request.vars.id
and then replace "widgets_rpc.php" in inettus.js by "widgets_rpc"
This work for me.
--

