CSV out of range

Anatoli Hristov tolidtm at gmail.com
Tue Dec 4 08:02:46 EST 2012


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



More information about the Python-list mailing list