CSV out of range
Anatoli Hristov
tolidtm at gmail.com
Tue Dec 4 08:02:46 EST 2012
More information about the Python-list mailing list
Tue Dec 4 08:02:46 EST 2012
- Previous message (by thread): CSV out of range
- Next message (by thread): CSV out of range
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): CSV out of range
- Next message (by thread): CSV out of range
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list