The issue is now solved I did:

for x in mylist:
    try:
        sku.append(x[4])
    except IndexError:
        pass

Thank you for your help

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

Reply via email to