I ran the example first with python 2.6.3 both for the hub & the ihasfriendz. The hub failed on event-delivery with an error "TypeError: character mapping must return integer, None or unicode".
Subsequently, I changed to python 2.5.4 for the hub (with ihasfriendz still with python 2.6.3) and everything worked. On Sep 29, 7:53 pm, Mariano Guerra <[email protected]> wrote: > On Mon, Sep 28, 2009 at 10:40 PM, CoolDude <[email protected]> wrote: > > > is there any plan to make this work on python 2.6. if i use my > > leopard 2.5 default python, i have problem with json library. > > you have to use python 2.5 for the hub server but you can use python > 2.6 for the example. > > anyway I made an update to allow using python 2.5 with simplejson. > > try checking out the code again.
