you have to use it like that: In [16]: a = ('a', 'b')
In [17]: b = (42,76) In [18]: zip(a,b) Out[18]: [('a', 42), ('b', 76)] In [19]: -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=24310#24310 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
