Just came up with this:

litemp = []

[litemp.extend(i) for i in li]

Seems to give me a list with all the inner elements of li, not sure if
struct.pack will accept it now, but I'll give it a try.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to